Install
openclaw skills install feishu-relayUnified Feishu notification system with automatic discovery, message queue, and reliable delivery. Use when user needs to send notifications via Feishu (Lark...
openclaw skills install feishu-relayVersion: 3.0 (Safe Mode)
A minimal, safe Feishu notification bridge for OpenClaw.
✅ Core (always available):
❌ Not included by default:
/usr/local/bin/notify link# 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"
| 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 |
# Basic
./run.sh -t "Title" -m "Message"
# JSON output
./run.sh -t "Title" -m "Message" --json
# Test
./run.sh --test
{
"success": true,
"message_id": "om_xxx",
"create_time": "1234567890"
}
chmod 600 config.json