Zyt one click video creation

v0.1.0

用户输入一个选题或口播稿,自动生成完整短视频成片(文案、分镜、数字人口播 + AI 画面混剪)。适用于「一键成片」「根据选题做视频」等场景。当前 skill 已内聚 TTS、数字人视频生成与 AI 文生视频调用能力。

0· 99·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the implementation. The package requires ffmpeg/ffprobe and calls TTS, avatar, and AI-creation endpoints on the chanjing API, which is proportional to a one‑click video creation skill. Declared env vars (CHANJING_CONFIG_DIR, CHANJING_API_BASE) are consistent with the code's behavior.
Instruction Scope
Runtime instructions and the included scripts only perform operations needed for rendering: read/write a local credentials.json, create/poll TTS and video tasks, upload/download media, cut/concat with ffmpeg, and write local output files. The skill does not attempt to read unrelated system files or other credentials.
Install Mechanism
No install spec is provided (no remote downloads or package installs). Code runs as-is and relies on existing system binaries (ffmpeg/ffprobe). This is the lowest install risk profile.
Credentials
The skill does not require recorder environment variables holding secrets, but it reads and writes credentials to a local file (~/.chanjing/credentials.json or $CHANJING_CONFIG_DIR/credentials.json). That file contains app_id and secret_key and will also store access_token/expire_in. Requesting CHANJING_API_BASE and CHANJING_CONFIG_DIR is reasonable, but users should be aware credentials are persisted to disk by the skill.
Persistence & Privilege
always:false and no elevated platform privileges. However the skill will persist credentials and access tokens to the configured credentials.json and may open a web browser for login. Writing its own config is expected, but note this creates persistent credentials on the host.
Assessment
This skill is internally coherent for one‑click video creation, but before installing: (1) verify you trust the chanjing API domain (default https://open-api.chanjing.cc), because text, TTS requests, audio uploads and video prompts are sent there; (2) be aware the skill reads/writes ~/.chanjing/credentials.json (or $CHANJING_CONFIG_DIR/credentials.json) and will persist app_id/secret_key and access_token — do not put highly privileged secrets there unless you trust the service; (3) ensure ffmpeg/ffprobe are installed and sandbox the skill if you want to limit file or network access; (4) inspect the workflow.json you pass to run_render.py so it does not contain secrets or data you don't want transmitted. If you need stronger guarantees, ask the maintainer for an explicit credential storage policy or use a dedicated least-privilege API key/account for this skill.

Like a lobster shell, security has layers — review code before you run it.

latestvk9726tkwp568zx4fe3vrrqjzb983n51m

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binsffmpeg, ffprobe
EnvCHANJING_CONFIG_DIR, CHANJING_API_BASE

Comments