← Back to Skills Marketplace
Zyt text to digital person
by
zuoyuting214
· GitHub ↗
· v0.3.0
· MIT-0
183
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install zyt-text-to-digital-person
Description
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 exp...
Usage Guidance
This skill appears to do what it claims: call Chanjing's API to generate images/videos and run LoRA tasks. Before installing, verify the API base (https://open-api.chanjing.cc) is the expected provider and that you trust it. Understand that credentials (app_id and secret_key) are stored in a local file (~/.chanjing/credentials.json) and the scripts will write an access_token and expiry there; if you prefer, keep credentials in a secure location and set CHANJING_CONFIG_DIR accordingly. CHANJING_AUTO_OPEN_LOGIN can make the skill open a browser login page automatically—keep it unset if you don't want that behavior. If you have concerns, inspect the two included Python scripts (_auth.py and _task_api.py) yourself; they perform the token management and HTTP calls and do not appear to contact any endpoints beyond the documented Chanjing API.
Capability Analysis
Type: OpenClaw Skill
Name: zyt-text-to-digital-person
Version: 0.3.0
The skill bundle is a legitimate integration for the Chanjing (蝉镜) AI platform, allowing users to generate digital person images and videos. The authentication logic in `scripts/_auth.py` follows security best practices by storing credentials in a local configuration file with restricted permissions (0o600) and only communicates with the official API endpoint (open-api.chanjing.cc). No indicators of data exfiltration, unauthorized execution, or malicious prompt injection were found.
Capability Assessment
Purpose & Capability
The name/description (text-to-digital-person, image->video, LoRA) matches the implemented API calls and scripts: POST/GET to open-api.chanjing.cc endpoints for photo, motion, and lora tasks. Declared env vars (config dir and auto-open flag) relate to local credential handling and login UI behavior.
Instruction Scope
SKILL.md and scripts only instruct the agent to call the documented Chanjing endpoints, poll for async task status, and download results only on explicit user request. The runtime instructions and scripts read/write a local credentials file (~/.chanjing/credentials.json) and may open a browser for login if configured; there are no instructions to read unrelated system files or send data to unexpected endpoints.
Install Mechanism
No install spec or external downloads are present; this is an instruction-only skill with bundled Python scripts. Nothing is fetched from third-party URLs or written to non-standard system locations by an installer.
Credentials
The skill requests CHANJING_CONFIG_DIR and CHANJING_AUTO_OPEN_LOGIN which are proportional to its local-config behavior. However, actual secret credentials (app_id/secret_key) are expected in a local file (~/.chanjing/credentials.json) rather than as declared environment variables or a primary credential field; the skill will persist access_token and expire_in into that file. Users should be aware secrets are stored on-disk and managed by the scripts.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide agent configuration. It does persist credentials and tokens under ~/.chanjing (or $CHANJING_CONFIG_DIR) and attempts to set restrictive file permissions when writing the config file.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zyt-text-to-digital-person - After installation, invoke the skill by name or use
/zyt-text-to-digital-person - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.3.0
Initial publish.
v0.2.0
Initial publish.
v0.1.0
Initial publish.
Metadata
Frequently Asked Questions
What is Zyt 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 exp... It is an AI Agent Skill for Claude Code / OpenClaw, with 183 downloads so far.
How do I install Zyt text to digital person?
Run "/install zyt-text-to-digital-person" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Zyt text to digital person free?
Yes, Zyt text to digital person is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Zyt text to digital person support?
Zyt text to digital person is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Zyt text to digital person?
It is built and maintained by zuoyuting214 (@zuoyuting214); the current version is v0.3.0.
More Skills