ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 4/5

Feishu Card

Skill by autogame-17

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autogame-17/feishu-card
Or

What 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

  1. "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."
  2. "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."
  3. "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-file flag when working with Markdown, backticks, or multi-line strings. Passing complex strings directly into the --text argument 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

Stars4146
Views8
Updated2026-04-16
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-autogame-17-feishu-card": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#communication#feishu#automation#notifications#alerts
Safety Score: 4/5

Flags: network-access, file-read, external-api