# add-provider-package

> Claude/Codex skill by [@vercel-labs](https://omgskills.com/library/vercel-labs/index.md) · 27k stars · Updated 2026-09-17

Guide for adding first-party AI provider packages to the AI SDK. Use when creating a provider package under packages/ to integrate an external AI service.

Tags: anthropic, artificial-intelligence, gemini, generative-ai, generative-ui, javascript, language-model, llm, nextjs, openai, react, svelte, typescript, vercel, vue

## Install

```sh
git clone https://github.com/vercel/ai /tmp/ai && ln -s /tmp/ai/skills/add-provider-package ~/.claude/skills/add-provider-package
```

## From README

Add a Provider Package Add a complete first-party @ai-sdk/ package that follows the current provider interfaces, repository conventions, security requirements, and release process. Read the Current Sources of Truth Before implementing anything, read: Add new provider for current package and release requirements Provider development notes for naming, schemas, and workflow serialization Provider architecture for the provider abstraction Secure URL handling when the provider fetches polling, image, audio, video, or other URLs Use PR \#18595 as a recent end-to-end example, but choose the current provider package whose API shape and model types most closely resemble the new provider as the implementation reference. Third parties can publish provider packages outside this repository. A new first-party @ai-sdk/ package requires prior discussion in an issue. Confirm that agreement exists before implementing the package.

## Links

- HTML page: https://omgskills.com/skills/vercel-labs/ai/add-provider-package/
- GitHub: https://github.com/vercel/ai
- Author: [@vercel-labs](https://omgskills.com/library/vercel-labs/index.md)

## More from this repo

- [adr-skill](https://omgskills.com/skills/vercel-labs/ai/adr-skill/index.md) — Used to create and maintain Architecture Decision Records (ADRs) optimized for agentic coding workflows.
   - [@vercel-labs](https://omgskills.com/library/vercel-labs/index.md) · 27k stars

## More skills by this author

- [agent-browser](https://omgskills.com/skills/vercel-labs/agent-browser/agent-browser/index.md) — Browser automation CLI for AI agents.
   - [@vercel-labs](https://omgskills.com/library/vercel-labs/index.md) · 43k stars
- [agentcore](https://omgskills.com/skills/vercel-labs/agent-browser/agentcore/index.md) — Used to run agent-browser on AWS Bedrock AgentCore cloud browsers.
   - [@vercel-labs](https://omgskills.com/library/vercel-labs/index.md) · 43k stars
