← Back to Skills Marketplace
Veo 3.1 API
by
coolhackboy
· GitHub ↗
· v1.0.0
· MIT-0
360
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install veo-3-1
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install veo-3-1 - After installation, invoke the skill by name or use
/veo-3-1 - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 360 downloads so far.
How do I install Veo 3.1 API?
Run "/install veo-3-1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Veo 3.1 API free?
Yes, Veo 3.1 API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Veo 3.1 API support?
Veo 3.1 API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Veo 3.1 API?
It is built and maintained by coolhackboy (@coolhackboy); the current version is v1.0.0.
More Skills