chore: update skills

Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2026-04-07 17:06:08 -04:00
parent 7ffcb4dc43
commit 685241c92f
12 changed files with 58 additions and 532 deletions

View File

@@ -0,0 +1,6 @@
{
"source": "/tmp/skill-selector-curated-812268656",
"sourceType": "local",
"localPath": "/tmp/skill-selector-curated-812268656/typescript-sdk",
"installedAt": "2026-04-07T03:45:37.971Z"
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,13 @@
{
"version": "1.0.0",
"organization": "OpenRouter Inc",
"date": "January 2026",
"abstract": "Complete reference for the OpenRouter TypeScript SDK, enabling AI agents to integrate with 300+ AI models through a unified, type-safe interface. Covers the callModel pattern for text generation, streaming, and multi-turn conversations with automatic tool execution. Includes detailed TypeScript interfaces for Responses API message shapes, streaming event types, authentication methods (API key and OAuth PKCE flow), Zod-based tool definitions, stop conditions, and format conversion helpers. Designed for AI agent consumption with production-ready examples and best practices.",
"references": [
"https://openrouter.ai/docs/sdks/typescript/call-model/overview",
"https://openrouter.ai/docs/sdks",
"https://openrouter.ai/docs/api/reference/overview",
"https://openrouter.ai/docs/sdks/typescript/api-reference/api-reference/oauth",
"https://openrouter.ai/docs/sdks/llms-full.txt"
]
}