Overview
ModelsLab Agent Skills are modular capabilities that extend your coding agents with ModelsLab-specific workflows. Each Skill bundles instructions (and optional resources) so your agent can use ModelsLab APIs consistently without repeating setup across projects.What you get:
- Pre-built skills for image, video, audio, 3D, and more
- A consistent workflow your agent can reuse automatically
- Easy installation via the Skills CLI
Quick Start
Available Skills
Generation Skills
Agent Control Plane Skills
Platform Skills
How Skills Work
Skills live on disk as folders containing aSKILL.md file. When your agent sees a matching task, it loads only the relevant Skill instructions and any referenced resources. This keeps context light while still giving your agent expert guidance when it matters.
Install to Specific Agents
You can target specific agents that support the Skills CLI:Resources
- ModelsLab Skills repo: https://github.com/ModelsLab/skills
- Docs: https://docs.modelslab.com
- Dashboard: https://modelslab.com/dashboard
- Discord: https://discord.gg/modelslab
Next Steps
1
Get an API key
Create a project and grab your key in the dashboard: https://modelslab.com/dashboard
2
Install Skills
Run
npx skills add modelslab/skills --all to enable all ModelsLab Skills.3
Start using your agent
Ask your agent to generate images, videos, audio, or 3D using ModelsLab APIs.

