Bridge Claude Code / Codex to IM platforms — chat with AI coding agents from Telegram, Discord, or Feishu/Lark.
Claude-to-IM Skill is a Claude Code subagent that runs a background Node.js daemon to bridge Claude Code or OpenAI Codex sessions to five instant messaging platforms: Telegram, Discord, Feishu/Lark, QQ, and WeChat. Once installed via `npx skills add` or a direct git clone into the `~/.claude/skills/` directory, users invoke `/claude-to-im setup` inside Claude Code to run a guided wizard that collects bot tokens, validates them against platform APIs, and configures the working directory and model defaults. From that point, messages sent to a configured bot are forwarded to the AI coding agent, which reads and writes the local codebase and returns responses through the same chat. A notable detail is the permission control system: when Claude requests a tool call such as editing a file or running a command, Telegram and Discord users see inline Allow/Deny buttons, while Feishu, QQ, and WeChat users respond with `/perm` commands or quick numeric replies. The skill suits developers who want to interact with an ongoing coding session from a mobile device or a shared team chat without switching to a terminal.
- ✓Open-source license (MIT)
- ✓Recently active
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/op7418/Claude-to-IM-skillTools overview
What people ask about Claude-to-IM-skill
What is op7418/Claude-to-IM-skill?
+
op7418/Claude-to-IM-skill is tools for the Claude AI ecosystem. Bridge Claude Code / Codex to IM platforms — chat with AI coding agents from Telegram, Discord, or Feishu/Lark. It has 2.7k GitHub stars and was last updated 2mo ago.
How do I install Claude-to-IM-skill?
+
You can install Claude-to-IM-skill by cloning the repository (https://github.com/op7418/Claude-to-IM-skill) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is op7418/Claude-to-IM-skill safe to use?
+
Our security agent has analyzed op7418/Claude-to-IM-skill and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains op7418/Claude-to-IM-skill?
+
op7418/Claude-to-IM-skill is maintained by op7418. The last recorded GitHub activity is from 2mo ago, with 101 open issues.
Are there alternatives to Claude-to-IM-skill?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy Claude-to-IM-skill to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/op7418-claude-to-im-skill)<a href="https://claudewave.com/repo/op7418-claude-to-im-skill"><img src="https://claudewave.com/api/badge/op7418-claude-to-im-skill" alt="Featured on ClaudeWave: op7418/Claude-to-IM-skill" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies