feishu-webhookSend messages to Feishu via Webhook with heredoc input support
Install via ClawdBot CLI:
clawdbot install talentestors/feishu-webhookSend messages to Feishu via Webhook with heredoc input.
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
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"
}
}
}
send-feishu.py - Main senderGenerated Mar 1, 2026
Automatically send system alerts and deployment notifications from CI/CD pipelines to Feishu channels. This enables real-time monitoring and team coordination during incidents, reducing response times and improving operational visibility.
Notify support teams about new tickets or status changes in customer service platforms via Feishu. This streamlines communication, ensures timely responses, and enhances collaboration among support agents.
Send automated reports on campaign performance metrics, such as engagement rates or conversion data, to marketing teams on Feishu. This allows for quick analysis and agile decision-making in dynamic marketing environments.
Integrate with project management tools to post task updates, deadline reminders, and milestone achievements to Feishu groups. This keeps remote or distributed teams aligned and informed without manual updates.
Trigger notifications for high-value transactions or anomalies from financial systems to Feishu for audit and compliance teams. This enhances security oversight and enables rapid action on suspicious activities.
Offer this skill as part of a subscription-based service that integrates Feishu webhooks with various business tools like CRM or ERP systems. Revenue is generated through monthly fees based on usage tiers and premium support options.
Provide bespoke integration services using this skill to tailor Feishu notifications for specific client workflows, such as healthcare monitoring or logistics tracking. Revenue comes from one-time project fees and ongoing maintenance contracts.
Distribute the skill for free with basic functionality, then monetize advanced features like analytics dashboards or multi-channel support. Revenue is driven by upgrades to premium plans and enterprise licenses.
💬 Integration Tip
Ensure the FEISHU_WEBHOOK_URL and FEISHU_WEBHOOK_SECRET are correctly set in the OpenClaw config to avoid authentication errors during message sending.
iMessage/SMS CLI for listing chats, history, watch, and sending.
Use when you need to control Discord from Clawdbot via the discord tool: send messages, react, post or upload stickers, upload emojis, run polls, manage threads/pins/search, fetch permissions or member/role/channel info, or handle moderation actions in Discord DMs or channels.
Use when you need to control Slack from Clawdbot via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
Build or update the BlueBubbles external channel plugin for Clawdbot (extension package, REST send/probe, webhook inbound).
OpenClaw skill for designing Telegram Bot API workflows and command-driven conversations using direct HTTPS requests (no SDKs).