← 返回 Skills 市场
zuoyuting214

Zyt video compose

作者 zuoyuting214 · GitHub ↗ · v0.4.0 · MIT-0
cross-platform ✓ 安全检测通过
189
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install zyt-video-compose
功能描述
Use Chanjing video synthesis APIs to create digital human videos from text or audio, with optional background upload, task polling, and explicit download whe...
安全使用建议
This skill appears to do what it says: it calls Chanjing's public API endpoints and manages a local credentials file. Before installing or using it, verify you trust the Chanjing service and are comfortable storing your app_id/secret_key at ~/.chanjing/credentials.json (or a custom CHANJING_CONFIG_DIR). Be aware the helper will write an access_token and expire_in into that file; if you enable CHANJING_AUTO_OPEN_LOGIN the skill may attempt to open a browser for login. No other credentials or unexpected network endpoints were found. If you have strict secrets policies, create a dedicated credentials file/directory and inspect the scripts (especially any download_result script) before saving production secrets.
功能分析
Type: OpenClaw Skill Name: zyt-video-compose Version: 0.4.0 The skill bundle provides a standard interface for interacting with the Chanjing video synthesis API. The authentication logic in `_auth.py` manages local credentials stored in `~/.chanjing/credentials.json` and communicates exclusively with the official API endpoint (`open-api.chanjing.cc`). The instructions in `SKILL.md` are well-structured, focusing on the intended workflow (listing figures, creating tasks, and polling results) while explicitly requiring user consent for file downloads. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description, covered APIs, CLI scripts and the auth helper all align: the skill needs an app_id/secret_key to call chanjing's open-api endpoints, upload files, create/poll video tasks, and optionally download results. The local credential file (~/.chanjing/credentials.json) and optional CHANJING_CONFIG_DIR env var are consistent with that purpose.
Instruction Scope
Runtime instructions and examples stay inside the stated domain: listing figures, uploading files, creating tasks, polling /open/v1/video, and explicit download. The only local I/O is reading/writing ~/.chanjing/credentials.json and writing outputs/video-compose/ when a user asks to save — both are expected for this skill. The auth helper may open a browser only when CHANJING_AUTO_OPEN_LOGIN is set.
Install Mechanism
This is an instruction-only skill with a small helper script; there is no install spec or remote code download. No archives, third-party package installs, or unexpected install endpoints are present.
Credentials
The skill does not declare required environment variables but does honor CHANJING_CONFIG_DIR and CHANJING_AUTO_OPEN_LOGIN if present and expects user API credentials stored in ~/.chanjing/credentials.json (app_id and secret_key). Storing and refreshing access_token into that file is normal for this integration, but users should be aware that sensitive keys are stored on disk.
Persistence & Privilege
The skill is not force-installed (always:false) and does not modify other skills or system-wide settings. It writes tokens to its own config file (~/.chanjing/credentials.json) which is expected for its operation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zyt-video-compose
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zyt-video-compose 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.4.0
Initial publish.
v0.3.0
Initial publish.
v0.2.0
Initial publish.
v0.1.0
Initial publish.
元数据
Slug zyt-video-compose
版本 0.4.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Zyt video compose 是什么?

Use Chanjing video synthesis APIs to create digital human videos from text or audio, with optional background upload, task polling, and explicit download whe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 189 次。

如何安装 Zyt video compose?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zyt-video-compose」即可一键安装,无需额外配置。

Zyt video compose 是免费的吗?

是的,Zyt video compose 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Zyt video compose 支持哪些平台?

Zyt video compose 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Zyt video compose?

由 zuoyuting214(@zuoyuting214)开发并维护,当前版本 v0.4.0。

💬 留言讨论