← 返回 Skills 市场
Veo 3.1 API
作者
coolhackboy
· GitHub ↗
· v1.0.0
· MIT-0
360
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install veo-3-1
功能描述
Use PoYo AI Veo 3.1 for frame-conditioned video generation through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants fast or qual...
安全使用建议
This skill will send whatever JSON payload you provide to api.poyo.ai using the POYO_API_KEY. Before installing or using it: (1) Only provide a POYO_API_KEY you trust and rotate it if exposed; (2) avoid embedding other sensitive secrets in payloads (they will be transmitted to PoYo); (3) be cautious when setting callback_url — callbacks will POST results to whatever public URL you supply, so don’t use untrusted endpoints; (4) verify PoYo’s privacy/terms for content you submit (images, prompts may be stored/processed); and (5) if you need extra assurance, review responses from the service and monitor API key usage in your PoYo dashboard.
功能分析
Type: OpenClaw Skill
Name: veo-3-1
Version: 1.0.0
The skill bundle is a standard API wrapper for the PoYo AI Veo 3.1 video generation service. It contains a shell script (scripts/submit_veo_3_1.sh) that uses curl to send user-provided payloads to the legitimate service endpoint (api.poyo.ai) using a required API key. The instructions in SKILL.md and the documentation in references/api.md are consistent with the stated purpose and do not contain any evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
Name and description (Veo 3.1 video generation) align with required items: curl and POYO_API_KEY. The skill only targets PoYo endpoints documented in references/api.md and does not request unrelated services or binaries.
Instruction Scope
SKILL.md and the included shell script instruct the agent to build a JSON payload, send it to https://api.poyo.ai/api/generate/submit with a Bearer token, save the returned task_id, and optionally poll or use callbacks. There are no instructions to read unrelated files, probe system state, or exfiltrate data to other endpoints.
Install Mechanism
Instruction-only skill with a small helper shell script; there is no install spec, no downloads, and no archive extraction. Risk from install actions is minimal.
Credentials
Only POYO_API_KEY is required (declared as primaryEnv). That single credential is appropriate and necessary for authenticating to the PoYo API; no unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. It does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install veo-3-1 - 安装完成后,直接呼叫该 Skill 的名称或使用
/veo-3-1触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of PoYo Veo 3.1 video generation skill.
- Supports frame-conditioned video generation using PoYo API's veo-3.1 models.
- Allows selection between fast and quality modes (`veo3.1-fast`, `veo3.1-quality`).
- Provides options for start-frame/end-frame guidance, up to 4K resolution, and reference image video generation.
- Authenticates using `POYO_API_KEY`; requires curl to send API requests.
- Guides request construction and response handling, including task status polling and callback workflows.
元数据
常见问题
Veo 3.1 API 是什么?
Use PoYo AI Veo 3.1 for frame-conditioned video generation through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants fast or qual... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 360 次。
如何安装 Veo 3.1 API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install veo-3-1」即可一键安装,无需额外配置。
Veo 3.1 API 是免费的吗?
是的,Veo 3.1 API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Veo 3.1 API 支持哪些平台?
Veo 3.1 API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Veo 3.1 API?
由 coolhackboy(@coolhackboy)开发并维护,当前版本 v1.0.0。
推荐 Skills