Deploy SeekerClaw config
in under 1 minute
Fill the compact form, generate a QR deep link, then scan from SeekerClaw to import credentials and defaults in one step.
Warning: Anyone who scans this QR can import these credentials.
FAQ
How to Get a Claude Code Setup Token
A setup token (sk-ant-oat-*) is an OAuth credential automatically generated by the Claude Code CLI when you authenticate with your Claude.ai subscription. Instead of paying per token like a standard API key, it bills usage against your flat monthly plan. Setup tokens are supported on Pro ($20/mo), Max ($100/mo), Team ($30/user/mo), and Enterprise plans — the Free plan is not eligible.
To get one, subscribe at claude.ai/upgrade, install Claude Code using the native installer for your OS, then run claude and log in with your Claude.ai credentials — the CLI stores the token automatically:
- Mac —
curl -fsSL https://claude.ai/install.sh | bash(the native installer) - Windows —
winget install Anthropic.ClaudeCodeafter installing Git for Windows — no WSL required, though WSL works too
How to Create Your Telegram Bot
- In Telegram, search @BotFather (verified blue checkmark) and tap Start
- Send
/newbot - Choose a display name (e.g. "My AI Agent")
- Choose a username ending in
bot(e.g.my_agent_bot) - Copy the Bot Token BotFather gives you (format:
123456789:ABCdefGHIjklmnoPQR)