Skip to main content
snapgen-ai-models is an Agent Skill for coding agents. It teaches the agent one reliable path from a request to a delivered result: find models in the live catalog, read the schema and price before paying, pick MCP or the CLI, submit once, keep the task id, poll to a final status, and report the model, status, charge and outputs.

Install

The installer needs Node.js 22.20 or newer; the SnapGen CLI needs Node.js 20. Reload or restart your coding client afterwards so it discovers the skill.

Give it an execution path

The skill works through either:
  • the hosted MCP server (https://api.snapgen.org/mcp), or
  • the CLI (npx -y @snapgen/cli).
Set your key as SNAPGEN_API_KEY or run snapgen auth login. Never put the key in a prompt, a file or a repository.

Verify without a paid task

Ask your agent:

What the skill enforces

The skill never replaces the live catalog, prices or task status; it tells the agent when and how to read them.