AI Video Generation - 视频创作 - 聚合数据
v1.0.1AI视频创作。支持文生视频(文字描述生成视频)和图生视频(图片动态化),可指定分辨率、时长、宽高比,自动等待生成完成并下载视频到本地。使用场景:用户说"帮我生成一段夕阳海浪的视频"、"把这张图片生成动态视频"、"创作一段1080P的城市夜景延时视频"、"生成一个9:16竖版的产品展示短视频"、"做一段10秒的水墨...
⭐ 0· 124·0 current·0 all-time
byjuhe-skills@juhemcp
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the implementation: a thin Python script that calls juhe.cn video-generation endpoints, polls for completion, and downloads the resulting MP4. Required binary (python3) and single env var (JUHE_VIDEO_KEY) are appropriate and proportional.
Instruction Scope
SKILL.md instructs the agent to submit tasks, poll status, and download videos — which is exactly what the script does. Notes: the documentation and script disagree slightly on max wait time (README mentions 360s/6 minutes in places while the script uses MAX_WAIT_SECONDS=600). The script accepts image/audio URLs (or base64) and supports an optional notify_url parameter (callback) — notify_url appears in code but is not documented in the main parameter tables, so a user could supply a callback endpoint if they know the flag. This is a capability (not a bug), but it should be documented/understood because it affects where status notifications can be sent.
Install Mechanism
No install spec — instruction-only with a single Python script. Nothing is downloaded or executed from untrusted URLs by the skill itself. This is a low-risk distribution model.
Credentials
Only JUHE_VIDEO_KEY is required and declared as primaryEnv. The script optionally reads a .env in its own directory for the same key or accepts a --key override. No unrelated credentials or high-privilege environment variables are requested.
Persistence & Privilege
always is false and the skill does not request permanent system-wide changes. It writes output files to an output/ directory under the script location (expected behavior). It does not modify other skills or agent configuration.
Assessment
This skill appears coherent and implements a Juhe (聚合数据) video-generation client. Before installing: (1) understand you'll need to provide your JUHE_VIDEO_KEY (the single required secret); (2) the script will fetch user-supplied image/audio URLs and will download the returned MP4 to disk (output/), so only provide URLs you trust; (3) the script supports an optional notify_url callback parameter (present in code but not emphasized in the docs) — avoid supplying a callback to an untrusted endpoint if you don't want status posted elsewhere; (4) note the small doc/code mismatch on max wait time (documentation says 360s in places; code waits up to 600s). If those behaviors are acceptable, the skill is internally consistent with its stated purpose.Like a lobster shell, security has layers — review code before you run it.
latestvk97etjj8wb8fgx5tkcp0e6c0w183w51x
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎬 Clawdis
Binspython3
EnvJUHE_VIDEO_KEY
Primary envJUHE_VIDEO_KEY
