skills/smithery.ai/AI SDK Documentation

AI SDK Documentation

SKILL.md

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/.

Installs
First Seen