·add-provider-package
</>

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.

16Installs·2Trend·@vercel-labs

Installation

$npx skills add https://github.com/vercel-labs/ai --skill add-provider-package

How to Install add-provider-package

Quickly install add-provider-package AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/vercel-labs/ai --skill add-provider-package
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: vercel-labs/ai.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/vercel-labs/ai --skill add-provider-package
Category
</>Dev Tools
Verified
First Seen
2026-03-08
Updated
2026-03-10

Browse more skills from vercel-labs/ai

Quick answers

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.

How do I install add-provider-package?

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

Where is the source repository?

https://github.com/vercel-labs/ai

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-08