chanjing-one-click-video-creation
用户输入选题或工作流,自动生成完整短视频成片(文案、分镜、数字人口播与 AI 画面混剪);调用 Chanjing Open API 与同仓库子技能脚本。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/binkes/chanjing-one-click-video-creationWhat This Skill Does
The chanjing-one-click-video-creation skill acts as a comprehensive end-to-end video production agent within OpenClaw. It automates the entire lifecycle of a short video project, starting from a single topic input to the delivery of a finished MP4 file. The process encompasses generating the video storyboard, drafting the script, producing TTS (Text-to-Speech) audio, creating digital human avatar clips, generating AI-enhanced b-roll footage, and finally composing all assets using ffmpeg.
The skill is built on a modular architecture that relies on strict render rules to ensure high-quality output. It manages complex workflows where specific components like digital humans and AI visuals are synthesized to match the semantic intent of the user's topic. By abstracting the heavy lifting of video editing, asset orchestration, and format synchronization, it allows users to focus on creative strategy rather than technical video production tasks.
Installation
To integrate this skill into your OpenClaw environment, use the following CLI command:
clawhub install openclaw/skills/skills/binkes/chanjing-one-click-video-creation
Ensure that you have ffmpeg and ffprobe installed on your host system as they are critical dependencies for the rendering pipeline. If you are running the skill outside of a standard repository structure, ensure the CHAN_SKILLS_DIR environment variable is correctly configured to point to your base skills directory.
Use Cases
- Automated Content Creation: Quickly generate scripts and video accompaniments for daily news, educational summaries, or social media commentary.
- Marketing & Promotion: Create consistent video content for product launches by inputting a set of key selling points as a topic.
- Digital Persona Engagement: Utilize the integrated avatar technology to produce consistent口播 (spoken-to-camera) content without manual filming.
Example Prompts
- "一键生成一个关于人工智能对未来工作影响的视频,时长大约一分钟,风格要求专业且有活力。"
- "根据选题:'如何通过简单运动保持健康',帮我策划一段短视频,包含数字人讲解和运动场景混剪。"
- "做一段关于咖啡知识普及的视频,口播人设选择年轻有元气的形象,分镜要快节奏,画面要精美。"
Tips & Limitations
- Avatar Selection: Always use
list_figures --source common --jsonto compare candidate avatars. Do not rely on hardcoded defaults. Select based on the video's tone (e.g., youthful and energetic for general content, mature/authoritative for professional content). - Render Integrity: All rendering logic strictly adheres to the documentation in
render_rules.md. If you notice rendering issues, ensure your workflow configuration inworkflow.jsonexplicitly defines parameters rather than relying on system defaults. - Input Requirements: Avoid vague or placeholder topics. The skill requires meaningful input to generate quality storyboards and scripts; submissions under 5 characters or generic test strings will be rejected.
- Authentication: Ensure your
~/.chanjing/credentials.jsonis correctly configured; the skill provides hooks for login if credentials are missing.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-binkes-chanjing-one-click-video-creation": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution, external-api
Related Skills
chanjing-credentials-guard
Run this skill before any chanjing-related action. When the user asks to generate or configure chanjing credentials/keys (AK/SK), run this skill to guide them—check if already configured; if yes, ask whether to re-apply; then open login page and let the user either run the config command or paste AK/SK for the agent to apply. ALWAYS run when user asks for chanjing credentials/keys or before any chanjing API (voice list, TTS, avatar, voice-clone).
chanjing-text-to-digital-person
Use Chanjing text-to-digital-person APIs to create AI portrait images, turn them into talking videos, optionally run LoRA training, poll async tasks, and explicitly download generated assets when requested.
chanjing-customised-person
Use Chanjing customised person APIs to create, inspect, list, poll, and delete custom digital humans from uploaded source videos.
chanjing-avatar
Use Chanjing Avatar API for lip-syncing video generation
chanjing-ai-creation
Use Chanjing AI creation APIs to submit image or video generation tasks across multiple models, inspect task status, poll async results, and explicitly download generated assets when requested.