/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]
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install feishu-card-display - After installation, invoke the skill by name or use
/feishu-card-display - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install Feishu Card Display?
Run "/install feishu-card-display" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Feishu Card Display free?
Yes, Feishu Card Display is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Feishu Card Display support?
Feishu Card Display is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Feishu Card Display?
It is built and maintained by yqxu (@yqxu); the current version is v1.0.0.