/install feishu-card-display
Feishu Card Display
Use this skill when another tool returns:
displaySkill: "feishu-card-display"messageToolCalls- Feishu
cardpayloads
This skill has no Python tools. It only tells the agent how to use the
existing OpenClaw message tool correctly.
Core Rule
If upstream output says displaySkill: "feishu-card-display", you MUST:
- Execute each returned
messageToolCallsitem in order - Use the OpenClaw
messagetool for every send - Preserve the payload exactly as returned
- After all sends finish, reply with
NO_REPLY
Do not:
- merge multiple product cards into one assistant bubble
- rewrite the text payload
- summarize what the cards contain
- explain the payload structure to the user
Feishu Sending Rules
Card payload
When a call contains:
{
"action": "send",
"channel": "feishu",
"card": { "...": "..." }
}
send it with the message tool as a Feishu card send. Keep the card object unchanged.
Text payload
When a call contains:
{
"action": "send",
"channel": "feishu",
"message": "..."
}
send the text exactly as provided.
Media payload
When a call contains:
{
"action": "send",
"channel": "feishu",
"filePath": "/path/to/file",
"message": ""
}
send the file as media using the message tool, then continue with later calls.
Image Key Notes
If upstream payload already contains Feishu-ready card payloads or image keys, use them as-is. If upstream payload only contains preview links, keep the preview links as-is. This skill does not invent image keys and does not rewrite card media.
Final Reply
After all upstream messageToolCalls are executed, the assistant must reply with:
NO_REPLY
Version Marker: [email protected]
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-card-display - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-card-display触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Feishu Card Display 是什么?
Use when another skill returns Feishu display payloads or `messageToolCalls`. This skill teaches the agent to use OpenClaw `message` tool to send Feishu card... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。
如何安装 Feishu Card Display?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-card-display」即可一键安装,无需额外配置。
Feishu Card Display 是免费的吗?
是的,Feishu Card Display 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Feishu Card Display 支持哪些平台?
Feishu Card Display 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Feishu Card Display?
由 yqxu(@yqxu)开发并维护,当前版本 v1.0.0。