provider-integration-templates
Installation
SKILL.md
Provider Integration Templates
This skill provides complete integration templates, setup scripts, and working examples for integrating OpenRouter with popular AI frameworks: Vercel AI SDK, LangChain, and OpenAI SDK.
What This Skill Provides
- Setup Scripts: Automated installation and configuration for each framework
- Integration Templates: Drop-in code templates for provider configuration
- Working Examples: Complete implementation examples with best practices
- Validation Tools: Scripts to verify integrations are working correctly
Supported Frameworks
Vercel AI SDK (TypeScript)
- Provider configuration with
createOpenAI() - API route templates with
streamText()andgenerateText() - Chat UI components with
useChat()hook - Tool calling with Zod schemas
- Streaming responses