Claude Code Skill
Add EUrouter integration knowledge to your AI coding assistant.
What is the EUrouter skill?
The EUrouter skill gives Claude Code full context on how to integrate EUrouter into your application. Once installed, your AI coding assistant can generate correct EUrouter code, configure GDPR-compliant routing, and answer integration questions — without you needing to look up docs.
Install
npx skills add eurouter/eurouter-skillThat's it. The skill is now available in your Claude Code sessions.
What you can ask
With the skill installed, you can prompt Claude Code naturally:
- "Help me integrate EUrouter into my Python app"
- "Set up EUrouter with strict GDPR compliance"
- "Migrate my OpenAI calls to use EUrouter"
- "Show me how to use EUrouter streaming with EU data residency"
- "Create a routing rule that prefers Scaleway, then falls back to OVHcloud"
The skill covers the full EUrouter API surface — chat completions, embeddings, responses, routing rules, provider preferences, and key management.
What the skill knows
Drop-in migration
How to switch from OpenAI or OpenRouter by changing two lines.
GDPR configuration
Provider preferences for data residency, EU-owned providers, zero retention, and more.
Full API reference
Every endpoint, field, and response header — chat, completions, embeddings, responses, models, keys, credits, and routing rules.
Code examples
Ready-to-use examples in Python, Node.js/TypeScript, and curl.
How it works
The skill is a set of reference files that Claude Code loads automatically when relevant. It contains no executable code — just structured documentation that the assistant uses to generate accurate, up-to-date EUrouter integrations.
The reference files cover:
| File | Contents |
|---|---|
endpoints.md | Full API endpoint schemas and parameters |
provider-preferences.md | Provider filtering, GDPR profiles, and routing options |
routing-rules.md | Routing rules CRUD API |
code-examples-python.md | 10 Python integration examples |
code-examples-node.md | 10 Node.js/TypeScript integration examples |
code-examples-curl.md | 9 curl examples |
Example
After installing the skill, ask Claude Code to set up a GDPR-compliant integration:
> Help me add EUrouter to my Express app with strict EU data residencyClaude Code will generate working code using the correct base URL, authentication pattern, and provider preferences — no copy-pasting from docs required.
Source
The skill is open source and available on GitHub:
github.com/EUrouter/eurouter-skill