Remix.run Logo
Show HN: Oyster Bot – AI assistant for your phone, powered by Claude Code(github.com)
1 points by timfinnigan 9 hours ago

I wanted Claude Code on my phone without running extra infrastructure. Existing solutions felt heavy..gateway servers, native apps, etc.

This is a Telegram bot that spawns the Claude CLI and pipes responses back to you. Clone, npm install, add your bot token, run it.

Works with Claude Pro/Max (no API key required). You can whitelist users, restrict which tools Claude can access, and add custom commands via plugins.

Only ~400 lines of JS.