From oh-my-feishu
Guides listing and triggering oh-my-feishu Gateway features like status, service-admin, repair, and web-monitor for backend automation and service monitoring via CLI.
npx claudepluginhub yjzhang2003/oh-my-feishu --plugin oh-my-feishuThis skill uses the workspace's default tool permissions.
当用户请求 oh-my-feishu Gateway 能力、后台自动化能力、服务监控能力,或需要从 Claude Code 主进程触发 Gateway feature 时使用本技能。
Guides selection of Lark (Feishu) CLI skills for chat messaging, calendars, docs, sheets, tasks, approvals, and workflows. Defines stdout vs lark-cli reply rules for chat assistants.
Bridges Feishu (Lark) bots to Clawdbot Gateway via local WebSocket without public servers or ngrok. Guides bot creation, credential setup, bridge management (start/stop/logs), macOS launchd auto-restart, and group chat tuning.
Share bugs, ideas, or general feedback.
当用户请求 oh-my-feishu Gateway 能力、后台自动化能力、服务监控能力,或需要从 Claude Code 主进程触发 Gateway feature 时使用本技能。
lark-chat-guide 和对应 lark 技能。oh-my-feishu gateway list 查看当前可用 feature。oh-my-feishu gateway list
oh-my-feishu gateway status
oh-my-feishu gateway trigger <feature> <eventType> '<jsonPayload>'
oh-my-feishu gateway status
oh-my-feishu gateway trigger service-admin service.command '{"action":"list"}'
oh-my-feishu gateway trigger repair repair.requested '{"context":"用户描述的问题"}'
CLI 会输出 JSON。面向用户时,提取 success、message、data 中的关键信息,用自然语言总结。不要把大段原始 JSON 直接贴给用户,除非用户明确要求。