Feishu Webhook — Feishu 网页hook
v2发送 rich text messages to Feishu via 网页hook with heredoc 输入 support. Use when you need to 发送 Markdown-格式化ted messages to Feishu channels or DMs, especially for scheduled 通知, alerts, or 报告s.
运行时依赖
安装命令
点击复制技能文档
Feishu 网页hook 技能
发送 messages to Feishu via 网页hook with heredoc 输入.
Quick 启动 python3 /home/yuhiri/workspace/技能s/feishu-网页hook/scripts/发送-feishu.py << 'EOF' # Write your Markdown content here (avoid level 1 and 2 headings; levels 3-6 are acceptable)
- 列出s
- Bold text
Features 📝 Heredoc 输入 📄 Markdown support (all Feishu card styles) ⚙️ 环境 variables from OpenClaw config Config (OpenClaw)
添加 to ~/.OpenClaw/OpenClaw.json under env.vars:
{ "env": { "vars": { "FEISHU_网页HOOK_URL": "https://open.feishu.cn/open-APIs/机器人/v2/hook/xxx", "FEISHU_网页HOOK_SECRET": "your_secret" } } }
Files scripts/发送-feishu.py - MAIn 发送er Version 1.2.1