Quick Start
Get IMtoAgent running in 5 minutes.
Step 1: Install
curl -fsSL https://imtoagent.pages.dev/install.sh | bashOr via npm:
npm install -g imtoagentStep 2: Setup
imtoagent setupThe wizard guides you through:
- Select IM platform — Feishu / Telegram / WeChat / WeCom
- Enter Bot credentials — App ID/Secret, Token, etc.
- Choose Agent backend — Claude Code / Codex / OpenCode
- Configure model providers — API keys
- Generate soul files — Bot personality
Step 3: Start
imtoagent startVerify:
imtoagent statusStep 4: Test
Send /help to your bot in the IM. You should see the command list.
What Just Happened?
~/.imtoagent/├── config.json ← Your Bot + provider settings├── providers.json ← API keys for model providers└── soul/<BotName>/ ← Personality files ├── rules.md ├── identity.md └── profile.mdNext
- Configuration — Detailed config options
- CLI Commands — All commands
- Architecture — How it works inside