← Back to Skills Marketplace
368
Downloads
5
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install video-quick-gen
Description
营销视频生成服务,通过小念AI的视频模块快速生成营销视频:当用户说"快速生成视频/生成一个视频/做个视频/把这个需求直接生成视频"并希望通过小念AI生成结果而不是手动编写时使用。
Usage Guidance
This skill implements the claimed video-generation workflow but contains two red flags you should consider before installing or using it:
1) Hard-coded token: The Python script includes a DEFAULT_TOKEN value. If that token is valid, the skill will operate using that account without you providing credentials. Ask the author what that token is for, and never rely on an unexplained embedded credential. Prefer a version that requires you to supply your own token via an environment variable.
2) Undeclared environment variables: The registry metadata declares no required env vars, but the code reads DASHBOARD_TOKEN, DASHBOARD_PHONE, DASHBOARD_PASSWORD, and DASHBOARD_BASE_URL. Treat these as sensitive. Do not provide personal credentials until you verify the service and token scope.
Practical steps:
- Ask the publisher to (a) remove the embedded DEFAULT_TOKEN or explain/rotate it, and (b) update the skill metadata and SKILL.md to clearly list required env vars and what each does.
- If you must test it, run in a sandbox environment and do not supply real account credentials; create a dedicated test account with limited permissions.
- Inspect network traffic or logs during a test to confirm calls only go to the documented xiaonian.cc endpoints.
If the author can justify and remove the hard-coded token and correct the metadata/documentation, the skill becomes much less suspicious. Currently, the mismatch and embedded credential justify caution.
Capability Analysis
Type: OpenClaw Skill
Name: video-quick-gen
Version: 1.0.2
The skill contains a hardcoded authentication token (atk_ajhhuxTyHciMIxZQ_vt_boqVeG_zTr4Ix9REWuVBXSc) in scripts/video_quick_gen.py, which is a significant security vulnerability (credential leak). Additionally, the script allows downloading files to arbitrary local paths via the --out parameter, which could be misused to overwrite sensitive files if the agent is manipulated. While the logic aligns with the stated purpose of generating videos via the xiaonian.cc API, these flaws represent high-risk behaviors.
Capability Assessment
Purpose & Capability
The code and SKILL.md align with the declared purpose (generate script → create task → poll state on xiaonian.cc). Requiring an auth token or login to call the dashboard API is coherent with the video-generation purpose. However, the registry metadata claims no required env vars/credentials while the code expects DASHBOARD_TOKEN or DASHBOARD_PHONE+DASHBOARD_PASSWORD (and a DEFAULT_TOKEN fallback). That metadata omission is inconsistent.
Instruction Scope
SKILL.md instructs the agent to run the included Python script and documents the API endpoints. But SKILL.md glosses over auth by saying 'built-in token, no configuration needed' while failing to document the environment variables the script actually reads. The runtime code reads environment variables and can download the resulting video to a local path; it does not otherwise read arbitrary system files. The undocumented env var usage is scope creep in the documentation/metadata.
Install Mechanism
No install spec or third-party downloads are present; the skill is instruction-only plus a local Python script. Nothing writes arbitrary code to disk beyond the included files.
Credentials
The script legitimately needs a bearer token to call the API, so requesting credentials is proportionate to the task. However: (1) the registry metadata lists no required env vars while the code depends on DASHBOARD_TOKEN, DASHBOARD_PHONE, DASHBOARD_PASSWORD, and DASHBOARD_BASE_URL; (2) there is a hard-coded DEFAULT_TOKEN string in the code. A default embedded token can be a security risk if it is a valid credential — it could allow the skill to act with whoever owns that token, and its presence without explanation is suspicious.
Persistence & Privilege
The skill is not marked always:true, does not request system-level persistence, and does not modify other skills or global configuration. Standard autonomous invocation remains enabled (expected).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-quick-gen - After installation, invoke the skill by name or use
/video-quick-gen - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Updated the skill description to be entirely in Chinese for better localization.
- No code changes or workflow modifications were made.
- Documentation remains functionally the same, only with an updated description for clarity.
v1.0.1
- Updated authentication: now uses a built-in token, requiring no manual configuration.
- Clarified output: the agent now receives and should summarize both the generated video script and the video URL to the user.
- Output details expanded: always returns `state`, `task_id`, `script`, `video_url`, and optional `downloaded_to`.
- Minor documentation and description improvements for clarity.
v1.0.0
video-quick-gen 1.0.0
- Initial release of skill to quickly generate marketing videos via the local dashboard-console Video module.
- Automates script creation, video generation, and status polling using the dashboard API.
- Supports customization: request input, video type, duration, orientation, HD, image reference, and subtitle toggling.
- Outputs final video URL (optionally downloads mp4 file).
- Includes guidance for API usage, authentication, workflow steps, and troubleshooting common errors.
Metadata
Frequently Asked Questions
What is 基于需求描述智能生成脚本和视频,让你的每个营销视频都出彩。适用于用户希望“把这个需求直接生成视频”时,通过API自动生成结果而非人工撰写。?
营销视频生成服务,通过小念AI的视频模块快速生成营销视频:当用户说"快速生成视频/生成一个视频/做个视频/把这个需求直接生成视频"并希望通过小念AI生成结果而不是手动编写时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 368 downloads so far.
How do I install 基于需求描述智能生成脚本和视频,让你的每个营销视频都出彩。适用于用户希望“把这个需求直接生成视频”时,通过API自动生成结果而非人工撰写。?
Run "/install video-quick-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 基于需求描述智能生成脚本和视频,让你的每个营销视频都出彩。适用于用户希望“把这个需求直接生成视频”时,通过API自动生成结果而非人工撰写。 free?
Yes, 基于需求描述智能生成脚本和视频,让你的每个营销视频都出彩。适用于用户希望“把这个需求直接生成视频”时,通过API自动生成结果而非人工撰写。 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 基于需求描述智能生成脚本和视频,让你的每个营销视频都出彩。适用于用户希望“把这个需求直接生成视频”时,通过API自动生成结果而非人工撰写。 support?
基于需求描述智能生成脚本和视频,让你的每个营销视频都出彩。适用于用户希望“把这个需求直接生成视频”时,通过API自动生成结果而非人工撰写。 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 基于需求描述智能生成脚本和视频,让你的每个营销视频都出彩。适用于用户希望“把这个需求直接生成视频”时,通过API自动生成结果而非人工撰写。?
It is built and maintained by yc556600 (@yc556600); the current version is v1.0.2.
More Skills