Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Bridge Claude Code / Codex to IM platforms — chat with AI coding agents from Telegram, Discord, or Feishu/Lark.
| Date | Stars |
|---|---|
| 2026-07-31 | 2836 |
| 2026-08-03 | 2836 |
| 2026-08-04 | 2843 |
| 2026-08-13 | 2854 |
| 2026-08-18 | 2864 |
| 2026-08-19 | 2864 |
| 2026-08-20 | 2863 |
| 2026-08-21 | 2864 |
| 2026-08-22 | 2867 |
| 2026-08-23 | 2866 |
| 2026-08-24 | 2868 |
| 2026-08-25 | 2869 |
| 2026-08-26 | 2869 |
| 2026-08-27 | 2868 |
| 2026-08-28 | 2868 |
| 2026-08-29 | 2869 |
| 2026-08-30 | 2870 |
| 2026-09-02 | 2870 |
| 2026-09-04 | 2871 |
| 2026-09-05 | 2874 |
| 2026-09-07 | 2875 |
| 2026-09-09 | 2876 |
| 2026-09-10 | 2877 |
| 2026-09-13 | 2879 |
| 2026-09-16 | 2880 |
| 2026-09-18 | 2880 |
| 2026-09-19 | 2881 |
| 2026-09-20 | 2881 |
Today
— stars today
This week
+2 stars this week
This month
+17 stars this month
Momentum
0.0
growth rate 0.07%/day
# Claude-to-IM Skill Bridge Claude Code / Codex to IM platforms — chat with AI coding agents from Telegram, Discord, Feishu/Lark, QQ, or WeChat. [中文文档](README_CN.md) > **Want a desktop GUI instead?** Check out [CodePilot](https://github.com/op7418/CodePilot) — a full-featured desktop app with visual chat interface, session management, file tree preview, permission controls, and more. This skill was extracted from CodePilot's IM bridge module for users who prefer a lightweight, CLI-only setup. --- ## How It Works This skill runs a background daemon that connects your IM bots to Claude Code or Codex sessions. Messages from IM are forwarded to the AI coding agent, and responses (including tool use, permission requests, streaming previews) are sent back to your chat. ``` You (Telegram/Discord/Feishu/QQ/WeChat) ↕ Bot API Background Daemon (Node.js) ↕ Claude Agent SDK or Codex SDK (configurable via CTI_RUNTIME) Claude Code / Codex → reads/writes your codebase ``` ## Features - **Five IM platforms** — Telegram, Discord, Feishu/Lark, QQ, WeChat — enable any combination - **Interactive setup** — guided wizard collects tokens with step-by-step instructions - **Permission control** — tool calls require explicit approval via inline buttons (Telegram/Discord) or text `/perm` commands / quick `1/2/3` replies (Feishu/QQ/WeChat) - **Streaming preview** — see Claude's response as it types (Telegram & Discord) - **Session persistence** — conversations survive daemon restarts - **Secret protection** — tokens stored with `chmod 600`, auto-redacted in all logs - **Zero code required** — install the skill and run `/claude-to-im setup`, or tell Codex `claude-to-im setup` ## Prerequisites - **Node.js >= 20** - **Claude Code CLI** (for `CTI_RUNTIME=claude` or `auto`) — installed and authenticated (`claude` command available) - **Codex CLI** (for `CTI_RUNTIME=codex` or `auto`) — `npm install -g @openai/codex`. Auth: run `codex auth login`, or set `OPENAI_API_KEY` (optional, for API mode) ## Installation Choose the section that matches the AI agent product you actually use. ### Claude Code #### Recommended: `npx skills` ```bash npx skills add op7418/Claude-to-IM-skill ``` After installation, tell Claude Code: ```text /claude-to-im setup ``` If you want WeChat specifically, you can also say: ```text 帮我接微信 ``` #### Alternative: clone directly into Claude Code skills ```bash git clone https://github.com/op7418/Claude-to-IM-skill.git ~/.claude/skills/claude-to-im ``` Claude Code discovers it automatically. #### Alternative: symlink for development ```bash git clone https://github.com/op7418/Claude-to-IM-skill.git ~/code/Claude-to-IM-skill mkdir -p ~/.claude/skills ln -s ~/code/Claude-to-IM-skill ~/.claude/skills/claude-to-im ``` ### Codex #### Recommended: use the Codex install script ```bash git clone https://github.com/op7418/Claude-to-IM-skill.git ~/code/Claude-to-IM-skill bash ~/code/Claude-to-IM-skill/scripts/install-codex.sh ``` For local development with a live checkout: ```bash bash ~/code/Claude-to-IM-skill/scripts/install-codex.sh --link ``` The install script places the skill under `~/.codex/skills/claude-to-im`, installs dependencies, and builds the daemon. After installation, tell Codex: ```text claude-to-im setup ``` If you want WeChat specifically, you can also say: ```text 帮我接微信桥接 ``` #### Alternative: clone directly into Codex skills ```bash git clone https://github.com/op7418/Claude-to-IM-skill.git ~/.codex/skills/claude-to-im cd ~/.codex/skills/claude-to-im npm install npm run build ``` ### Verify installation **Claude Code:** Start a new session and type `/` — you should see `claude-to-im` in the skill list. Or ask Claude: "What skills are available?" **Codex:** Start a new session and say `claude-to-im setup`, `start bridge`, or `帮我接微信桥接`. ## Updating the Skill Choose the update flow that matches both your AI agent product and your installation method. ### Claude Code If you installed with
Excerpt of 12,461 characters
Read on GitHub歸藏 · China
3
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:1755dbdb65c1adb6, topic:chatbot