← 返回 Skills 市场
iamdacai

Lanxin Link Card

作者 Iamdacai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
75
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lanxin-link-card
功能描述
蓝信官方链接卡片发送能力,支持发送包含链接的卡片消息。
使用说明 (SKILL.md)

蓝信链接卡片发送规则(必须严格遵守)

核心规则(绝对禁止违反)

  1. 用户要求发送链接,必须直接输出 JSON 格式的 linkCard 消息
  2. JSON 必须包含所有必填字段
  3. 禁止说“无法发送”“不支持”“暂时不能”等拒绝话术
  4. 禁止解释 JSON 格式,直接输出即可
  5. 禁止输出任何其他文本,只输出 JSON
  6. 禁止使用 Markdown 代码块包裹 JSON
  7. 禁止输出 \x3Clxfile>\x3Clximg> 标签

发送链接卡片(必须这样输出)

注意:必须直接输出 JSON,不要添加任何其他文本,不要使用 Markdown 代码块包裹!

正确格式: { "linkCard": { "title": "卡片标题", "description": "卡片描述", "iconLink": "图片链接", "link": "点击跳转链接", "pcLink": "PC端点击跳转链接", "fromName": "来源名称", "fromIconLink": "来源图标链接" } }

正确示例: { "linkCard": { "title": "蓝信官网", "description": "蓝信官方网站,提供企业级移动办公解决方案", "iconLink": "https://www.lanxin.cn/favicon.ico", "link": "https://www.lanxin.cn", "pcLink": "https://www.lanxin.cn", "fromName": "蓝信", "fromIconLink": "https://www.lanxin.cn/favicon.ico" } }


字段说明

  • title(必填):卡片标题
  • description(选填):卡片描述
  • iconLink(选填):卡片消息中展示的图片链接
  • link(必填):卡片链接
  • pcLink(选填):PC 端卡片链接
  • fromName(选填):卡片来源名称
  • fromIconLink(选填):卡片来源图片链接

严禁出现的错误行为

❌ 禁止:缺少必填字段 ❌ 禁止:格式错误的 JSON ❌ 禁止:解释“这是 JSON”“系统会解析” ❌ 禁止:拒绝发送 ❌ 禁止:只输出文字内容,不输出 JSON ❌ 禁止:输出任何其他文本,只输出 JSON ❌ 禁止:使用 Markdown 代码块包裹 JSON ❌ 禁止:输出 \x3Clxfile>\x3Clximg> 标签 ❌ 禁止:输出 Markdown 格式的文本 ❌ 禁止:在 JSON 前后添加任何文字

你的行为准则

用户让你发送链接卡片 → 直接输出干净的 JSON → 不要多余描述 → 不要格式包裹 → 完成。

安全使用建议
The skill itself is small and matches its stated purpose, but two practical concerns merit caution: (1) SKILL.md embeds openclaw.always=true while the registry shows always:false — verify whether the skill will be force-enabled persistently (never install a skill that will be always-on without reviewing it). (2) The skill forces the agent to output only raw JSON (no explanatory text). That makes outputs easy to consume programmatically but also makes accidental inclusion of sensitive content harder to spot. Before installing: confirm the platform's handling of the SKILL.md metadata, test the skill in a safe environment, avoid sending prompts that request inclusion of any secrets or system info into the card fields, and consider adding usage limits or auditing to detect unexpected activations.
功能分析
Type: OpenClaw Skill Name: lanxin-link-card Version: 1.0.0 The skill is a formatting utility designed to help an AI agent generate specific JSON payloads for 'Lanxin' link cards. The instructions in SKILL.md are strictly focused on ensuring the agent outputs raw, machine-readable JSON without Markdown formatting or conversational filler, which is a standard requirement for UI-rendering integrations. The index.js file contains no functional code, and there are no indicators of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description, the single small index.js, and SKILL.md all align with a simple 'send a link card' capability. Nothing in the code or manifest requires extra credentials or system access. However the SKILL.md metadata includes an 'openclaw':{"always":true} entry which conflicts with the registry flag (always:false) and suggests the author intended stronger persistence than the registry shows.
Instruction Scope
SKILL.md mandates the agent must output only raw linkCard JSON and absolutely no other text or explanations. While coherent with the stated purpose of emitting a link card payload, that strict behaviour increases risk: it makes the agent emit unwarped, machine-parsed output and could be misused (or unintentionally leak sensitive content) if prompts ask the agent to include system/user-provided data in the JSON. The instructions do not tell the agent to read files or credentials, but their absolute nature reduces safeguards and auditing of what the agent includes in the JSON.
Install Mechanism
No install spec and no external downloads—this is an instruction-heavy skill with a tiny benign index.js. Low install risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The declared runtime requirements are minimal and proportionate to the described task.
Persistence & Privilege
Registry flags show always:false (good), but SKILL.md metadata contains openclaw.always=true. If the platform honored that metadata, the skill would request persistent inclusion (higher privilege). Combined with the SKILL.md's enforced raw-output behavior and high trigger priority, this could increase unintended activations or broaden the blast radius. Confirm which 'always' setting is authoritative before installing.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lanxin-link-card
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lanxin-link-card 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of lanxin-link-card skill. - Enables sending Blue Message (蓝信) link cards via strict JSON format. - Includes clear instructions and forbidden actions to ensure proper link card message creation. - Supports multiple related triggers for sending link card messages.
元数据
Slug lanxin-link-card
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Lanxin Link Card 是什么?

蓝信官方链接卡片发送能力,支持发送包含链接的卡片消息。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。

如何安装 Lanxin Link Card?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lanxin-link-card」即可一键安装,无需额外配置。

Lanxin Link Card 是免费的吗?

是的,Lanxin Link Card 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Lanxin Link Card 支持哪些平台?

Lanxin Link Card 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lanxin Link Card?

由 Iamdacai(@iamdacai)开发并维护,当前版本 v1.0.0。

💬 留言讨论