← Back to Skills Marketplace
zuoyuting214

Zyt video compose

by zuoyuting214 · GitHub ↗ · v0.4.0 · MIT-0
cross-platform ✓ Security Clean
189
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install zyt-video-compose
Description
Use Chanjing video synthesis APIs to create digital human videos from text or audio, with optional background upload, task polling, and explicit download whe...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zyt-video-compose
  3. After installation, invoke the skill by name or use /zyt-video-compose
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.4.0
Initial publish.
v0.3.0
Initial publish.
v0.2.0
Initial publish.
v0.1.0
Initial publish.
Metadata
Slug zyt-video-compose
Version 0.4.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

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

How do I install Zyt video compose?

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

Is Zyt video compose free?

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

Which platforms does Zyt video compose support?

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

Who created Zyt video compose?

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

💬 Comments