ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

chanjing-customised-person

Use Chanjing customised person APIs to create, inspect, list, poll, and delete custom digital humans from uploaded source videos.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/binkes/chanjing-customised-person
Or

What 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

  1. Automated Avatar Creation: Programmatically ingest video files of presenters or influencers to generate AI-powered clones for scalable content production.
  2. Quality Assurance Pipelines: Build automated workflows that poll for creation completion and immediately notify stakeholders with a preview URL once the avatar is ready.
  3. Resource Management: Automatically clean up outdated or experimental digital human models to manage storage and maintain a tidy asset library.
  4. 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-compose instead. If you are uploading video for simple lip-syncing rather than full avatar creation, use chanjing-avatar.
  • Polling: Always use the poll_person script 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_url and place files in outputs/customised-person/.
  • Credentials: Ensure your network has access to https://open-api.chanjing.cc as this is the mandatory endpoint for all operations.

Metadata

Author@binkes
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-binkes-chanjing-customised-person": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#digital-human#ai-avatar#video-processing#automation#chanjing
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api