#319 · Primary category: AI Coding Assistants
lark-coding-agent-bridge
Bot that bridges Feishu/Lark messenger with a local Claude Code or Codex CLI. Streaming cards, per-chat sessions, multiple workspaces
Project last updated:08/03/26
GitHub Stars
2.4K
Forks
383
Contributors
6
License
MIT
Why we included this project
Teams that already run Claude Code or Codex CLI locally but do their day-to-day messaging in Feishu or Lark can use this bridge to drive those agents from chat. Setup is a one-time QR scan that binds a PersonalAgent app; after that you can send prompts, images, or files from a DM or group while the agent keeps running on your own machine. Replies and tool calls stream onto a single card as they happen, and each chat thread gets its own session, so context from one conversation doesn't bleed into another. The /cd and /ws commands switch projects and recall saved workspaces without opening a terminal, and the queue plus /stop give you a way to manage long-running tasks. It's a good fit if you want the convenience of poking your coding agent from a phone or shared channel while keeping the actual execution local.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.