Stats
Actions
Tags
From lark-connect
配置 lark-connect。当用户需要连接飞书或 Lark 机器人应用、把应用凭据保存到本地、验证机器人访问权限、启动或检查守护进程,或者排查模型上下文协议工具返回 DAEMON_NOT_RUNNING 或缺少应用凭据时使用。
How this skill is triggered — by the user, by Claude, or both
Slash command
/lark-connect:lark-connect-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
使用这个技能把本机准备好,之后智能体会话才能绑定到飞书群。
使用这个技能把本机准备好,之后智能体会话才能绑定到飞书群。
npx -y curiosea-lark-connect@latest --help
后续示例都使用同一个发布包命令,除非用户已经明确全局安装了可用版本。
npx -y curiosea-lark-connect@latest setup
用户提供应用 ID 和应用密钥后,保存到本地配置:
npx -y curiosea-lark-connect@latest setup --app-id cli_xxx --app-secret <secret>
不要在 setup 阶段要求或保存群聊 ID。群聊 ID 属于会话绑定参数。
npx -y curiosea-lark-connect@latest doctor --live
DAEMON_NOT_RUNNING 时,启动守护进程:npx -y curiosea-lark-connect@latest daemon start
然后检查状态:
npx -y curiosea-lark-connect@latest daemon status
setup 创建的本地配置文件;不要把密钥写入插件清单或模型上下文协议配置。DAEMON_NOT_RUNNING 时,重新启动守护进程。Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub lingoplayground/lark-connect --plugin lark-connect