← 返回
未分类 Key 中文

Feishu Relay

Unified Feishu notification system with automatic discovery, message queue, and reliable delivery. Use when user needs to send notifications via Feishu (Lark...
统一飞书通知系统,具备自动发现、消息队列、可靠投递功能,适用于通过飞书(Lark)发送通知的场景。
crayfish-ai
未分类 clawhub v3.2.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 515
下载
💾 1
安装
1
版本
#feishu#lark#latest#notification

概述

Feishu Notifier - Core

Version: 3.0 (Safe Mode)

A minimal, safe Feishu notification bridge for OpenClaw.

What This Does

Core (always available):

  • Send messages to Feishu via Open API
  • JSON structured output
  • Config via environment or skill config
  • Retry on network failure

Not included by default:

  • No crontab installation
  • No systemd service setup
  • No global /usr/local/bin/notify link
  • No auto-discovery of other skills
  • No environment injection

Quick Start

# Configure (environment variables)
export FEISHU_APP_ID="cli_xxx"
export FEISHU_APP_SECRET="xxx"
export FEISHU_RECEIVE_ID="ou_xxx"

# Send notification
./run.sh -t "Title" -m "Message body"

Configuration

ConfigEnv VariableRequiredDefault
----------------------------------------
appIdFEISHU_APP_IDYes-
appSecretFEISHU_APP_SECRETYes-
receiveIdFEISHU_RECEIVE_IDYes-
receiveIdTypeFEISHU_RECEIVE_ID_TYPENoopen_id

Usage

# Basic
./run.sh -t "Title" -m "Message"

# JSON output
./run.sh -t "Title" -m "Message" --json

# Test
./run.sh --test

Output Format

{
  "success": true,
  "message_id": "om_xxx",
  "create_time": "1234567890"
}

Safety

  • No secrets in logs
  • No system modifications
  • No root required for basic use
  • Config file: chmod 600 config.json

版本历史

共 1 个版本

  • v3.2.0 当前
    2026-05-03 05:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,069 📥 803,407
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,801
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,366 📥 319,449