feishu-notify

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps teams informed by delivering Feishu/Lark notifications from ARIS workflow events, removing the need to manually chase updates.

Core Features & Use Cases

  • Internal utility used by other skills and manual triggers to post status updates to Feishu/Lark.
  • Supports two modes: push-only (webhook) for fire-and-forget alerts and interactive (bidirectional) updates for approvals and checkpoints.
  • Zero-impact behavior when the Feishu config is missing or the channel is unavailable; safe to enable in production.

Quick Start

Configure the Feishu integration at ~/.claude/feishu.json, then trigger a manual notification (for example by saying 'notify feishu').

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 ARIS workflow events?

Feishu notifications for ARIS workflow events are delivered via configurable webhook alerts. You can trigger manual updates or use it as an internal utility to automatically post experiment completions, reviews, and checkpoints.

Can I get interactive bidirectional updates for approvals in Feishu?

Interactive bidirectional updates for approvals and checkpoints are supported in Feishu. This mode allows two-way communication for workflow events, unlike the push-only webhook mode which sends fire-and-forget alerts.

What happens to Feishu alerts if the webhook channel is unavailable?

Feishu alerts gracefully degrade to non-blocking behavior when the channel is unavailable or the config is missing. This zero-impact design ensures it is safe to enable in production without disrupting workflows.

How do I configure Feishu webhook integration for workflow alerts?

Feishu webhook integration is configured at ~/.claude/feishu.json. You can set modes to off, push, or interactive, then trigger a manual notification to verify the setup is working correctly.

Does this Feishu notification utility require any external dependencies?

No external dependencies are required for Feishu notifications. It operates as an internal utility triggered manually or by other skills, relying solely on the local configuration file for webhook delivery.