feishu-notify

Push notifications to teams via Feishu when events occur.

1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/HeXiao-55/Auto-SurveyMind --skill feishu-notify-hexiao-55
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-notify
Source: https://github.com/HeXiao-55/Auto-SurveyMind/tree/main/skills/feishu-notify
Command: npx skills add https://github.com/HeXiao-55/Auto-SurveyMind --skill feishu-notify-hexiao-55

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Send Feishu/Lark notifications to teams when events occur.

Core Features & Use Cases

  • Internal utility used by other skills to push status updates to Feishu/Lark
  • Supports both push-only webhook notifications and interactive bidirectional flows
  • Manages zero-config behavior by gracefully skipping when no Feishu config is present

Quick Start

Send a Feishu notification using the configured webhook or interactive bridge.

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 notifications when workflow events occur?

To send Feishu notifications, you can use this Skill as an internal utility within other workflows or invoke it manually. It pushes messages to Feishu via a configured webhook or interactive bridge.

Can I use interactive Feishu messages instead of push-only webhook notifications?

Yes, Feishu notifications support both push-only webhook updates and interactive bidirectional flows. The Skill uses webhook or bridge-based interactions to deliver messages depending on the selected mode.

Do I need a Feishu config file to start sending Lark notifications?

You do not need a Feishu config file to start, as the Skill manages zero-config behavior by gracefully skipping notifications when the config is missing, ensuring it never blocks workflows.

What happens to my workflow if the Feishu webhook configuration is missing?

If the Feishu webhook configuration is missing, the Skill gracefully skips the notification process and never blocks your workflows. It attempts to read ~/.claude/feishu.json when available.

How do other skills push status updates to Feishu and Lark teams?

Other skills push status updates to Feishu and Lark teams by operating this Skill as an internal utility. It reads configuration and delivers messages through webhooks or bridge-based interactions.

What is the best way to trigger Feishu notifications manually outside of an automated workflow?

The best way to trigger Feishu notifications manually outside of an automated workflow is by using the /feishu-notify command, which supports both push-only and interactive message delivery.