·feishu-card
</>

feishu-card

Build and send Feishu interactive message cards (buttons, selects, status indicators). Handles card callback events from WebSocket. Use when sending morning briefings, alerts, confirmations, or any message that benefits from user interaction via buttons instead of text replies.

46Installs·4Trend·@alextangson

Installation

$npx skills add https://github.com/alextangson/feishu_skills --skill feishu-card

How to Install feishu-card

Quickly install feishu-card AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/alextangson/feishu_skills --skill feishu-card
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: alextangson/feishu_skills.

SKILL.md

View raw

Build, send, and handle callbacks for Feishu interactive message cards. Cards replace plain text messages for any communication that benefits from structured layout or user actions (buttons, selects).

Critical: The content field must be a JSON string (stringified JSON), not a raw object.

| blue | Blue | Normal briefings, info | | green | Green | Success, completed | | red | Red | Alerts, failures | | orange | Orange | Warnings, degraded | | purple | Purple | Special, creative | | turquoise | Teal | Skill/tech results | | grey | Grey | Low priority, FYI |

Build and send Feishu interactive message cards (buttons, selects, status indicators). Handles card callback events from WebSocket. Use when sending morning briefings, alerts, confirmations, or any message that benefits from user interaction via buttons instead of text replies. Source: alextangson/feishu_skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/alextangson/feishu_skills --skill feishu-card
Category
</>Dev Tools
Verified
First Seen
2026-02-24
Updated
2026-03-10

Browse more skills from alextangson/feishu_skills

Quick answers

What is feishu-card?

Build and send Feishu interactive message cards (buttons, selects, status indicators). Handles card callback events from WebSocket. Use when sending morning briefings, alerts, confirmations, or any message that benefits from user interaction via buttons instead of text replies. Source: alextangson/feishu_skills.

How do I install feishu-card?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/alextangson/feishu_skills --skill feishu-card Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/alextangson/feishu_skills