feishu-notify

Send Feishu/Lark webhook notifications and enable bidirectional communication.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/eagle-a/julun --skill feishu-notify-eagle-a
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-notify
Source: https://github.com/eagle-a/julun/tree/main/skills/feishu-notify
Command: npx skills add https://github.com/eagle-a/julun --skill feishu-notify-eagle-a

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of sending notifications to Feishu/Lark, making it easy to keep teams informed without manual intervention.

Core Features & Use Cases

  • Push Notifications: Send updates at key events like experiment completions or review scores.
  • Interactive Notifications: Enable bidirectional communication with approvals or rejections.
  • Zero-Impact Mode: Operates silently if Feishu configuration is missing, ensuring no workflow disruption.

Quick Start

Send a notification to Feishu/Lark with the command: /feishu-notify "Your message here"

Frequently Asked Questions about feishu-notify

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

FAQPage Schema
How do I send automated Feishu or Lark notifications from a command line script?

To send Feishu or Lark notifications, use the webhook command to push your message text. It utilizes curl for HTTP requests to deliver automated updates directly to your team channels.

What is bidirectional communication in Feishu webhooks and when is it needed?

Bidirectional communication enables interactive Feishu notifications, allowing users to respond with approvals or rejections. This is needed when team workflows require actionable feedback rather than simple one-way push updates.

Do I need curl installed to use webhook notifications with Feishu?

Yes, curl is a required dependency for sending Feishu webhook notifications. An optional bridge component is also necessary if you want to enable the interactive bidirectional communication mode.

What happens if my Feishu configuration is missing when a script tries to send a notification?

If Feishu configuration is missing, the notification process operates silently in a zero-impact mode. This ensures missing webhook settings cause no workflow disruption or script failures during execution.

What is the best way to integrate Lark notifications for automated experiment completion alerts?

The best way to integrate Lark notifications is configuring a webhook to push automated updates at key events. It handles experiment completions silently without manual intervention if configuration is absent.