← Back to Skills Marketplace
Zyt one click video creation
by
zuoyuting214
· GitHub ↗
· v0.1.0
· MIT-0
186
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zyt-one-click-video-creation
Description
用户输入一个选题或口播稿,自动生成完整短视频成片(文案、分镜、数字人口播 + AI 画面混剪)。适用于「一键成片」「根据选题做视频」等场景。当前 skill 已内聚 TTS、数字人视频生成与 AI 文生视频调用能力。
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: zyt-one-click-video-creation
Version: 0.1.0
The skill bundle provides a legitimate and well-documented workflow for automated video creation, integrating Text-to-Speech, digital human avatars, and AI video generation via the Chanjing (蝉镜) API. The orchestration script (run_render.py) uses ffmpeg and ffprobe for local media processing, while the Python clients in the clients/ directory handle standard API interactions and authentication using a local credentials file (~/.chanjing/credentials.json). The bundle includes extensive Markdown templates (SKILL.md, storyboard_prompt.md, etc.) that provide high-quality instructions for the AI agent to ensure content consistency and avoid generation artifacts. No indicators of data exfiltration, malicious execution, or unauthorized persistence were found.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zyt-one-click-video-creation - After installation, invoke the skill by name or use
/zyt-one-click-video-creation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial publish.
Metadata
Frequently Asked Questions
What is Zyt one click video creation?
用户输入一个选题或口播稿,自动生成完整短视频成片(文案、分镜、数字人口播 + AI 画面混剪)。适用于「一键成片」「根据选题做视频」等场景。当前 skill 已内聚 TTS、数字人视频生成与 AI 文生视频调用能力。 It is an AI Agent Skill for Claude Code / OpenClaw, with 186 downloads so far.
How do I install Zyt one click video creation?
Run "/install zyt-one-click-video-creation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Zyt one click video creation free?
Yes, Zyt one click video creation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Zyt one click video creation support?
Zyt one click video creation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Zyt one click video creation?
It is built and maintained by zuoyuting214 (@zuoyuting214); the current version is v0.1.0.
More Skills