A powerful tool for sending rich, interactive message cards to Feishu users and groups through the Feishu Open API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install feishu-cards
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-cards using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Feishu Cards is a specialized utility designed for developers and teams who need to move beyond plain text notifications. By leveraging Openclaw Skills, users can programmatically dispatch beautifully formatted interactive cards that include headers, multi-colored templates, and functional buttons directly into Feishu chats.
This skill bridges the gap between automated workflows and user interaction by providing a structured way to present information. Whether you are using it as a standalone CLI tool or integrating it into a Python-based automation suite, this skill simplifies the complex Feishu message card JSON structure into easy-to-use commands. It is an essential addition to any developer's toolkit within the Openclaw Skills ecosystem for improving team engagement and operational visibility.
First, install the skill via the hub:
clawhub install feishu-cards
Ensure you have the required Python library installed:
pip install requests
Configure your Feishu credentials as environment variables to enable API access:
export FEISHU_APP_ID="your_app_id"
export FEISHU_APP_SECRET="your_app_secret"
The skill organizes message data into a structured format compatible with Feishu's interactive card system. Below is the metadata taxonomy used:
| Attribute | Description | Values |
|---|---|---|
to |
Recipient identifier | open_id, user_id, or chat_id |
template |
Header background color | blue, green, red, yellow, grey |
buttons |
Interactive elements | Comma-separated list (CLI) or Array (Python) |
note |
Footer information | Plain text with icon support |
content |
Message body | Markdown-lite plain text |
Loading
Connect your AI agents to a global workforce for tasks requiring human perception, judgment, and local knowledge via Openclaw Skills.

Loopuman provides AI agents with a direct interface to human workers for verification, judgment, and real-world actions paid via cryptocurrency.

TixFlow is an AI event assistant that automates the discovery, booking, and calendar coordination of event tickets using KYD Labs and Google Calendar.

An AI-powered market analysis skill for tracking and analyzing Solana-based prediction markets with regulated data.

A specialized watchdog service that provides automated configuration rollback and backup restoration for OpenClaw environments.

A safety watchdog that provides 10-second automatic rollbacks for Openclaw configuration changes.








































