feishu-notify

Send Feishu webhook notifications and interactive alerts from workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu-Notify provides a lightweight Feishu/Lark notification utility that can be invoked by other skills or manually, delivering status updates without intruding on existing workflows.

Core Features & Use Cases

  • Push-based webhook notifications to Feishu for key events (experiment results, review outcomes, pipeline milestones).
  • Interactive bidirectional alerts via a bridge when human approval or input is required.
  • Zero-impact default behavior: if ~/.codex/feishu.json is missing or mode is off, the skill does nothing, preserving workflows.

Quick Start

Configure ~/.codex/feishu.json to enable push or interactive mode, then trigger the skill from your workflow when needed.

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?▼

You can send Feishu notifications by triggering a webhook push alert from your automation workflow, delivering status updates for pipeline milestones or experiment results without intruding on existing processes.

What is an interactive Feishu alert and when do I need it?▼

An interactive Feishu alert is a bidirectional notification sent via a bridge, used when human approval or input is required for experiment reviews or workflow checkpoints before proceeding.

How do I configure Feishu webhook alerts to avoid blocking my workflow?▼

Feishu notifications use a zero-impact default behavior: if the configuration is missing or mode is off, the skill does nothing and preserves your workflow using safe fallbacks that never block execution.

Can I use Feishu notifications for pipeline milestones without writing custom code?▼

Yes, you can configure the notification utility to push alerts for pipeline milestones or review outcomes. It supports configuration-driven mode control, enabling alerts without custom integration code.

What happens if the Feishu configuration file is missing during an automation run?▼

If the Feishu configuration is missing, the notification utility does nothing and preserves the workflow. This zero-impact behavior ensures safe fallbacks never block your automation runs.