chanjing-avatar
Use Chanjing Avatar API for lip-syncing video generation
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/binkes/chanjing-avatarWhat This Skill Does
The chanjing-avatar skill is a specialized OpenClaw integration designed to interface with the Chanjing API for professional-grade lip-syncing video generation. By automating the process of mapping audio or text input to pre-uploaded driving videos, this skill enables users to create realistic digital avatars with precise mouth movements. It handles the complete lifecycle of avatar creation, including secure credential management, file uploads for base assets, task submission, status monitoring through polling, and final video retrieval.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/binkes/chanjing-avatar
Ensure that you have completed the initial OpenClaw setup and provided valid credentials in ~/.chanjing/credentials.json before initiating your first task.
Use Cases
This skill is ideal for:
- Marketing Teams: Generating localized versions of promotional videos by swapping audio tracks on a consistent avatar base.
- Content Creators: Automating video production for educational or news-style content where the speaker's face remains constant but the script changes.
- Corporate Training: Developing personalized instructional videos at scale without requiring recurring filming sessions.
- Accessibility: Turning text-based scripts into engaging visual communications using high-quality digital avatars.
Example Prompts
- "Create a lip-syncing video using the avatar file ID 98765 and the audio file ID 12345. Let me know when it's ready for download."
- "I need to generate an avatar video. Can you check my credentials and then upload my script.txt to the Chanjing system for audio-driven synthesis?"
- "Start a new lip-sync task using the video asset I uploaded earlier and this new audio file. Monitor the status and ping me once the result is available."
Tips & Limitations
- Pre-requisites: You must run
chanjing-credentials-guardfirst to authenticate your session. The skill will fail if anaccess_tokencannot be retrieved. - File Preparation: Ensure driving videos are high-quality with clear facial visibility to achieve the best lip-sync results. Use the correct
serviceparameter (lip_sync_videovslip_sync_audio) during the file upload phase to ensure proper API routing. - Status Polling: Keep in mind that avatar generation is an asynchronous process. Always use the Task List API or Query Task Detail endpoint to check if your video is ready before attempting to download the final output.
- Token Expiry: The
access_tokenis valid for 24 hours. The skill handles the logic, but frequent long-running tasks should be monitored to ensure the token remains valid.
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-avatar": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, 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-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.
chanjing-one-click-video-creation
用户输入选题或工作流,自动生成完整短视频成片(文案、分镜、数字人口播与 AI 画面混剪);调用 Chanjing Open API 与同仓库子技能脚本。