Skip to content
Skill

agents-to-im

by francize

AI Summary

You are managing the Feishu/Lark bridge daemon. User data is stored at . The skill directory is .

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "agents-to-im" skill in my project.

Please run this command in my terminal:
# Install skill into your project
mkdir -p .claude/skills/agents-to-im && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agents-to-im/SKILL.md "https://raw.githubusercontent.com/francize/agents-to-im/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Manage the Feishu/Lark bridge daemon for Claude Code and Codex. Use for: CLI install guidance, setup guidance, start/stop/status/logs/doctor, checking bridge health, or explaining how to configure the Feishu bot. This skill is Feishu/Lark-only.

CLI usage

Prefer the globally installed npm CLI: • install once: npm install -g agents-to-im@beta • agents-to-im onboard • agents-to-im start • agents-to-im restart • agents-to-im status • agents-to-im doctor • agents-to-im upgrade • agents-to-im logs 100 Use source checkout commands only for development/debugging.

Agents to IM Skill

You are managing the Feishu/Lark bridge daemon. User data is stored at ~/.agents-to-im/. The skill directory is ~/.claude/skills/agents-to-im. If that path does not exist, find SKILL.md via glob and derive the root directory from it.

Commands

Map $ARGUMENTS to one of: • onboard • setup • start • stop • status • logs • doctor • upgrade If no configuration exists at ~/.agents-to-im/config.env, show config.env.example and explain the required Feishu fields. Do not try to start the daemon without config.

Setup

This project no longer has a multi-platform setup wizard. Setup means: • Show config.env.example. • Explain the required fields: • CTI_FEISHU_APP_ID • CTI_FEISHU_APP_SECRET • CTI_DEFAULT_WORKDIR • Explain optional fields: • CTI_FEISHU_DOMAIN • CTI_FEISHU_ALLOWED_USERS • external CODEX_HOME override if the user stores Codex config outside ~/.codex • Point the user to references/setup-guides.md for the one-shot Feishu scopes import JSON. • Remind the user to enable Feishu long connection events: • im.message.receive_v1 • card.action.trigger • Remind the user that private chat only accepts /new:claude and /new:codex, and real conversation happens in the auto-created group.

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 7d ago
Active
Adoption100+ stars on GitHub
132 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars132
Forks3
Issues1
Updated7d ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code