Zopia AI Video Creation
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, thensave_settings.pyfor style, aspect ratio, video model, storyboard image model, and entity image model. - Send creative intent: use
send_message.pyto forward the user's original request asynchronously to the backend agent, avoiding local rewriting or task splitting. - Track progress: use
query_session.pyto poll theworkspaceand infer stage fromentities,storyboard.images.pending, andstoryboard.videos.pending. - Retrieve and compose: use
download_results.pyafter completion; manage multi-episode work withmanage_episodes.py; trigger cloud rendering withrender_episode.pywhen 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
Related Skills
Generate an interactive HTML product detail page from images and copy, with multi-product carousel, inline text editing, design controls, and PDF/JPG/PSD export support.
Enter a material name to get preview and download links for free, commercially usable video assets, with paid platform options, pricing, and search suggestions when results are limited.
Generate and validate JianYing drafts from storyboard JSON with narrated commentary, original-sound preservation, timing checks, and draft inspection.
Restyle a short video into a new visual style while preserving core elements such as characters, actions, and composition, suitable for various creative conversions like anime, illustration, ink wash, etc.