# ⚡ CrazyRouter Skills

Production-tested AI agent skills powered by [Crazyrouter API](https://crazyrouter.com).

## Install

```bash
npx crazyrouter-skills install <skill-name>
```

## Available Skills

| Skill | Description |
|-------|-------------|
| `crazyrouter-chat` | Chat with 627+ AI models (GPT-5, Claude, Gemini, DeepSeek...) |
| `crazyrouter-image-gen` | AI image generation (DALL-E 3, GPT Image, Gemini, Imagen 4) |
| `crazyrouter-tts` | Text-to-speech (OpenAI TTS voices) |
| `crazyrouter-stt` | Speech-to-text transcription (Whisper) |
| `crazyrouter-ocr` | Image-to-text / OCR (GPT-4o, Gemini, Claude) |
| `crazyrouter-translate` | AI translation (multi-model comparison) |
| `crazyrouter-music-gen` | AI music generation (Suno) |
| `crazyrouter-video-gen` | AI video generation (Sora 2, Kling, Veo 3) |

## Commands

```bash
npx crazyrouter-skills list          # List all available skills
npx crazyrouter-skills installed     # Show installed skills
npx crazyrouter-skills install <name> # Install a skill
npx crazyrouter-skills uninstall <name> # Remove a skill
```

## Requirements

- [Crazyrouter API Key](https://crazyrouter.com) (free to start)
- Set `CRAZYROUTER_API_KEY` environment variable

## Links

- 🛒 [Skills Shop](https://skills.crazyrouter.com)
- 📖 [Documentation](https://skills.crazyrouter.com/docs)
- 🌐 [API Gateway](https://crazyrouter.com)
- 💬 [Telegram](https://t.me/crzrouter)

## License

MIT
