← Back to Skills Marketplace
PoYo Wan 2.6 API
by
coolhackboy
· GitHub ↗
· v1.0.0
· MIT-0
228
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install poyo-wan-2-6
Description
Wan 2.6 video generation on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `wan2.6-text-to-video`, `wan2.6-image-to-video`, `wan2.6-vi...
Usage Guidance
This skill appears to do what it says: it posts JSON payloads to PoYo's Wan 2.6 endpoint using curl and requires your POYO_API_KEY. Before installing, confirm you trust PoYo (api.poyo.ai) and avoid putting your API key into shared code or public prompts. If you plan to use callback_url, only supply endpoints you control (do not use third-party endpoints you don't trust) because the service will POST job results there. Note the included script accepts API key via POYO_API_KEY or as the first argument and reads payload from a file or stdin — its argument parsing is a bit awkward, so prefer setting POYO_API_KEY in the environment and passing a payload file or piping JSON to stdin to avoid accidental leakage of values.
Capability Analysis
Type: OpenClaw Skill
Name: poyo-wan-2-6
Version: 1.0.0
The skill bundle is a legitimate integration for the PoYo AI video generation service (poyo.ai). The shell script `scripts/submit_wan_2_6.sh` and instructions in `SKILL.md` are consistent with the stated purpose of submitting video generation tasks via API, and no evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description, required binary (curl), required env var (POYO_API_KEY), and the provided shell script all align with submitting generation jobs to https://api.poyo.ai/api/generate/submit. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md restricts actions to building/submitting JSON payloads, using the provided curl examples/script, and polling for task status. It documents the optional callback_url webhook field — expected for this API — which can cause PoYo to POST results to a user-supplied external URL. Users should be careful about what callback_url they provide, but inclusion of webhook support is expected for this integration.
Install Mechanism
This is an instruction-only skill with a small shell script and docs; there is no install spec or remote download. Risk from install mechanism is minimal.
Credentials
Only POYO_API_KEY is required (declared as primaryEnv). That is proportionate for an API client that authenticates with a bearer key. The script also accepts the key as a first argument if the env var is not set, which is consistent though its argument parsing is slightly confusing.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and has no install-time persistence. Agent autonomous invocation is allowed (default) but not combined with any elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install poyo-wan-2-6 - After installation, invoke the skill by name or use
/poyo-wan-2-6 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Wan 2.6 video generation on PoYo.
- Supports text-to-video, image-to-video, and video-to-video tasks using Wan 2.6 models.
- Handles model selection and routing based on inputs: prompt, image, or video references.
- Allows control of video duration, resolution, and multi_shots composition.
- Requires POYO_API_KEY environment variable and curl.
- Guides users on preparing payloads, submitting jobs, and tracking task status.
Metadata
Frequently Asked Questions
What is PoYo Wan 2.6 API?
Wan 2.6 video generation on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `wan2.6-text-to-video`, `wan2.6-image-to-video`, `wan2.6-vi... It is an AI Agent Skill for Claude Code / OpenClaw, with 228 downloads so far.
How do I install PoYo Wan 2.6 API?
Run "/install poyo-wan-2-6" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PoYo Wan 2.6 API free?
Yes, PoYo Wan 2.6 API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PoYo Wan 2.6 API support?
PoYo Wan 2.6 API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PoYo Wan 2.6 API?
It is built and maintained by coolhackboy (@coolhackboy); the current version is v1.0.0.
More Skills