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-skillResumen de Tools
Lo que la gente pregunta sobre Claude-to-IM-skill
¿Qué es op7418/Claude-to-IM-skill?
+
op7418/Claude-to-IM-skill es tools para el ecosistema de Claude AI. Bridge Claude Code / Codex to IM platforms — chat with AI coding agents from Telegram, Discord, or Feishu/Lark. Tiene 2.7k estrellas en GitHub y se actualizó por última vez 2mo ago.
¿Cómo se instala Claude-to-IM-skill?
+
Puedes instalar Claude-to-IM-skill clonando el repositorio (https://github.com/op7418/Claude-to-IM-skill) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar op7418/Claude-to-IM-skill?
+
Nuestro agente de seguridad ha analizado op7418/Claude-to-IM-skill y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene op7418/Claude-to-IM-skill?
+
op7418/Claude-to-IM-skill es mantenido por op7418. La última actividad registrada en GitHub es de 2mo ago, con 101 issues abiertos.
¿Hay alternativas a Claude-to-IM-skill?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega Claude-to-IM-skill en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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