AI Agent Hub
Back to skills
Zopia AI Video Creation icon

Zopia AI Video Creation

Design & Media Updated 2026.08.30

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

Please install @user_680513bf/zopia according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem It Solves

Zopia AI Video Creation targets the management problem of multi-stage AI video projects, not just one-shot generation. A short prompt can trigger a pipeline where the script, character images, storyboard keyframes, and video clips all depend on each other. Without project-level state, it is easy to lose context, miss async progress, mix assets across episodes, or fail to export a coherent final video. This skill turns that flow into a scriptable workflow.

How It Works

The workflow is organized around Project, Episode, Session, and Workspace:

  • Create and configure: use create_project.py, then save_settings.py for style, aspect ratio, video model, storyboard image model, and entity image model.
  • Send creative intent: use send_message.py to forward the user's original request asynchronously to the backend agent, avoiding local rewriting or task splitting.
  • Track progress: use query_session.py to poll the workspace and infer stage from entities, storyboard.images.pending, and storyboard.videos.pending.
  • Retrieve and compose: use download_results.py after completion; manage multi-episode work with manage_episodes.py; trigger cloud rendering with render_episode.py when a full MP4 is needed.

Boundaries and Caveats

This skill is suited to exposing Zopia backend creation capabilities to scripts, agents, or automation, not local video generation. Keep the configured video model compatible with the selected --generation-method; each episode has independent characters and storyboards, so cross-episode continuity must be requested explicitly; MP4 rendering requires at least one completed storyboard video; and long-running or failed polling should stop cleanly and point the user to the project.

Use Cases

  • Set up multi-episode short-video projects and track character images, storyboard keyframes, and clip generation progress.
  • Revise character designs in an existing Zopia project, reuse the same session context, and download updated assets.
  • Compose completed storyboard videos into a full MP4 in order and retrieve the rendered direct link.
  • Create a new project, configure style, aspect ratio, video model, and storyboard image model, then send the user request.

Best For

  • Short-form video product owners who need multi-episode AI video projects and centralized asset tracking
  • Automation engineers who script Zopia project creation, configuration, messaging, and downloads
  • AI content operations staff who need storyboard images, video clips, and MP4 rendering managed together
  • Pre-production tooling developers who manage episodes, characters, storyboards, and render status