feishu-notify

Send Feishu notifications for ARIS event status updates via webhook or interactive mode.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/xqinag/ARIS-new --skill feishu-notify-xqinag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-notify
Source: https://github.com/xqinag/ARIS-new/tree/main/skills/feishu-notify
Command: npx skills add https://github.com/xqinag/ARIS-new --skill feishu-notify-xqinag

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu notifications are required to keep ARIS event workflows visible to teams. This internal utility centralizes notifications for other skills or manual invocations, ensuring status updates can be sent to Feishu/Lark when needed.

Core Features & Use Cases

  • Push mode: Send status updates to Feishu via webhook for events like experiment completion, reviews, and checkpoints.
  • Interactive mode: Support bidirectional approval/rejection prompts through a bridge when user input is required.
  • Zero-overhead safety: If ~/.claude/feishu.json is absent, the skill performs no actions and does not affect workflows.
  • Manual invocation: Users can manually trigger a notification by calling feishu-notify with a message.

Quick Start

Invoke the skill with a message to send a Feishu notification, for example: feishu-notify 'Experiment complete'.

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 for automated workflow events?

To send Feishu notifications for workflow events, you invoke the skill manually or via internal utilities with a message. It reads configuration from ~/.claude/feishu.json to push status updates via webhook.

Can I use interactive bidirectional prompts in Feishu for approvals?

Yes, interactive bidirectional prompts in Feishu are supported for approvals and rejections. When configured in interactive mode, the skill routes user input through a bridge to handle required responses.

What happens if the Feishu webhook configuration file is missing?

If the ~/.claude/feishu.json configuration file is missing, the skill performs zero-overhead safety by taking no actions. It never blocks workflows when the config is absent.

How do I configure Feishu notification modes for different team alerts?

You configure Feishu notification modes by setting the mode value in ~/.claude/feishu.json. Available modes include off, push for webhook status updates, and interactive for bidirectional flows.

Does this skill support manual invocation to push immediate status updates?

Yes, manual invocation is supported to push immediate status updates to Feishu. You manually trigger a notification by calling the skill directly with a specific message payload.

What is the best way to integrate Lark alerts into team experiment workflows?

The best way to integrate Lark alerts into experiment workflows is using centralized webhook notifications. The skill posts updates on experiments, reviews, and checkpoints to keep ARIS events visible.