What is add-provider-package?
Guide for adding new AI provider packages to the AI SDK. Use when creating a new @ai-sdk/<provider> package to integrate an AI service into the SDK. Source: vercel-labs/ai.
Guide for adding new AI provider packages to the AI SDK. Use when creating a new @ai-sdk/<provider> package to integrate an AI service into the SDK.
Quickly install add-provider-package AI skill to your development environment via command line
Source: vercel-labs/ai.
This guide covers the process of creating a new @ai-sdk/ package to integrate an AI service into the AI SDK.
See https://github.com/vercel/ai/pull/8136/files for a complete example of adding a new provider.
The AI SDK uses a layered provider architecture following the adapter pattern:
Guide for adding new AI provider packages to the AI SDK. Use when creating a new @ai-sdk/<provider> package to integrate an AI service into the SDK. Source: vercel-labs/ai.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/vercel-labs/ai --skill add-provider-packageGuide for adding new AI provider packages to the AI SDK. Use when creating a new @ai-sdk/<provider> package to integrate an AI service into the SDK. Source: vercel-labs/ai.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/vercel-labs/ai --skill add-provider-package Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/vercel-labs/ai