What is feishu-cli-msg?
向飞书用户或群聊发送消息。支持 text/post/image/file/audio/media/sticker/interactive/share_chat/share_user/system 等消息类型。当用户需要发送飞书消息、构造消息 JSON、发送卡片消息时使用。 Source: riba2534/feishu-cli.
向飞书用户或群聊发送消息。支持 text/post/image/file/audio/media/sticker/interactive/share_chat/share_user/system 等消息类型。当用户需要发送飞书消息、构造消息 JSON、发送卡片消息时使用。
Quickly install feishu-cli-msg AI skill to your development environment via command line
Source: riba2534/feishu-cli.
飞书消息 API 的 content 字段是一个 JSON 字符串(不是 JSON 对象)。CLI 提供三种输入方式:
| 快捷文本 | --text "内容" | 纯文本消息,最简单 | | 内联 JSON | --content '{"key":"val"}' 或 -c | 简单 JSON,一行搞定 | | JSON 文件 | --content-file file.json | 复杂消息(卡片、富文本等) |
| email | 邮箱地址 | user@example.com | | openid | Open ID | ouxxx | | userid | User ID | xxx | | unionid | Union ID | onxxx | | chatid | 群聊 ID | ocxxx |
向飞书用户或群聊发送消息。支持 text/post/image/file/audio/media/sticker/interactive/share_chat/share_user/system 等消息类型。当用户需要发送飞书消息、构造消息 JSON、发送卡片消息时使用。 Source: riba2534/feishu-cli.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-msg向飞书用户或群聊发送消息。支持 text/post/image/file/audio/media/sticker/interactive/share_chat/share_user/system 等消息类型。当用户需要发送飞书消息、构造消息 JSON、发送卡片消息时使用。 Source: riba2534/feishu-cli.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-msg Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/riba2534/feishu-cli