PoYo Agent Skill
Thepoyo-ai-models Skill teaches compatible coding agents to discover models, validate schemas, check pricing, execute safely, and resume asynchronous tasks.
The Skill is distributed from the poyo-devtools repository under:
Workflow
The Skill instructs an agent to:- Restate modality, inputs, constraints, output requirements, and budget.
- Search the production Capability Catalog.
- Inspect the selected model’s schema and pricing.
- Choose non-streaming MCP chat, CLI streaming chat, short generation, or asynchronous submission.
- Poll queued/running tasks until they succeed or fail.
- Report model ID, credits, status, outputs, and partial failures.
Guardrails
- Never invent a model ID or parameter.
- Never put an API key in a prompt or committed file.
- Check credits before expensive or repeated work.
- Do not automatically resubmit a paid request after a timeout or transport failure; first determine whether a task was created.
- Do not claim completion while a task is queued or running.
- Preserve task IDs so an interrupted workflow can resume without resubmission.
