← 返回 Skills 市场
Zyt text to digital person
作者
zuoyuting214
· GitHub ↗
· v0.3.0
· MIT-0
183
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zyt-text-to-digital-person - 安装完成后,直接呼叫该 Skill 的名称或使用
/zyt-text-to-digital-person触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.0
Initial publish.
v0.2.0
Initial publish.
v0.1.0
Initial publish.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 183 次。
如何安装 Zyt text to digital person?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zyt-text-to-digital-person」即可一键安装,无需额外配置。
Zyt text to digital person 是免费的吗?
是的,Zyt text to digital person 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Zyt text to digital person 支持哪些平台?
Zyt text to digital person 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Zyt text to digital person?
由 zuoyuting214(@zuoyuting214)开发并维护,当前版本 v0.3.0。
推荐 Skills