CrazyRouter Skills
tutorialinstallationgetting-started

One Command to Transform Your Bot: The Soul Install Guide

CrazyRouter Team·2026-03-01·5 min

The Old Way vs The New Way

Old way:

1. Download a zip file

2. Extract SOUL.md, MEMORY.md, skills/

3. Figure out where to put each file

4. Configure API keys manually

5. Restart your bot

6. Debug why it's not working

New way:

``

/install xiaohongshu-agent

`

Done. Your bot is now a Xiaohongshu content expert.

How It Works

When you run /install, here's what happens behind the scenes:

1. Fetch — Downloads the soul package from our registry

2. Backup — Saves your current SOUL.md (just in case)

3. Install — Places SOUL.md, MEMORY.md, and skills in the right locations

4. Configure — Sets up Crazyrouter API as the default provider

5. Reload — Hot-reloads the gateway (no restart needed)

The whole process takes about 3 seconds.

Available Commands

`

/souls — Browse available souls and skills

/install — Install a soul or skill

/uninstall — Remove current soul, restore default

/switch — Switch between installed souls

/info — View details about a soul or skill

`

CLI Alternative

If you prefer the command line:

`bash

npx crazyrouter-souls install xiaohongshu-agent

npx crazyrouter-souls list

npx crazyrouter-souls info devrel-agent

`

What Gets Installed

Each soul package includes:

| File | Purpose |

|------|---------|

| SOUL.md | Agent identity and personality |

| MEMORY.md | Pre-loaded knowledge and context |

| skills/*.md | Capabilities (image gen, analytics, etc.) |

| TOOLS.md template | API configuration (Crazyrouter pre-filled) |

Crazyrouter API Integration

Every soul comes pre-configured with Crazyrouter API. This means:

  • 627+ AI models available out of the box
  • Image generation (DALL-E 3, Flux, Stable Diffusion)
  • Text-to-speech with multiple voices
  • No additional API keys needed — just your Crazyrouter key

Don't have a Crazyrouter key? [Get one free](https://crazyrouter.com) — includes $1 starter credit.

Your First Install

1. Open your bot in Telegram

2. Type /install crazyrouter-chat` (free)

3. Your bot now has access to 627+ AI models

4. Try: "Use Claude to explain quantum computing"

Ready for more? Browse the [full catalog](/shop).