Send messages to Feishu via Webhook with heredoc input support
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill feishu-webhook --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feishu Webhook?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-feishu-webhook)More formats (shields.io, HTML) on the badges page.
---
name: feishu-webhook
description: Send messages to Feishu via Webhook with heredoc input support
---
# Feishu Webhook Skill
Send messages to Feishu via Webhook with heredoc input.
## Quick Start
```bash
python3 /home/yuhiri/workspace/skills/feishu-webhook/send-feishu.py << '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`:
```json
{
"env": {
"vars": {
"FEISHU_WEBHOOK_URL": "https://open.feishu.cn/open-apis/bot/v2/hook/xxx",
"FEISHU_WEBHOOK_SECRET": "your_secret"
}
}
}
```
## Files
- `send-feishu.py` - Main sender
## Version
- **1.2.1**
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.