chanjing-customised-person
Use Chanjing customised person APIs to create, inspect, list, poll, and delete custom digital humans from uploaded source videos.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/binkes/chanjing-customised-personWhat This Skill Does
The chanjing-customised-person skill serves as a specialized toolkit for integrating Chanjing digital human technology into your AI agent workflows. It provides a complete interface for the lifecycle management of custom digital avatars generated from source video files. With this skill, you can automate the entire pipeline, from uploading raw video footage to the cloud, triggering the creation of a digital twin, monitoring the rendering progress via polling, listing existing assets, and performing cleanup through deletions. This skill abstracts away the complexities of API authentication and polling, allowing you to focus on high-level digital human orchestration.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command:
clawhub install openclaw/skills/skills/binkes/chanjing-customised-person
Ensure that you have completed the prerequisite authentication using chanjing-credentials-guard. This skill requires valid access keys and tokens stored in ~/.chanjing/credentials.json to function correctly. If authentication is missing, the tool will automatically attempt to guide you through the login process to generate the necessary credentials.
Use Cases
- Automated Avatar Creation: Programmatically ingest video files of presenters or influencers to generate AI-powered clones for scalable content production.
- Quality Assurance Pipelines: Build automated workflows that poll for creation completion and immediately notify stakeholders with a preview URL once the avatar is ready.
- Resource Management: Automatically clean up outdated or experimental digital human models to manage storage and maintain a tidy asset library.
- Audit and Inventory: Generate automated reports listing all available digital humans currently associated with your account for project planning.
Example Prompts
- "I have a video file at ./training_video.mp4. Please upload it and start the process to create a new custom digital human for me."
- "What is the current status of my digital human with the ID C-ef91f3a6db3144ffb5d6c581ff13c7ec? Please monitor it and let me know when the preview is ready."
- "List all my currently trained digital humans and delete the one named 'Old Test Model' to save space."
Tips & Limitations
- Distinction of Use: If your goal is to generate video content using an already existing avatar, use
chanjing-video-composeinstead. If you are uploading video for simple lip-syncing rather than full avatar creation, usechanjing-avatar. - Polling: Always use the
poll_personscript rather than manual loop calls to ensure you are respecting API rate limits and back-off policies. - Preview Files: This skill does not automatically download assets to your local machine. If you need to store preview images or videos locally, manually trigger a download command after receiving a valid
preview_urland place files inoutputs/customised-person/. - Credentials: Ensure your network has access to
https://open-api.chanjing.ccas this is the mandatory endpoint for all operations.
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-customised-person": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, 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-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.
chanjing-one-click-video-creation
用户输入选题或工作流,自动生成完整短视频成片(文案、分镜、数字人口播与 AI 画面混剪);调用 Chanjing Open API 与同仓库子技能脚本。