Appearance
Fresh 2026
Install skills
How to install and use Claude Code skills for Gateway integration, agent scaffolding, and provider migration.
Installation
Run these two commands in your terminal:
bash
claude plugin marketplace add merge-api/merge-gateway-skills
claude plugin install merge-gatewayThe skills are ready to use immediately. No restart needed.
Getting started
After installing, open Claude Code and invoke a skill directly:
/merge-gateway:gateway-implement # Add Gateway to your project
/merge-gateway:build-agent # Scaffold a tool-use agent
/merge-gateway:gateway-features # Explore tags, routing, and multi-model usage
/merge-gateway:migrate-ai-sdk # Migrate from Vercel AI SDK
/merge-gateway:migrate-openrouter # Migrate from OpenRouter
/merge-gateway:migrate-direct-sdk # Migrate from OpenAI/Anthropic/Google
/merge-gateway:migrate-bedrock # Migrate from AWS Bedrock
/merge-gateway:migrate-azure # Migrate from Azure OpenAI
/merge-gateway:migrate-litellm # Migrate from LiteLLMOr just describe what you want - Claude will pick the right skill automatically.
Integration
Detect your stack, install the Merge Gateway SDK, and verify the integration
Scaffold a function-calling agent with tool definitions and an execution loop
Advanced features
Discover tags, project tracking, routing metadata, multi-model routing, extended thinking, and token usage tracking
Migration
Switch from @ai-sdk/openai, @ai-sdk/anthropic, or @ai-sdk/google to the native Merge Gateway provider
Swap OpenRouter URLs, headers, and provider-specific params for Gateway equivalents
Move from OpenAI, Anthropic, or Google SDKs to a single Gateway integration
Replace boto3 Bedrock calls and map Bedrock model IDs to Gateway format
Map Azure deployment names to standard models and remove Azure-specific config
Replace a self-hosted LiteLLM proxy or library with managed Gateway