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, especially for scheduled notifications, alerts, or reports.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "feishu-webhook" with this command: npx skills add talentestors/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 << '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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

testhy

testhy is a sample Skill built on the Claude Skills framework enabling natural language tool invocation with minimal integration effort.

Registry SourceRecently Updated
General

X Engagement

X/Twitter 运营辅助。完整 onboarding → Persona 学习 → Browser Relay 浏览器控制 → 记忆系统 → 手动提醒模板 → For You 关注建议 → Following 互动建议

Registry SourceRecently Updated
General

WooCommerce Stock Monitor

Monitor WooCommerce products for out-of-stock changes and send Telegram alerts. Run daily via cron.

Registry SourceRecently Updated
General

Elevenlabs Toolkit

ElevenLabs voice API integration — TTS, sound effects, music generation, speech-to-text, voice isolation, and streaming. Use when building voice-enabled apps...

Registry SourceRecently Updated
5940nissan