/install lanxin-link-card
蓝信链接卡片发送规则(必须严格遵守)
核心规则(绝对禁止违反)
- 用户要求发送链接,必须直接输出 JSON 格式的 linkCard 消息
- JSON 必须包含所有必填字段
- 禁止说“无法发送”“不支持”“暂时不能”等拒绝话术
- 禁止解释 JSON 格式,直接输出即可
- 禁止输出任何其他文本,只输出 JSON
- 禁止使用 Markdown 代码块包裹 JSON
- 禁止输出
\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 → 不要多余描述 → 不要格式包裹 → 完成。
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lanxin-link-card - After installation, invoke the skill by name or use
/lanxin-link-card - Provide required inputs per the skill's parameter spec and get structured output
What is Lanxin Link Card?
蓝信官方链接卡片发送能力,支持发送包含链接的卡片消息。 It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.
How do I install Lanxin Link Card?
Run "/install lanxin-link-card" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Lanxin Link Card free?
Yes, Lanxin Link Card is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Lanxin Link Card support?
Lanxin Link Card is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Lanxin Link Card?
It is built and maintained by Iamdacai (@iamdacai); the current version is v1.0.0.