AI Agent Hub
Back to skills
Eqxiu H5 Invitation Creator icon

Eqxiu H5 Invitation Creator

Design & Media Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Install @org-qm8l8iwu/eqxiu-h5creator according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

H5 invitations often require turning activity details—theme, time, location, audience, and visual style—into a deliverable page, then revising copy, replacing body images, and reusing assets. This skill organizes the Eqxiu AIGC CLI into composable commands for that workflow.

Core capabilities and flow

  • Auth: use login to store a token, or pass --access-token; use auth status to verify whether the token is valid.
  • Generate: run create --prompt with the full requirement; the response includes data.id, previewUrl, editUrl, and progress text, where data.id becomes --scene-id.
  • Text editing: editable-text returns editable text; update-text updates a specific element using --page-id, --element-id, and --content, optionally with --css-json before publishing.
  • Image editing: body-images lists replaceable body images; replace-body-image swaps a specified element with a new --src path or URL.
  • Materials: material-list queries uploaded assets; upload stores a local file to COS and registers it for later use.

Boundaries

The skill is scoped to generating and locally editing Eqxiu H5 invitations and event pages, not to a full design system. create quality depends on how complete the --prompt is, and text or image edits rely on page-id and element-id returned by editable-text or body-images. upload also assumes COS SDK, token, and material API access are available.

Use Cases

  • Marketing ops generate a launch H5 via `create --prompt`, then revise event copy.
  • Event staff edit invitation title and time by locating editable text elements.
  • Brand designers upload a poster image and replace a body image on the page.
  • Engineers test the Eqxiu CLI by checking auth, creating a work, and previewing it.

Best For

  • Marketing operations staff who turn event briefs into editable H5 invitations.
  • Brand designers who revise specified copy and body images in activity pages.
  • Engineers integrating Eqxiu APIs via CLI to validate tokens and generate works.
  • Event coordinators who upload local assets and reference them in H5 pages.