← Back to Skills Marketplace
144
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install zhipu-free-image-video
Description
智谱免费图片与视频生成技能。适用于用户想用智谱生成图片、批量出图、生成短视频、查询视频任务结果、等待视频完成,或优先使用免费/低成本模型快速产出创意内容时。
Usage Guidance
This skill's code calls open.bigmodel.cn and requires an API key (IMAGE_VIDEO_GENERATION_API_KEY or ZHIPU_API_KEY) even though the registry metadata doesn't declare that — treat that as a red flag. Before installing: verify you trust the source (there is no homepage and source is unknown); only provide a dedicated, least-privilege API key (not a broad account key); consider running the skill in a sandboxed environment; confirm open.bigmodel.cn is the intended provider for this skill; and be aware the scripts will send prompts and possibly images to that external API. Ask the maintainer to update the skill metadata to declare the required env vars and primary credential so the requirement is visible up front.
Capability Analysis
Type: OpenClaw Skill
Name: zhipu-free-image-video
Version: 1.1.0
The skill bundle provides a set of Node.js scripts to interface with Zhipu AI's image and video generation APIs. It correctly handles API keys via environment variables (IMAGE_VIDEO_GENERATION_API_KEY/ZHIPU_API_KEY) and communicates exclusively with the official Zhipu endpoint (open.bigmodel.cn) as seen in scripts/lib.js. No malicious behaviors, obfuscation, or unauthorized data access were found.
Capability Assessment
Purpose & Capability
Name/description, scripts, and endpoints all align with a Zhipu (open.bigmodel.cn) image/video generation skill; requiring node/npm is reasonable. However, the registry metadata lists no required env vars or primary credential while the runtime scripts clearly require IMAGE_VIDEO_GENERATION_API_KEY or ZHIPU_API_KEY.
Instruction Scope
SKILL.md instructs the agent to invoke bundled Node scripts which only: parse JSON args, call the provider API (open.bigmodel.cn/api/*), poll async results, and print JSON. The instructions do not read unrelated files or other environment variables. They stay within the stated scope of generating images/videos and querying results.
Install Mechanism
No install spec (no downloads or extracts). Scripts are local and executed with node; this is low-risk from an install perspective.
Credentials
The code requires an API key via IMAGE_VIDEO_GENERATION_API_KEY or ZHIPU_API_KEY and will throw if none exists, but the registry metadata declares no required environment variables or primary credential. That mismatch is problematic because users won't be warned up-front that a secret is required. Aside from the API key, no other credentials are requested and network calls are limited to open.bigmodel.cn.
Persistence & Privilege
always is false and the skill does not modify other skills or system config. The skill runs on-demand and does not request elevated or persistent platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zhipu-free-image-video - After installation, invoke the skill by name or use
/zhipu-free-image-video - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
补齐可执行脚本:支持图片生成、批量出图、视频生成、结果查询、等待完成与模型配置校验。
v1.0.0
初版发布:将图片/视频生成能力提炼为原生 OpenClaw 技能,重点突出智谱免费图片和视频生成。
Metadata
Frequently Asked Questions
What is 智谱免费图片与视频生成?
智谱免费图片与视频生成技能。适用于用户想用智谱生成图片、批量出图、生成短视频、查询视频任务结果、等待视频完成,或优先使用免费/低成本模型快速产出创意内容时。 It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.
How do I install 智谱免费图片与视频生成?
Run "/install zhipu-free-image-video" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 智谱免费图片与视频生成 free?
Yes, 智谱免费图片与视频生成 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 智谱免费图片与视频生成 support?
智谱免费图片与视频生成 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 智谱免费图片与视频生成?
It is built and maintained by 156554395 (@156554395); the current version is v1.1.0.
More Skills