# Claude-to-IM — Chat with Agents from Telegram > op7418/Claude-to-IM-skill bridges Claude Code/Codex to Telegram/Discord/Feishu/QQ/WeChat; verified 2,502★ with guided setup and approvals. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash npx skills add op7418/Claude-to-IM-skill # In Claude Code: type `/claude-to-im setup` then `/claude-to-im start` # In Codex: run `claude-to-im setup` then `start bridge` ``` ## Intro op7418/Claude-to-IM-skill bridges Claude Code/Codex to Telegram/Discord/Feishu/QQ/WeChat; verified 2,502★ with guided setup and approvals. **Best for:** Teams who want IM-based human-in-the-loop control over coding agents and tool permissions **Works with:** Node.js >=20, Claude Code CLI or Codex CLI, and IM bot APIs (Telegram/Discord/Feishu/QQ/WeChat) **Setup time:** 20-45 minutes ### Key facts (verified) - GitHub: 2503 stars · 274 forks · pushed 2026-03-23. - License: MIT · owner avatar + repo URL verified via GitHub API. - README-backed entrypoint: `npx skills add op7418/Claude-to-IM-skill`. ## Main - Use IM as your approval surface: README describes inline allow/deny buttons (Telegram/Discord) and `/perm` approvals (Feishu/QQ/WeChat). - Protect secrets: README mentions token storage with `chmod 600` and auto-redaction in logs. - Roll out one channel first (Telegram or Discord), then add more platforms once the daemon is stable and your permission policy is clear. ### Source-backed notes - README lists five IM platforms supported: Telegram, Discord, Feishu/Lark, QQ, and WeChat. - README states prerequisites include Node.js >= 20 and either Claude Code CLI or Codex CLI (configurable runtime). - README describes an interactive setup wizard and a background daemon with session persistence across restarts. ### FAQ - **Do I need both Claude Code and Codex?**: No — README supports either runtime; choose via config and install path. - **How are tool permissions handled?**: README describes explicit approvals via buttons or `/perm` commands depending on the platform. - **Is it GUI-only?**: No — README positions it as a lightweight CLI-first bridge skill and links a desktop GUI alternative. ## Source & Thanks > Source: https://github.com/op7418/Claude-to-IM-skill > License: MIT > GitHub stars: 2503 · forks: 274 --- ## Quick Use ```bash npx skills add op7418/Claude-to-IM-skill # In Claude Code: type `/claude-to-im setup` then `/claude-to-im start` # In Codex: run `claude-to-im setup` then `start bridge` ``` ## Intro op7418/Claude-to-IM-skill 将 Claude Code/Codex 桥接到 Telegram/Discord/飞书/QQ/微信;已验证 2,502★,提供权限确认、流式预览与向导式 setup。 **Best for:** 希望在 IM 里做人机协作与工具权限审批的团队 **Works with:** Node.js >=20,Claude Code CLI 或 Codex CLI,以及各平台 Bot API(Telegram/Discord/飞书/QQ/微信) **Setup time:** 20-45 minutes ### Key facts (verified) - GitHub:2503 stars · 274 forks;最近更新 2026-03-23。 - 许可证:MIT;作者头像与仓库链接均已通过 GitHub API 复核。 - README 中可对照的入口命令:`npx skills add op7418/Claude-to-IM-skill`。 ## Main - 把 IM 当作审批面板:README 描述 Telegram/Discord 的按钮式 Allow/Deny,以及飞书/QQ/微信的 `/perm`/快捷回复审批。 - 保密优先:README 提到 token 以 `chmod 600` 方式存储,并在日志里自动打码。 - 先上线单一通道(如 Telegram/Discord),守住稳定性与权限策略后再扩到多平台。 ### Source-backed notes - README 列出支持 5 个 IM 平台:Telegram、Discord、飞书/Lark、QQ、微信。 - README 写明依赖:Node.js >= 20,以及 Claude Code CLI 或 Codex CLI(可配置 runtime)。 - README 说明有向导式 setup 与后台 daemon,并支持会话在重启后继续。 ### FAQ - **必须同时装 Claude Code 和 Codex 吗?**:不必。README 支持二选一 runtime,按配置与安装方式选择即可。 - **工具权限如何控制?**:README 描述了平台内显式审批:按钮或 `/perm`/快捷回复。 - **它是不是 GUI 工具?**:不是。README 将其定位为轻量 CLI 桥接 skill,并提供桌面 GUI 替代方案链接。 ## Source & Thanks > Source: https://github.com/op7418/Claude-to-IM-skill > License: MIT > GitHub stars: 2503 · forks: 274 --- Source: https://tokrepo.com/en/workflows/claude-to-im-chat-with-agents-from-telegram Author: Skill Factory