Give your AI coding assistant the knowledge to work with the OpenRouter Client SDKs
by installing our official openrouter-typescript-sdk skill from the
OpenRouterTeam/skills repository.
The skill covers both the Client SDKs (@openrouter/sdk) and the Agent SDK (@openrouter/agent).
When working with the Client SDKs, your AI assistant will focus on the platform features:
model listing, chat completions, credits, OAuth, and API key management.
Add via Settings > Rules > Add Rule > Remote Rule (Github) with OpenRouterTeam/skills.
Requires GitHub CLI v2.90.0+. Works with Claude Code, Cursor, OpenCode, Codex, Gemini CLI, Windsurf, and many more agents:
The skill works with any AI coding assistant that supports the Agent Skills standard:
Once installed, your AI coding assistant will have knowledge of:
@openrouter/sdk
in TypeScript projectsAfter installing the skill, your AI assistant can help you with tasks like:
“Help me set up OpenRouter in my project”
The assistant will know to use:
“Add streaming to my OpenRouter call”
The assistant understands the streaming API:
If you need higher-level primitives for building agents — multi-turn loops, tool definitions, stop conditions — see the Agent SDK instead.
The skill source is available at: github.com/OpenRouterTeam/skills
Contributions and feedback are welcome.