← Back to Skills Marketplace
PoYo Grok Imagine API
by
coolhackboy
· GitHub ↗
· v1.0.0
· MIT-0
218
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install poyo-grok-imageine
Description
Grok Imagine video generation on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `grok-imagine`, text-to-video, image-to-video, 6s/10s...
Usage Guidance
This skill appears to do what it claims: submit Grok Imagine jobs to api.poyo.ai. Before installing, confirm you trust the PoYo service and are comfortable providing a PoYo API key. Prefer setting POYO_API_KEY as an environment variable (avoid passing the key on the command line to prevent exposure via process listings). Note the small doc mismatch on allowed aspect_ratio values (example shows 16:9 while other docs list 1:1, 2:3, 3:2) — verify acceptable payload fields on the official PoYo docs if your use depends on a specific ratio. If you plan to use webhooks, ensure your callback endpoint is secured and you audit returned task payloads for sensitive data before storing or forwarding.
Capability Analysis
Type: OpenClaw Skill
Name: poyo-grok-imageine
Version: 1.0.0
The skill is a legitimate integration for the PoYo Grok Imagine video generation service. It contains a shell script (scripts/submit_grok_imagine.sh) that uses curl to send JSON payloads to the official API endpoint (api.poyo.ai) and documentation (references/api.md) that aligns with the stated purpose. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name and description match the requested binaries/env (curl and POYO_API_KEY) and the included script and API reference implement submission to https://api.poyo.ai/api/generate/submit as advertised.
Instruction Scope
SKILL.md stays on-topic (submit payloads, report task_id, poll or use webhook). Minor inconsistency in docs: SKILL.md and models list restrict aspect_ratio to 1:1, 2:3, 3:2 for text-to-video but the submission example in references/api.md uses 16:9 — this is a documentation mismatch, not an outright scope creep.
Install Mechanism
Instruction-only skill with no install spec and only a small shell script; no downloads or archive extraction. Risk from install mechanism is minimal.
Credentials
Only POYO_API_KEY is required (primaryEnv). This is proportional to the skill's purpose. Operational note: the script permits passing the API key as a command-line argument which can be exposed via process listings; prefer exporting POYO_API_KEY in the environment rather than supplying it as an arg.
Persistence & Privilege
Skill is not always-enabled, does not request system-wide changes, and has no install-time persistence. It does not modify other skills or system config.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install poyo-grok-imageine - After installation, invoke the skill by name or use
/poyo-grok-imageine - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of poyo-grok-imagine skill.
- Enables text-to-video and image-to-video generation using PoYo's Grok Imagine API.
- Supports 6-second and 10-second clips, with selectable aspect ratios.
- Allows style control via `fun`, `normal`, or `spicy` modes.
- Accepts user prompts and optional single reference image for image-to-video.
- Returns relevant task information and guidance for follow-up status checks.
Metadata
Frequently Asked Questions
What is PoYo Grok Imagine API?
Grok Imagine video generation on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `grok-imagine`, text-to-video, image-to-video, 6s/10s... It is an AI Agent Skill for Claude Code / OpenClaw, with 218 downloads so far.
How do I install PoYo Grok Imagine API?
Run "/install poyo-grok-imageine" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PoYo Grok Imagine API free?
Yes, PoYo Grok Imagine API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PoYo Grok Imagine API support?
PoYo Grok Imagine API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PoYo Grok Imagine API?
It is built and maintained by coolhackboy (@coolhackboy); the current version is v1.0.0.
More Skills