← Back to Skills Marketplace
kolikoliko

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

by kolikoliko · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
453
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install feishu-card-sender-beautify
Description
发送飞书 Interactive Card 格式消息,用于美化富文本卡片推送和优化通知。 触发条件:(1) 用户要求发送卡片消息 (2) 定时任务推送 (3) 格式化通知需求
README (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"
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install feishu-card-sender-beautify
  3. After installation, invoke the skill by name or use /feishu-card-sender-beautify
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug feishu-card-sender-beautify
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

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

发送飞书 Interactive Card 格式消息,用于美化富文本卡片推送和优化通知。 触发条件:(1) 用户要求发送卡片消息 (2) 定时任务推送 (3) 格式化通知需求. It is an AI Agent Skill for Claude Code / OpenClaw, with 453 downloads so far.

How do I install feishu-card-sender-beautify 飞书推送展示卡片脚本?

Run "/install feishu-card-sender-beautify" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

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

Yes, feishu-card-sender-beautify 飞书推送展示卡片脚本 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does feishu-card-sender-beautify 飞书推送展示卡片脚本 support?

feishu-card-sender-beautify 飞书推送展示卡片脚本 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

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

It is built and maintained by kolikoliko (@kolikoliko); the current version is v1.0.0.

💬 Comments