← 返回 Skills 市场
zuoyuting214

Zyt avatar

作者 zuoyuting214 · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ✓ 安全检测通过
181
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install zyt-avatar
功能描述
use chanjing avatar api to create lip-sync videos by uploading source media, creating avatar tasks, and polling task status. this skill reads app_id and secr...
安全使用建议
This skill appears to be what it claims: a small client for the Chanjing Avatar API. Before installing, consider: (1) keep the credentials file (~/.chanjing/credentials.json or $CHANJING_CONFIG_DIR) readable only by you, since it stores app_id/secret_key and cached tokens in plaintext; (2) do not set CHANJING_API_BASE to an untrusted URL — the client will POST your app_id/secret_key there; (3) CHANJING_AUTO_OPEN_LOGIN can cause the script to open your browser only if you explicitly set it; (4) the metadata marks CHANJING_CONFIG_DIR and CHANJING_API_BASE as required even though defaults exist — that's harmless but be aware. If you want extra assurance, review the rest of the scripts (upload_file, create_task, etc.) to confirm they make only the expected API calls.
功能分析
Type: OpenClaw Skill Name: zyt-avatar Version: 0.2.0 The skill provides a legitimate integration for the Chanjing Avatar API to generate lip-sync videos. It manages authentication by reading and storing credentials in a local configuration file (~/.chanjing/credentials.json) and communicates exclusively with the official service domain (open-api.chanjing.cc). The code in scripts/_auth.py follows standard practices for token management and lacks any indicators of data exfiltration, malicious execution, or harmful instructions.
能力评估
Purpose & Capability
Name and description (create/upload/poll lip-sync avatar tasks) match the included instructions and the _auth.py code. The declared environment variables (CHANJING_CONFIG_DIR, CHANJING_API_BASE) are relevant to selecting the local credential path and API base URL used by the client.
Instruction Scope
Runtime instructions and the _auth.py script stay within the expected scope: they read/write ~/.chanjing/credentials.json (or $CHANJING_CONFIG_DIR/credentials.json), request an access token from the API base, and optionally open the login page in a browser. The script does not reference unrelated system paths or other credentials. It does, however, write access_token and expire_in into the local credentials file (expected for caching).
Install Mechanism
This is an instruction-only skill with a small helper script; there is no install spec and no remote downloads. That keeps install risk low.
Credentials
The skill reasonably requires configuration for an API base and config directory. A couple of small inconsistencies: CHANJING_AUTO_OPEN_LOGIN is referenced as an optional env var in SKILL.md but is not listed in requires.env metadata; conversely CHANJING_CONFIG_DIR and CHANJING_API_BASE are marked required but the code provides safe defaults (~/.chanjing and the official API base). The skill stores app_id/secret_key and cached access_token in plaintext under the chosen config dir — that is expected but you should secure that directory. Also note that if CHANJING_API_BASE is overridden to an untrusted endpoint, the client will send credentials there, so only set that to trusted URLs.
Persistence & Privilege
The skill does not request persistent/always-on privileges (always:false). It only manages its own local credential file and does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zyt-avatar
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zyt-avatar 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Initial publish.
v0.1.0
Initial publish.
元数据
Slug zyt-avatar
版本 0.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Zyt avatar 是什么?

use chanjing avatar api to create lip-sync videos by uploading source media, creating avatar tasks, and polling task status. this skill reads app_id and secr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 181 次。

如何安装 Zyt avatar?

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

Zyt avatar 是免费的吗?

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

Zyt avatar 支持哪些平台?

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

谁开发了 Zyt avatar?

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

💬 留言讨论