skills
Build, run, and measure apps on OpenRouter models
All Skills in This Repository (15)
Pure Emerald Level Indicatorsopen-responses
Implement and debug interoperable LLM APIs using the Open Responses specification.
openrouter-analytics-schema
Identify valid query parameters for OpenRouter analytics API requests.
create-agent-tui
Scaffold a TypeScript terminal agent TUI project with OpenRouter model calling and tool execution.
create-headless-agent
Scaffold a TypeScript headless agent project with Bun and the OpenRouter SDK.
openrouter-models
Retrieve real-time metadata for 300+ OpenRouter AI models.
openrouter-images
Generate and edit images via natural language prompts using OpenRouter AI models.
openrouter-agent-migration
Migrate TypeScript agent imports from @openrouter/sdk to @openrouter/agent.
openrouter-analytics-query
Document constructing and executing analytics queries against the OpenRouter Analytics API.
openrouter-stt
Convert audio speech to text transcripts using OpenRouter's speech-to-text API.
openrouter-generations
Retrieve metadata and stored content for OpenRouter API generation requests.
openrouter-analytics
Answer natural language questions about OpenRouter usage and billing data.
openrouter-benchmarks
Query OpenRouter's Benchmarks API for model rankings with source attribution.
Frequently Asked Questions
FAQPage SchemaHow to install OpenRouter Skills?โผ
Run `npx skills add OpenRouterTeam/skills --all -g -y` in your terminal to install every skill globally. They then work in Claude Code, Cursor, Codex, OpenCode, and other compatible agents.
What can I build with OpenRouter Skills?โผ
You can scaffold complete terminal or headless agents, call 600+ models through one TypeScript SDK, and generate images, speech, transcription, and video from simple prompts.
How do I compare models and control costs?โผ
The models and benchmarks skills compare pricing, context length, latency, and benchmark rankings, while the analytics skills answer spend and usage questions from your live account data.
Do I need an OpenRouter API key?โผ
Yes, most skills need an OPENROUTER_API_KEY from openrouter.ai/keys, and analytics queries require a management key. The OAuth skill lets your own app users sign in without sharing keys.
Can non-developers use these skills?โผ
Yes. Once installed, you describe what you want in plain English and your agent picks the right skill, runs the scripts, and returns the result.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core