← 返回 Skills 市场
zuoyuting214

Zyt ai creation

作者 zuoyuting214 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
169
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zyt-ai-creation
功能描述
Use Chanjing AI creation APIs to submit image or video generation tasks across multiple models, inspect task status, poll async results, and explicitly downl...
安全使用建议
This skill appears to be a straightforward Chanjing AI creation client. Before installing, verify you trust the chanjing endpoints (https://open-api.chanjing.cc and https://www.chanjing.cc), and be prepared to store your app_id and secret_key in ~/.chanjing/credentials.json (or set CHANJING_CONFIG_DIR). The scripts will cache access_token and expire_in in that file in plaintext — if that is a concern, keep the directory protected or avoid storing credentials there. Also avoid setting CHANJING_API_BASE to an untrusted URL (the code honors that env var). If you want extra caution, inspect the two Python files (scripts/_auth.py and scripts/_task_api.py) before use and only allow downloads when you explicitly request saving results locally.
功能分析
Type: OpenClaw Skill Name: zyt-ai-creation Version: 0.1.0 The skill bundle is a legitimate integration for the Chanjing AI platform, providing tools for image and video generation. The code in scripts/_auth.py and scripts/_task_api.py handles standard API authentication and request logic, storing credentials locally in ~/.chanjing/credentials.json. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
能力评估
Purpose & Capability
Name/description match the included scripts and docs: submit_task, poll_task, get_task, list_tasks and optional download_result. The scripts call Chanjing API endpoints and use local app_id/secret_key — coherent with an API client for Chanjing AI creation.
Instruction Scope
SKILL.md instructs only to submit tasks, poll status, list/get tasks, and download results only when explicitly requested. The included scripts read/write ~/.chanjing/credentials.json (or $CHANJING_CONFIG_DIR/credentials.json) and may open the official login page in the browser when credentials are missing/invalid — this behavior is documented and consistent with the skill purpose.
Install Mechanism
No install spec; this is an instruction-only skill with two small Python helper modules. Nothing is downloaded from arbitrary URLs and no installer runs, which is low-risk and proportionate.
Credentials
The skill does not require external credentials from the registry metadata; it expects the user to provide Chanjing app_id/secret_key in ~/.chanjing/credentials.json (or via CHANJING_CONFIG_DIR). It optionally respects CHANJING_API_BASE if set. This is appropriate, but note it stores access_token and expire_in back into the same credentials file in plaintext — users should be aware of local storage of secrets.
Persistence & Privilege
always is false and the skill is user-invocable; it only writes/reads its own config file (~/.chanjing/credentials.json) and does not modify other skills or system-wide agent settings. It may open the default browser for login flows as documented.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zyt-ai-creation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zyt-ai-creation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial publish.
元数据
Slug zyt-ai-creation
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Zyt ai creation 是什么?

Use Chanjing AI creation APIs to submit image or video generation tasks across multiple models, inspect task status, poll async results, and explicitly downl... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 169 次。

如何安装 Zyt ai creation?

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

Zyt ai creation 是免费的吗?

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

Zyt ai creation 支持哪些平台?

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

谁开发了 Zyt ai creation?

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

💬 留言讨论