← 返回 Skills 市场
kolikoliko

feishu-card-sender-beautify 飞书推送展示卡片脚本

作者 kolikoliko · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
453
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-card-sender-beautify
功能描述
发送飞书 Interactive Card 格式消息,用于美化富文本卡片推送和优化通知。 触发条件:(1) 用户要求发送卡片消息 (2) 定时任务推送 (3) 格式化通知需求
使用说明 (SKILL.md)

feishu-card-sender-beautify

发送飞书 Interactive Card 富文本消息。

快速开始

发送卡片到当前聊天

使用 feishu_im_user_message 工具:

feishu_im_user_message(
    action="send",
    msg_type="interactive",
    receive_id="oc_群聊ID",  # 群聊用 oc_xxx
    receive_id_type="chat_id",
    content=json.dumps(card)
)

卡片结构

card = {
    "config": {"wide_screen_mode": True},
    "header": {
        "title": {"tag": "plain_text", "content": "📰 标题"},
        "template": "blue"  # blue/red/green/yellow/wathet/orange/grey
    },
    "elements": [
        {"tag": "div", "text": {"tag": "lark_md", "content": "正文内容"}}
    ]
}

颜色模板

颜色
blue
red
green 绿
yellow
wathet 浅蓝
orange
grey

详细文档

注意

  • 群聊 ID 格式:oc_xxx
  • 用户 ID 格式:ou_xxx
  • 发送群聊用 receive_id_type="chat_id"
  • 发送私聊用 receive_id_type="open_id"
安全使用建议
This skill appears to be a simple instruction set for formatting and sending Feishu Interactive Cards. Before installing, confirm: (1) which Feishu account/app the platform tool feishu_im_user_message will use (the platform-side credentials grant message-sending ability); (2) you trust whoever can invoke the skill to send messages on that account; and (3) card buttons/URLs may point to external sites — review any URLs before sending to users. The skill does not request secrets itself, but message-sending requires platform-level Feishu permissions, so check the platform/app permission scope and audit usage if needed.
功能分析
Type: OpenClaw Skill Name: feishu-card-sender-beautify Version: 1.0.0 The skill bundle provides documentation and templates for sending formatted interactive cards to Feishu (Lark) using the feishu_im_user_message tool. It contains only markdown instructions and code snippets for message formatting and API usage. No malicious code, data exfiltration, or prompt injection attempts were identified in SKILL.md or the reference files.
能力评估
Purpose & Capability
Name/description describe sending and beautifying Feishu Interactive Card messages; the SKILL.md and reference files only show constructing card JSON and calling the platform tool feishu_im_user_message — this is consistent with the stated purpose.
Instruction Scope
Runtime instructions are limited to building card JSON and calling feishu_im_user_message(action='send', msg_type='interactive', ...). They do not instruct reading arbitrary files, environment variables, or exfiltrating data. Templates include example external URLs (example.com) but no instructions to contact hidden endpoints.
Install Mechanism
No install spec and no code files — instruction-only skill (lowest install risk). Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials. Sending messages relies on the platform-provided feishu_im_user_message tool (which is expected to use the agent/platform’s configured Feishu credentials); the skill itself does not ask for unrelated secrets.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent system presence, nor does it modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-card-sender-beautify
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-card-sender-beautify 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of feishu-card-sender-beautify - Enables sending visually enhanced Feishu Interactive Card messages. - Supports triggers: user requests, scheduled tasks, and formatted notifications. - Provides card structure examples and color template options. - Includes documentation links for card templates and API reference. - Details correct usage for group and user IDs.
元数据
Slug feishu-card-sender-beautify
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

feishu-card-sender-beautify 飞书推送展示卡片脚本 是什么?

发送飞书 Interactive Card 格式消息,用于美化富文本卡片推送和优化通知。 触发条件:(1) 用户要求发送卡片消息 (2) 定时任务推送 (3) 格式化通知需求. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 453 次。

如何安装 feishu-card-sender-beautify 飞书推送展示卡片脚本?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-card-sender-beautify」即可一键安装,无需额外配置。

feishu-card-sender-beautify 飞书推送展示卡片脚本 是免费的吗?

是的,feishu-card-sender-beautify 飞书推送展示卡片脚本 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

feishu-card-sender-beautify 飞书推送展示卡片脚本 支持哪些平台?

feishu-card-sender-beautify 飞书推送展示卡片脚本 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 feishu-card-sender-beautify 飞书推送展示卡片脚本?

由 kolikoliko(@kolikoliko)开发并维护,当前版本 v1.0.0。

💬 留言讨论