Отправка уведомлений в Feishu и Lark
★ 7.1 · integration
feishu-notify is a Claude Code skill that sends notifications to Feishu and Lark via webhook or a bidirectional interactive bridge. It is designed as an internal utility: other skills such as /auto-review-loop, /run-experiment, and /research-pipeline call it at key events — experiment completion, review scoring, or checkpoint pauses waiting for input. Two modes are supported: push (fire-and-forget curl to a Feishu bot webhook with rich card templates color-coded by event type) and interactive (via the feishu-claude-code bridge, which polls for an approve/reject reply and auto-proceeds on timeout). Configuration is read from ~/.claude/feishu.json; if the file is absent or mode is set to "off", the skill does nothing and returns silently with zero impact on existing workflows. It is a practical fit for long-running research pipelines where mobile monitoring or remote approval from a chat app is needed.
- #feishu
- #lark
- #notifications
- #webhook
- #integration