feishu-notify

仓库创建 2026年3月10日最近提交 5 天前SkillHot 收录 20 天前
▸ 精选理由

作为内部状态通知工具,便于流程事件推送

▸ 风险提示

需配置飞书凭据,可能泄露 webhook/密钥

这个 Skill 做什么

向飞书/Lark 发送通知,用于实验或流程状态更新。

把通知发到飞书/Lark,用于实验进展、流程状态更新或其他技能在关键节点的回调提醒。通常由其他技能自动调用,也可以手动触发发消息给团队。内置零影响保护:没有 feishu.json 配置就不会执行,安全可靠。

▸ 展开 SKILL.md 英文原文

Send notifications to Feishu/Lark. Internal utility used by other skills, or manually via /feishu-notify. Use when user says "发飞书", "notify feishu", or other skills need to send status updates.

自动化集成飞书通知集成工具通用
1.4w
Stars
1.2k
Forks
40
仓库内 Skill
+844
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/wanshuiyin/Auto-claude-code-research-in-sleep/main/skills/feishu-notify/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/wanshuiyin/Auto-claude-code-research-in-sleep/main/skills/feishu-notify/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Feishu/Lark Notification

Send a notification: **$ARGUMENTS**

## Overview

This skill provides Feishu/Lark integration for ARIS. It is designed as an **internal utility** — other skills call it at key events (experiment done, review scored, checkpoint waiting). It can also be invoked manually.

**Zero-impact guarantee**: If no `feishu.json` config exists, this skill does nothing and returns silently. All existing workflows are completely unaffected.

## Configuration

The skill reads `~/.claude/feishu.json`. If this file does not exist, **all Feishu functionality is disabled** — skills behave exactly as before.

### Config Format

```json
{
  "mode": "push",
  "webhook_url": "https://open
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有