A resilient messaging skill that ensures Feishu delivery through automatic retries and format-to-plain-text fallback strategies.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install feishu-message-fallback
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install feishu-message-fallback using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Feishu Message Fallback skill is designed to enhance the reliability of automated communications within the Openclaw Skills ecosystem. It provides a robust delivery layer that mitigates common API failures by implementing an intelligent retry mechanism coupled with a format degradation strategy. If a message fails to send as rich text, the skill automatically attempts delivery as plain text, ensuring that critical information reaches its destination regardless of network instability or complex formatting constraints.
To integrate this skill into your Openclaw Skills project, update your configuration in TOOLS.md or your delivery JSON:
{
"delivery": {
"mode": "announce",
"channel": "feishu",
"retry": {
"maxAttempts": 3,
"backoffMs": 1000
}
}
}
Ensure your environment variables for Feishu webhooks or API tokens are correctly configured to allow the skill to interact with the Feishu gateway.
The skill manages message states and error handling based on the following taxonomy:
| Data Field | Description |
|---|---|
maxAttempts |
Maximum number of delivery retries (default: 3) |
backoffStrategy |
Exponential increments (1s, 2s, 4s) |
fallbackPolicy |
Priority shift from Rich Text to Plain Text |
errorLog |
Capture of network timeouts, format errors, and permission failures |
Loading
A continuity system that automatically restores context and memory across different AI agent sessions using rolling 24-hour logs and curated long-term storage.

Auto Logger is an automated documentation and memory skill that records daily activities, key decisions, and conversation summaries into structured Markdown files.

An expert AI utility for generating standardized MySQL 5.7 and 8.0 DDL scripts based on complex business logic and industry-leading naming conventions.

An automated utility for disk cleanup, system resource optimization, and batch multi-server maintenance via SSH.

A research automation tool that generates a daily top-5 crypto token leaderboard with risk summaries and ready-to-publish social media drafts.

A bilingual meme token risk analysis engine that transforms Binance Web3 discovery data into actionable, risk-scored insights.








































