What
Adds cc-remote-approval — a Claude Code plugin that forwards permission prompts, questions, and MCP forms to Telegram so you can keep the agent moving while away from your screen.
Why it fits the list
- Solves a real workflow gap — Claude Code pauses constantly for approvals (Bash, Edit, AskUserQuestion, MCP forms). Without this, leaving your screen means the agent stalls.
- Hook-based, non-intrusive — runs in parallel with the native dialogs; first responder wins, the other side auto-syncs. Doesn't replace anything.
- Zero dependencies — Python stdlib only.
- Channel-agnostic architecture — Telegram today, Slack/Discord pluggable via a single
Channel interface.
Entry
Adding under the plugins section:
- [cc-remote-approval](https://github.com/Manta-Network/cc-remote-approval) - Approve Claude Code permissions and answer questions from Telegram when you're away from your screen. Hooks run in parallel with
native dialogs — first responder wins. Channel-agnostic, stdlib-only, zero dependencies. ([Intro](https://x.com/LifeClaw_AI/status/2046585254417461386))
Checklist