Builds rich Feishu (Lark) v2.0 interactive cards with 20+ components including collapsible panels, multi-column layouts, charts, colored tags, and person cards. Ships with seven scenario templates covering notifications, success reports, alerts, approvals, dashboards, article summaries, and AI streaming output. The skill writes card JSON to /tmp and hands it to feishu-cli-msg for sending. It's smart about detecting when to use cards over plain text: even if a user just says "send a message," it'll construct a card if the content has structure like multiple fields, links, or status indicators. The documentation is thorough, with a 30-second decision tree for template selection and clear guidance on v2 versus v1 migration pitfalls. Good for teams that want their bot messages to look polished without manually wrestling with card JSON syntax.
npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-card