feishu-notify

Send Feishu/Lark notifications via webhook or interactive bridge mode.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/kitcaf/skills --skill feishu-notify-kitcaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-notify
Source: https://github.com/kitcaf/skills/tree/main/skills/skills-codex/skills/feishu-notify
Command: npx skills add https://github.com/kitcaf/skills --skill feishu-notify-kitcaf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu-notify provides Feishu/Lark notifications for ARIS workflows, serving as an internal utility used by other skills or manual invocation. It guarantees zero impact by remaining silent if the required Feishu config is missing, ensuring existing workflows are unaffected.

Core Features & Use Cases

  • Push-only webhook notifications at key events (no reply)
  • Interactive bidirectional mode via a bridge for approvals or responses
  • Zero-impact operation: if ~/.codex/feishu.json does not exist, all functionality is disabled and the workflow remains unchanged

Quick Start

Trigger a push or interactive notification by calling the tool with your event payload.

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 an automation workflow?

Send Feishu notifications by invoking the skill with your event payload and a configured webhook URL. It pushes status updates at key events without blocking the workflow.

Can I use Feishu or Lark for bidirectional interactive alerts?

Yes, Feishu and Lark support bidirectional interactive alerts via an optional bridge URL. This enables interactive modes for approvals or responses alongside standard push notifications.

What happens if the Feishu webhook configuration file is missing?

If the Feishu configuration file is missing, the skill operates with zero impact and remains silent. It disables all notification functionality without blocking or altering existing workflows.

Do I need a webhook URL to push status updates to Lark?

Yes, a Feishu or Lark webhook URL is required to push status updates. An optional bridge URL is also available if you need interactive bidirectional communication.

When should I use push-only mode instead of interactive mode for Feishu updates?

Use push-only mode for simple status alerts where no reply is needed, and use interactive mode via a bridge when you require user approvals or responses within your automation workflow.