← Back to Skills Marketplace
yqxu

Feishu Card Display

by yqxu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
107
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install feishu-card-display
Description
Use when another skill returns Feishu display payloads or `messageToolCalls`. This skill teaches the agent to use OpenClaw `message` tool to send Feishu card...
README (SKILL.md)

Feishu Card Display

Use this skill when another tool returns:

  • displaySkill: "feishu-card-display"
  • messageToolCalls
  • Feishu card payloads

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:

  1. Execute each returned messageToolCalls item in order
  2. Use the OpenClaw message tool for every send
  3. Preserve the payload exactly as returned
  4. 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]

Usage Guidance
This skill simply tells the agent to forward whatever Feishu payloads it receives, verbatim, using the platform's message tool and then respond with NO_REPLY. Before enabling it: (1) ensure you trust the upstream skills or data sources that will produce messageToolCalls (they can cause the agent to send arbitrary content), (2) verify the message tool's configured Feishu account and permissions are appropriate, and (3) be aware the skill suppresses a human-facing reply (NO_REPLY), which can make sends silent. If you need user confirmation, request a change to the skill so it summarizes or prompts before sending.
Capability Analysis
Type: OpenClaw Skill Name: feishu-card-display Version: 1.0.0 The feishu-card-display skill contains no executable code and consists entirely of markdown instructions (SKILL.md) for the AI agent. These instructions guide the agent on how to process Feishu message payloads and cards using the platform's built-in 'message' tool, ensuring data is passed through without modification. There are no indicators of malicious intent or security risks.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the skill's sole job is to instruct the agent to use the OpenClaw message tool to deliver Feishu card/text/media payloads. It does not request unrelated binaries, credentials, or installs.
Instruction Scope
Instructions are narrowly scoped to executing upstream messageToolCalls in order, preserving payloads exactly, and replying with NO_REPLY. This is coherent for a display-forwarding skill, but enforcing verbatim forwarding and a silent final reply increases the risk that upstream or attacker-controlled payloads could be forwarded without user-visible confirmation.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is low-risk from a disk/execution perspective since nothing is downloaded or installed by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested in the registry metadata or SKILL.md. That aligns with the claimed behavior (relies on existing platform message tool to handle transport/auth).
Persistence & Privilege
always is false and the default autonomous invocation is unchanged. The skill does not request persistent system-level privileges or modifications to other skills' configs. Note: autonomous invocation is the platform default and not a unique concern for this skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install feishu-card-display
  3. After installation, invoke the skill by name or use /feishu-card-display
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Add a no-code Feishu card display skill that teaches the agent to execute card/text/media message-tool payloads and return NO_REPLY.
Metadata
Slug feishu-card-display
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments