Feishu Webhook
/install feishu-webhook
Feishu Webhook Skill
Send messages to Feishu via Webhook with heredoc input.
Quick Start
python3 /home/yuhiri/workspace/skills/feishu-webhook/scripts/send-feishu.py \x3C\x3C 'EOF'
# Write your Markdown content here (avoid level 1 and 2 headings; levels 3-6 are acceptable)
- Lists
- **Bold text**
EOF
Features
- 📝 Heredoc input
- 📄 Markdown support (all Feishu card styles)
- ⚙️ Environment variables from OpenClaw config
Config (OpenClaw)
Add to ~/.openclaw/openclaw.json under env.vars:
{
"env": {
"vars": {
"FEISHU_WEBHOOK_URL": "https://open.feishu.cn/open-apis/bot/v2/hook/xxx",
"FEISHU_WEBHOOK_SECRET": "your_secret"
}
}
}
Files
scripts/send-feishu.py- Main sender
Version
- 1.2.1
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install feishu-webhook - After installation, invoke the skill by name or use
/feishu-webhook - Provide required inputs per the skill's parameter spec and get structured output
What is Feishu Webhook?
Send rich text messages to Feishu via Webhook with heredoc input support. Use when you need to send Markdown-formatted messages to Feishu channels or DMs, es... It is an AI Agent Skill for Claude Code / OpenClaw, with 1748 downloads so far.
How do I install Feishu Webhook?
Run "/install feishu-webhook" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Feishu Webhook free?
Yes, Feishu Webhook is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Feishu Webhook support?
Feishu Webhook is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Feishu Webhook?
It is built and maintained by talentestors (@talentestors); the current version is v1.2.4.