Feishu Card Skill

Send rich interactive Feishu cards with Markdown, images, and action buttons.

Updated May 1, 2026
One-click install
npx skills add https://github.com/xiaoquqi/hermes-agent-skills --skill feishu-card-skill-xiaoquqi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Feishu Card Skill
Source: https://github.com/xiaoquqi/hermes-agent-skills/tree/main/openclaw-imports/feishu-card
Command: npx skills add https://github.com/xiaoquqi/hermes-agent-skills --skill feishu-card-skill-xiaoquqi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill lets you compose and send rich interactive Feishu (Lark) cards to users or groups, enabling Markdown formatting, headers, and action buttons for clear, engaging messages.

Core Features & Use Cases

  • Rich interactive cards with Markdown support, headers, and buttons
  • Image support and optional media in Feishu messages
  • Fallback to plain text when card posting fails, with safe sending workflows
  • Use cases include announcements, updates, and CTAs in Feishu chats

Quick Start

Create a card with a title, content, and an optional button, and send it to a target Feishu user or chat.

Frequently Asked Questions about Feishu Card Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send rich interactive Feishu cards to a group chat?

To send rich Feishu cards, you can automate an end-to-end posting workflow using Feishu APIs that processes Markdown content, images, and action buttons for delivery to users or groups.

Does Feishu card messaging support Markdown formatting and images?

Yes, Feishu card messaging supports Markdown formatting, header colors, and image uploads. It includes media caching and content parsing to accurately render rich content within chats.

Can I add action buttons to Feishu cards for announcements and CTAs?

Yes, you can add optional action buttons to Feishu cards. These interactive elements are designed to facilitate announcements, updates, and calls to action across your Feishu chats.

What happens if posting a Feishu card fails during the API workflow?

If posting a Feishu card fails, the workflow executes a fallback mechanism that sends the message as plain text, ensuring safe delivery even when rich card posting encounters errors.

Does the Feishu card posting workflow include safety scans for sensitive data?

Yes, the Feishu card posting workflow implements safety scans to detect secrets within your content before sending, preventing sensitive information from being exposed in chat messages.

How do I automate sending Feishu cards without manual intervention?

You can automate sending Feishu cards by implementing an end-to-end workflow that parses Markdown content, uploads images with caching, scans for secrets, and posts to target chats via Feishu APIs.