feishu-notify

Send Feishu/Lark notifications for ARIS events via webhook or interactive modes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This internal utility enables other ARIS skills to send Feishu/Lark notifications for key events (experiments, reviews, or checkpoints) without impacting workflows, and gracefully degrades to no-op if config is missing.

Core Features & Use Cases

  • Internal utility: Used by other skills to post status updates to Feishu/Lark.
  • Modes: Push-only webhooks or bidirectional interactive messages.
  • Zero-impact: If feishu.json config is absent, all Feishu functionality is disabled and nothing changes in workflows.

Quick Start

Run feishu-notify with your message to send a notification (or call it from another skill) when you want to report a status update.

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 from automated workflows?

To send Feishu notifications, use a push utility that posts status updates via webhooks or interactive messages. It requires configuring a webhook in a local config file to enable message delivery from your workflow events.

What happens if my Feishu config file is missing when pushing status updates?

If the Feishu config file is missing, the notification utility operates as a zero-op and gracefully degrades. All Feishu functionality is disabled, ensuring your workflow progress is never blocked by unavailable configuration.

Can I use interactive bidirectional messages or only push webhooks for Feishu alerts?

You can use both push-only webhooks and bidirectional interactive messages for Feishu alerts. The utility supports both modes, allowing you to choose between simple status broadcasts and interactive message exchanges.

Does the Feishu notification utility expose sensitive data in workflow alerts?

No, the Feishu notification utility omits sensitive data from notifications. It enforces safe defaults to ensure that internal workflow events and status updates sent to Feishu do not leak confidential information.

When do I need a webhook utility for Feishu/Lark status updates?

You need a webhook utility for Feishu/Lark status updates when other automated skills must report key events like experiments or checkpoints without impacting the main workflow. It serves as an internal tool for non-blocking event reporting.