← 返回
未分类 中文

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...
用于在另一技能返回飞书显示载荷或 messageToolCalls 时,教代理使用 OpenClaw message 工具发送飞书卡片。
yqxu yqxu 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 323
下载
💾 0
安装
1
版本
#latest

概述

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: feishu-card-display@1.0.0

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 11:52 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

life-service

Custom Gift Leewow

yqxu
帮助用户快速找到可定制的理想产品,将图片或想法转化为礼品,并提供高度灵活的个性化定制服务。浏览...
★ 0 📥 839
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,402 📥 323,463
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,480 📥 542,673