feishu-notify

Send Feishu/Lark notifications for AI workflow progress updates.

2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/satsuki-64/MiniAgentWorkflow --skill feishu-notify-satsuki-64
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-notify
Source: https://github.com/satsuki-64/MiniAgentWorkflow/tree/main/.skills/feishu-notify
Command: npx skills add https://github.com/satsuki-64/MiniAgentWorkflow --skill feishu-notify-satsuki-64

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu/Lark notifications are integrated as an internal utility to keep stakeholders updated on ARIS workflow progress and results, without impacting existing operations when the config is absent.

Core Features & Use Cases

  • Modes: push-only webhooks and interactive bidirectional messaging for approvals or responses.
  • Zero-overhead operation: if ~/.claude/feishu.json is missing, the skill remains a no-op.
  • Manual and automated usage: can be triggered automatically by other skills or manually via the /feishu-notify command.

Quick Start

Configure ~/.claude/feishu.json and use /feishu-notify to send a test notification.

Frequently Asked Questions about feishu-notify

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

FAQPage Schema
How do I send Feishu or Lark notifications for AI workflow progress updates?

To send Feishu or Lark notifications for AI workflow progress, configure the ~/.claude/feishu.json file and trigger the /feishu-notify command to push updates to stakeholders.

What is the difference between push and interactive modes for Feishu webhook notifications?

Push mode sends one-way webhook notifications to inform stakeholders, while interactive bidirectional messaging enables approvals or responses directly within the Feishu or Lark chat interface.

Do I need a configuration file to trigger Lark notifications automatically?

You need to configure ~/.claude/feishu.json to enable Lark notifications. If the configuration file is missing, the skill safely defaults to a no-op, ensuring zero disruption to existing operations.

Can I use Feishu notifications for automated checkpoint updates without manual commands?

Yes, Feishu notifications can be triggered automatically by other skills during experiments and checkpoint updates, or invoked manually via the /feishu-notify command as needed.

What happens if the Feishu notification config is missing during an automation workflow?

If the ~/.claude/feishu.json config is missing, the Feishu notification utility remains a zero-overhead no-op, ensuring existing automation workflows and operations continue without disruption.