agents-to-im

Manage the Feishu/Lark bridge daemon for Claude Code and Codex sessions.

139|6|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/francize/agents-to-im --skill agents-to-im
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agents-to-im
Source: https://github.com/francize/agents-to-im/tree/main
Command: npx skills add https://github.com/francize/agents-to-im --skill agents-to-im

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, node, grep, awk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

agents-to-im helps you run Claude Code and Codex as Feishu/Lark group sessions without turning your whole chat into a messy shared terminal relay, while keeping session state locally recoverable after restarts.

Core Features & Use Cases

  • Feishu/Lark bridge daemon management: guide onboarding and run start/stop/status/logs/doctor/upgrade for the local daemon that powers your bridge.
  • Feishu-only setup & operation flow: produces the exact config guidance and Feishu app requirements (Bot, long connection events, and card.action.trigger) and explains the DM control-plane model (/new:claude, /new:codex).
  • Operational health troubleshooting: focuses on configuration validation and diagnostics via doctor and log summarization rather than overwhelming raw output.

Quick Start

Use the agents-to-im skill to onboard your Feishu/Lark bot by creating config.env guidance and then run the start flow to launch the bridge daemon for Claude Code and Codex.

Frequently Asked Questions about agents-to-im

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bridge Claude Code and Codex sessions into Feishu or Lark?

To bridge Claude Code and Codex into Feishu, you configure a local bridge daemon that routes chat control-plane commands like /new:claude to AI sessions, keeping session state locally recoverable after restarts.

What Feishu Bot events and credentials do I need to set up an agents-to-im bridge?

Setting up the Feishu bridge requires configuring Bot credentials in a config.env file, enabling long connection events and card.action.trigger callbacks, and running the onboarding setup to validate application requirements.

How do I troubleshoot a Feishu Lark bridge daemon that is not working?

Troubleshoot the Feishu Lark bridge by running the doctor diagnostic script to validate configuration and summarize logs via the logs command, avoiding overwhelming raw terminal output.

Can I manage the Claude Code Feishu bridge daemon locally for a single user?

Yes, the bridge daemon is designed for a safe single-user local setup, managing session state through argument routing for start, stop, status, and upgrade commands executed via bash scripts.

Why does my Codex or Claude Code session disconnect after restarting the local daemon?

Session disconnects after daemon restarts occur if the local session state is not properly recovered, which the bridge daemon manages by maintaining recoverable state through its local execution scripts.