← 返回 Skills 市场
yqxu

Feishu Card Display

作者 yqxu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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]

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-card-display
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-card-display 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug feishu-card-display
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论