🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Feishu Webhook

by @talentestors

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...

Versionv1.2.4
Downloads2,269
Installs17
TERMINAL
clawhub install feishu-webhook

πŸ“– About This Skill


name: feishu-webhook version: 1.2.3 author: ATRI homepage: https://github.com/talentestors/feishu-webhook description: 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, especially for scheduled notifications, alerts, or reports.

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 << '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
  • πŸ’‘ Examples

    python3 /home/yuhiri/workspace/skills/feishu-webhook/scripts/send-feishu.py << 'EOF'
    

    Write your Markdown content here (avoid level 1 and 2 headings; levels 3-6 are acceptable)

  • Lists
  • Bold text
  • EOF