← Back to Skills Marketplace
Zyt customised person
by
zuoyuting214
· GitHub ↗
· v0.2.0
· MIT-0
174
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install zyt-customised-person
Description
Use Chanjing customised person APIs to create, inspect, list, poll, and delete custom digital humans from uploaded source videos.
Usage Guidance
This skill appears to be a thin CLI wrapper for the Chanjing API and is coherent with its description. Before installing or running: 1) review and confirm you trust https://open-api.chanjing.cc; 2) be aware the tool expects you to populate ~/.chanjing/credentials.json (or set CHANJING_CONFIG_DIR) with app_id and secret_key — those are stored and an access_token is cached on disk; 3) if you set CHANJING_AUTO_OPEN_LOGIN the script may open your browser automatically; 4) inspect the included scripts (they are small and readable) before use and avoid putting unrelated secrets into the credentials file. If you need the skill to avoid writing to your home directory, do not install or set CHANJING_CONFIG_DIR to a safe location you control.
Capability Analysis
Type: OpenClaw Skill
Name: zyt-customised-person
Version: 0.2.0
The skill bundle provides a standard interface for the Chanjing digital human API (https://open-api.chanjing.cc). The authentication logic in scripts/_auth.py correctly manages credentials in a local directory (~/.chanjing/) with appropriate file permissions (0600) and only communicates with the official API endpoint. The instructions in SKILL.md and documentation are well-aligned with the stated purpose of creating and managing digital human assets, with no evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description (Chanjing customised person) align with the included scripts and documented API endpoints (upload, create, poll, list, delete). The scripts perform exactly the network calls described to open-api.chanjing.cc and nothing else.
Instruction Scope
SKILL.md instructs use of a local credentials file (~/.chanjing/credentials.json or $CHANJING_CONFIG_DIR/credentials.json) and describes the expected CLI flows. The instructions do not ask the agent to read unrelated system files or exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec; this is instruction-only with small helper scripts. Nothing is downloaded or written by an installer step beyond the scripts included in the skill bundle.
Credentials
Declared required env var is CHANJING_CONFIG_DIR (path override). The shipped script also reads CHANJING_AUTO_OPEN_LOGIN (controls automatic browser opening) even though that env var is not listed in requires.env. The skill expects app_id/secret_key to be stored in a local file (not as environment secrets), which is documented in SKILL.md.
Persistence & Privilege
Skill does write and update its own config file (~/.chanjing/credentials.json) and caches access tokens there — this is expected for a client that manages API credentials. always:false and no unusual system-wide modifications.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zyt-customised-person - After installation, invoke the skill by name or use
/zyt-customised-person - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
Initial publish.
v0.1.0
Initial publish.
Metadata
Frequently Asked Questions
What is Zyt customised person?
Use Chanjing customised person APIs to create, inspect, list, poll, and delete custom digital humans from uploaded source videos. It is an AI Agent Skill for Claude Code / OpenClaw, with 174 downloads so far.
How do I install Zyt customised person?
Run "/install zyt-customised-person" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Zyt customised person free?
Yes, Zyt customised person is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Zyt customised person support?
Zyt customised person is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Zyt customised person?
It is built and maintained by zuoyuting214 (@zuoyuting214); the current version is v0.2.0.
More Skills