BeClaude

feishu-notify

New
Community RegistryDevelopmentby SRP Team

Feishu notification plugin for Claude Code - sends notifications on permission requests and task completion

First seen 5/22/2026

Summary

The feishu-notify skill integrates Feishu (Lark) notifications into Claude Code, sending alerts for permission requests and task completions.

  • It helps developers stay informed without leaving their workflow, reducing context switching and improving response times.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install feishu-notify@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Notify a team channel when Claude Code requests user permission to execute a command.
Send a Feishu message when a long-running task completes, such as a build or deployment.
Alert developers in a Feishu group when a code review or approval is needed.
Notify the team when a CI/CD pipeline step finishes, with status and details.
Send a daily summary of Claude Code activities to a Feishu chat.
Alert on errors or failures during automated script execution in Claude Code.

Usage Examples

1

/feishu-notify send 'Permission request: Claude wants to run git push'

2

/feishu-notify on-task-complete 'Deploy finished successfully'

3

Notify the team via Feishu when the build completes

View source on GitHub
plugin

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is feishu-notify?

The feishu-notify skill integrates Feishu (Lark) notifications into Claude Code, sending alerts for permission requests and task completions. It helps developers stay informed without leaving their workflow, reducing context switching and improving response times.

How to install feishu-notify?

To install feishu-notify: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install feishu-notify@<marketplace>. Finally, /plugin in Claude Code.

What is feishu-notify best for?

feishu-notify is a plugin categorized under Development. It is designed for: plugin. Created by SRP Team.

What can I use feishu-notify for?

feishu-notify is useful for: Notify a team channel when Claude Code requests user permission to execute a command.; Send a Feishu message when a long-running task completes, such as a build or deployment.; Alert developers in a Feishu group when a code review or approval is needed.; Notify the team when a CI/CD pipeline step finishes, with status and details.; Send a daily summary of Claude Code activities to a Feishu chat.; Alert on errors or failures during automated script execution in Claude Code..