ai-sdk

Installation
SKILL.md

AI SDK Documentation

When you need up-to-date information about the AI SDK:

If using ai@6.0.34 or above

Search the bundled documentation and source code in node_modules/ai/:

  1. Documentation: grep "your query" node_modules/ai/docs/
  2. Source code: grep "your query" node_modules/ai/src/

To find specific files:

  • glob "node_modules/ai/docs/**/*.mdx" for documentation files
  • glob "node_modules/ai/src/**/*.ts" for source files

Provider packages (@ai-sdk/openai, @ai-sdk/anthropic, etc.) also include bundled docs in their respective node_modules/@ai-sdk/<provider>/docs/ directories.

When in doubt, update to the latest version of the AI SDK.

Related skills

More from nuxt-content/nuxt-studio

Installs
12
GitHub Stars
671
First Seen
Feb 21, 2026