feishu-notify

Deliver status updates to Feishu/Lark via webhooks or interactive mode.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nxZhai/Nicy-Extension-Skills --skill feishu-notify-nxzhai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-notify
Source: https://github.com/nxZhai/Nicy-Extension-Skills/tree/main/skills-codex/feishu-notify
Command: npx skills add https://github.com/nxZhai/Nicy-Extension-Skills --skill feishu-notify-nxzhai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deliver status updates to Feishu/Lark from automation workflows and manual invocations.

Core Features & Use Cases

  • Push-only webhook notifications for lightweight alerts to Feishu when key events occur (e.g., experiment_done, review_scored, checkpoint, error, pipeline_done).
  • Interactive bidirectional mode via a bridge for approvals or replies during checkpoints, enabling human-in-the-loop decisions.
  • Zero-overhead no-op when the required configuration ~/.codex/feishu.json is missing.

Quick Start

Tell feishu-notify to send a status update to Feishu for the current event.

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?

To send Feishu notifications, configure a push-only webhook in ~/.codex/feishu.json to deliver lightweight alerts for events like pipeline_done or checkpoint, or use interactive bidirectional mode for approvals.

What is a webhook notification for Feishu status updates?

A webhook notification for Feishu status updates is a push-only mechanism that delivers lightweight alerts to a Feishu channel when key automation events like experiment_done, review_scored, or error occur.

How do I set up interactive bidirectional approvals in Feishu?

Interactive bidirectional approvals in Feishu are set up by configuring an integration bridge in ~/.codex/feishu.json, enabling human-in-the-loop decisions and replies during checkpoint prompts in your automation pipeline.

Do I need a configuration file to deliver Feishu alerts?

You need the ~/.codex/feishu.json configuration file to specify webhook and integration details. If the config is missing, the notification process becomes a no-op with zero overhead and sends nothing.

Can I use Feishu notifications for human-in-the-loop checkpoints?

Yes, you can use the interactive bidirectional mode for human-in-the-loop checkpoints, which enables approvals or replies directly in Feishu during review rounds and experiment pipelines when configured.

What happens if my Feishu webhook configuration is missing?

If your Feishu webhook configuration is missing, the skill remains a no-op with zero overhead, meaning no notifications are sent and your automation workflow continues without interruption.