← Back to Skills Marketplace
zuoyuting214

Zyt ai creation

by zuoyuting214 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
169
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zyt-ai-creation
Description
Use Chanjing AI creation APIs to submit image or video generation tasks across multiple models, inspect task status, poll async results, and explicitly downl...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zyt-ai-creation
  3. After installation, invoke the skill by name or use /zyt-ai-creation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial publish.
Metadata
Slug zyt-ai-creation
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 169 downloads so far.

How do I install Zyt ai creation?

Run "/install zyt-ai-creation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Zyt ai creation free?

Yes, Zyt ai creation is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Zyt ai creation support?

Zyt ai creation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Zyt ai creation?

It is built and maintained by zuoyuting214 (@zuoyuting214); the current version is v0.1.0.

💬 Comments