AI SDK Documentation
This skill should be used when working with Vercel AI SDK, AI Gateway, streamText, generateText, generateObject, streamObject, tool calling, or AI SDK providers. Also relevant for "ai-sdk", "@ai-sdk/*" packages, or questions about AI SDK patterns, configuration, and best practices.
npx skills add majiayu000/claude-skill-registry --skill ai-sdk-docs --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AI SDK Documentation Skill This skill provides tools for accessing Vercel AI SDK documentation and AI Gateway model information. Use the bundled scripts to discover available documentation pages and fetch their full content. ## Overview The Vercel AI SDK documentation lives at `ai-sdk.dev` and covers: - **Core SDK** (`ai` package) - generating text, streaming, tool calling, embeddings - **UI integrations** - React hooks, streaming UI components - **RSC** - React Server Components integration - **Providers** - Configuration for OpenAI, Anthropic, Google, and 30+ other providers - **AI Gateway** - Vercel's multi-provider routing service The documentation is large (600+ pages) and frequently updated. Rather than relying on stale knowledge, always use the scripts to fetch current documentation. ## Scripts All scripts are located in `${CLAUDE_PLUGIN_ROOT}/skills/ai-sdk-docs/scripts/`. ### list-docs.sh Discover available documentation pages. **Usage:** ```bash # List all pages grouped by category ${CLAUDE_PLUGIN_ROOT}/skills/ai-sdk-docs/scripts/list-docs.sh # List pages in a specific category ${CLAUDE_PLUGIN_ROOT}/skills/ai-sdk-docs/scripts/list-docs.sh docs ${CLAUDE_PLUGIN_ROOT}/skill
- Overview
- Scripts
- list-docs.sh
- fetch-doc.sh
- query-models.sh
- Workflow Guidelines
- Finding Documentation
- Important Notes
- AI Gateway
List all pages grouped by category List pages in a specific category Fetch a documentation page Fetch a cookbook example Fetch provider documentation List all models with their provider List all providers List all capability tags List models from a specific provider List models with a specific capability
What does the AI SDK Documentation skill do?
This skill should be used when working with Vercel AI SDK, AI Gateway, streamText, generateText, generateObject, streamObject, tool calling, or AI SDK providers. Also relevant for "ai-sdk", "@ai-sdk/*" packages, or questions about AI SDK patterns, configuration, and best practices.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill ai-sdk-docs --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
