Feishu Relay
/install feishu-relay
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/notifylink - 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
| Config | Env Variable | Required | Default |
|---|---|---|---|
| appId | FEISHU_APP_ID | Yes | - |
| appSecret | FEISHU_APP_SECRET | Yes | - |
| receiveId | FEISHU_RECEIVE_ID | Yes | - |
| receiveIdType | FEISHU_RECEIVE_ID_TYPE | No | open_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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install feishu-relay - After installation, invoke the skill by name or use
/feishu-relay - Provide required inputs per the skill's parameter spec and get structured output
What is Feishu Relay?
Unified Feishu notification system with automatic discovery, message queue, and reliable delivery. Use when user needs to send notifications via Feishu (Lark... It is an AI Agent Skill for Claude Code / OpenClaw, with 227 downloads so far.
How do I install Feishu Relay?
Run "/install feishu-relay" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Feishu Relay free?
Yes, Feishu Relay is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Feishu Relay support?
Feishu Relay is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Feishu Relay?
It is built and maintained by crayfish-ai (@crayfish-ai); the current version is v3.2.0.