Veo 3.1 API
v1.0.0Use 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...
⭐ 0· 254·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97709twysgv08kw7zqeg15yf182pjp6
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binscurl
EnvPOYO_API_KEY
Primary envPOYO_API_KEY
