feishu-notify

Send push-only or interactive notifications to Feishu/Lark via webhook.

Updated May 29, 2026
One-click install
npx skills add https://github.com/TabithaFanny/ThesisX --skill feishu-notify-tabithafanny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-notify
Source: https://github.com/TabithaFanny/ThesisX/tree/main/skills_imported/aris/skills/feishu-notify
Command: npx skills add https://github.com/TabithaFanny/ThesisX --skill feishu-notify-tabithafanny

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of sending notifications to Feishu/Lark, supporting both push-only and interactive modes, making it easy to keep users informed or trigger actions.

Core Features & Use Cases

  • Push Notifications: Send notifications at key events without requiring user interaction.
  • Interactive Notifications: Enable bidirectional communication for approvals, rejections, and user replies.
  • Internal Utility: Designed as an internal utility for other skills or manual invocation.
  • Zero-Impact Configuration: Ensures that the skill has no effect if not configured, maintaining existing workflows.

Quick Start

Send a notification to Feishu/Lark with the message 'Your update is ready' by running the command '/feishu-notify "Your update is ready"'

Frequently Asked Questions about feishu-notify

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

FAQPage Schema
How do I send interactive notifications to Feishu or Lark using a webhook?

To send interactive notifications to Feishu or Lark, configure a webhook URL and mode in a configuration file, then invoke the utility manually or from another skill to enable bidirectional communication and user replies.

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

Push Feishu webhook notifications send messages at key events without requiring user interaction, whereas interactive notifications enable bidirectional communication for actions like approvals, rejections, and user replies.

Do I need curl to send Lark notifications through this webhook utility?

Yes, you need curl installed to use this Lark notification utility, as it relies on scripts that depend on curl to execute webhook requests and send messages.

Can I use this Feishu notification tool as an internal utility for other scripts?

Yes, you can use this Feishu notification tool as an internal utility for other scripts, as it is specifically designed for invocation by other skills or for manual manual triggering within your workflows.

What happens to existing workflows if the Feishu notification webhook is not configured?

If the Feishu notification webhook is not configured, the utility has zero impact and maintains existing workflows seamlessly, ensuring no disruptions occur when the notification feature is left unconfigured.