feishu-notify

Send Feishu/Lark notifications from ARIS workflows via webhook or interactive modes.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/jandan138/Auto-claude-code-research-in-sleep --skill feishu-notify-jandan138
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-notify
Source: https://github.com/jandan138/Auto-claude-code-research-in-sleep/tree/main/skills/feishu-notify
Command: npx skills add https://github.com/jandan138/Auto-claude-code-research-in-sleep --skill feishu-notify-jandan138

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Send Feishu/Lark notifications from ARIS workflows to keep stakeholders informed.

Core Features & Use Cases

It is an internal utility designed for other skills to trigger notifications at key events (experiment progress, review results, or checkpoint updates). It operates in zero-impact mode when the Feishu config is missing and supports both webhook push and bidirectional interactive modes via a configured bridge.

Quick Start

Call feishu-notify with your message text to send a Feishu 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 notifications from automated workflows?

To send Feishu notifications from automated workflows, you can use a utility that triggers webhook push messages at key events to keep stakeholders informed. It operates as an internal tool for other skills to call with your message text.

What happens if my Feishu webhook config is missing when automation runs?

If the Feishu webhook config is missing, the notification process executes a zero-impact no-op and never blocks the workflow. The system reads ~/.claude/feishu.json to enable or disable functionality gracefully without secrets in messages.

Does Feishu automation support bidirectional interactive messages?

Feishu automation supports bidirectional interactive modes via a configured bridge, alongside standard webhook push notifications. This allows stakeholders to not only receive alerts but also interact with the automated messages.

Can I use this notification utility for experiment progress and review results?

You can use this internal utility to trigger notifications for experiment progress, review results, or checkpoint updates. It is explicitly designed for other skills to call at key events within ARIS workflows.

Do I need to expose secrets in my Feishu alert messages?

You do not need to expose secrets in Feishu alert messages, as the automation explicitly requires no secrets in messages. Configuration is securely handled by reading the ~/.claude/feishu.json file.