Feishu Card
Skill by autogame-17
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/feishu-cardWhat This Skill Does
The Feishu Card skill is a specialized communication tool designed for OpenClaw AI agents to send rich, interactive notifications directly to Feishu (Lark) users or groups. Unlike simple text-only alerts, this skill leverages Feishu's card architecture to provide structured information, supporting Markdown formatting, custom headers, color-coded status indicators, and actionable buttons. This allows developers and operations teams to receive highly readable, formatted logs and status updates directly in their collaboration workspace.
Installation
To integrate this skill, ensure you have the feishu-common dependency configured for API authentication. Install the skill using the ClawHub command:
clawhub install openclaw/skills/skills/autogame-17/feishu-card
Ensure that the authentication credentials for your Feishu application are properly set up within the feishu-common configuration, as this skill relies on that shared environment for its authorization tokens.
Use Cases
- DevOps Notifications: Send automated build status or deployment logs directly to group chats with color-coded alerts (red for failures, green for success).
- AI Persona Messaging: Utilize built-in persona wrappers like 'd-guide' or 'mad-dog' to convey system messages with distinct, recognizable tones and formatting, improving alert visibility.
- Interactive Workflow Management: Embed action buttons in messages to provide quick links to dashboards, logs, or approval endpoints directly from the chat interface.
- Structured Log Reporting: Automatically parse and display Markdown-formatted diagnostic data from local text files, preventing the shell-escaping issues common with raw terminal strings.
Example Prompts
- "Send a critical system update card to group oc_12345 using the d-guide persona with the contents of the file temp/deploy_error.md attached."
- "Post an urgent update to my account ou_98765 saying 'Server latency is above 500ms', use a red header and include a button linking to the monitoring dashboard."
- "Use the feishu-card skill to send a report to the ops group with a blue header, summarizing the latest deployment stats."
Tips & Limitations
- Shell Escaping: Always use the
--text-fileflag when working with Markdown, backticks, or multi-line strings. Passing complex strings directly into the--textargument often leads to shell parsing errors. - Persona Selection: Utilize the pre-configured persona options (
d-guide,green-tea,mad-dog) to maintain a consistent communication style without needing to manually define color or header attributes for every message. - Safety: This skill executes network requests to external APIs; ensure your environment variables are secured and that you do not transmit sensitive PII or raw authentication credentials within the message content.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-autogame-17-feishu-card": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17