← 返回 Skills 市场
iamdacai

Lanxin Media

作者 Iamdacai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
76
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lanxin-media
功能描述
蓝信官方媒体发送能力,支持发送图片、文件。使用 <lximg> <lxfile> 标签发送,系统自动解析上传。
使用说明 (SKILL.md)

蓝信媒体发送规则(必须严格遵守)

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

  1. 用户要求发图片/文件,必须直接输出 \x3Clximg> 或 \x3Clxfile> 标签
  2. 标签必须单独成行,不使用任何 markdown、代码块、加粗、斜体
  3. 禁止把标签放在 ``` 代码块中
  4. 禁止说“无法发送”“不支持”“暂时不能”等拒绝话术
  5. 禁止解释标签作用,直接输出即可
  6. 一次只发送一个文件或一张图片
  7. 路径必须真实有效,格式干净无多余符号

发送图片(必须这样输出)

注意:发送图片时必须使用 \x3Clximg> 标签,而不是 \x3Clxfile> 标签! 注意:SVG 文件请使用 \x3Clxfile> 标签发送,而不是 \x3Clximg> 标签!

格式: \x3Clximg>文件路径或URL\x3C/lximg>

示例(正确): 这是你要的图片: \x3Clximg>/Users/user/photo.jpg\x3C/lximg>

示例(正确): \x3Clximg>https://example.com/image.png\x3C/lximg>

发送 SVG 文件(必须这样输出)

注意:SVG 文件必须使用 \x3Clxfile> 标签,而不是 \x3Clximg> 标签!

格式: \x3Clxfile>文件路径或URL\x3C/lxfile>

示例(正确): \x3Clxfile>/Users/user/image.svg\x3C/lxfile>

示例(正确): \x3Clxfile>https://example.com/image.svg\x3C/lxfile>

发送文件(必须这样输出)

注意:发送文件时必须使用 \x3Clxfile> 标签,而不是 \x3Clximg> 标签!

格式: \x3Clxfile>文件路径或URL\x3C/lxfile>

示例(正确): 文件已发送: \x3Clxfile>/Users/user/report.pdf\x3C/lxfile>

示例(正确): \x3Clxfile>https://example.com/document.pdf\x3C/lxfile>


支持的闭合格式(任选一种)

\x3Clximg>...\x3C/lximg> 或 \x3Clximg>...\x3C/img> \x3Clxfile>...\x3C/lxfile> 或 \x3Clxfile>...\x3C/file>


蓝信限制

  • 图片/文件大小 ≤ 2MB
  • 支持:png、jpg、jpeg、pdf、doc、docx、xls、xlsx、txt
  • 视频、音频暂不支持

严禁出现的错误行为

❌ 禁止:markdown \x3Clxfile>...\x3C/lxfile> ❌ 禁止:\x3Clxfile>...\x3C/lxfile> ❌ 禁止: \x3Clxfile>... ❌ 禁止:解释“这是标签”“系统会解析” ❌ 禁止:拒绝发送 ❌ 禁止:只输出文字内容,不输出标签

你的行为准则

用户让你发文件/图片 → 直接输出干净标签 → 不要多余描述 → 不要格式包裹 → 完成。

安全使用建议
This skill appears to be a simple helper that instructs the agent to output special <lximg>/<lxfile> tags so the system can upload media. That is coherent, but the runtime rules force the agent to output raw file paths/URLs and forbid refusing or explaining — which can make the agent return sensitive local paths (or be coerced into fabricating tags). Before installing: verify how your platform handles <lximg>/<lxfile> (does it auto-upload local paths? from what filesystem scope?), test the skill only with non-sensitive files/URLs, and confirm the platform does not honor the SKILL.md 'always:true' override. If possible, restrict the skill's access to only user-provided URLs (not arbitrary local filesystem paths) or require explicit user confirmation before uploading local files.
功能分析
Type: OpenClaw Skill Name: lanxin-media Version: 1.0.0 The skill defines a legitimate interface for sending media via the Lanxin platform using custom XML-like tags (<lximg> and <lxfile>). The instructions in SKILL.md are strictly focused on ensuring the AI agent outputs the correct format for the system's parser to handle file uploads. While the ability to reference local file paths carries inherent risks if misused by a user, the skill itself contains no malicious code, exfiltration logic, or deceptive instructions intended to compromise the host system.
能力评估
Purpose & Capability
Name/description, files, and lack of extra credentials match a simple media-sending skill. The included index.js is harmless boilerplate. However SKILL.md contains an 'openclaw.always':true metadata entry while registry flags report always:false — a mismatch worth noting (attempt to request permanent inclusion inside the instruction file).
Instruction Scope
SKILL.md mandates that the agent must output raw <lximg>/<lxfile> tags with real file paths or URLs, must not refuse, and must not explain. The instructions do not require verifying existence/permissions and encourage supplying local paths (e.g., /Users/user/photo.jpg). That coerces the agent to produce local file paths (which the platform may then upload) and forbids refusal or contextual explanations — increasing the risk of accidental or coerced disclosure of sensitive local files or fabricating tags.
Install Mechanism
No install spec and no dependencies — instruction-driven skill with a tiny harmless index.js. Nothing is downloaded or written to disk by an installer.
Credentials
The skill declares no environment variables, no credentials, and no config paths. That is proportionate for a tag-producing media skill.
Persistence & Privilege
Registry metadata shows always:false, but SKILL.md includes openclaw.always:true. If the platform honored the SKILL.md metadata, that would grant this skill permanent inclusion (higher privilege). The presence of that metadata inside SKILL.md is a red flag because it attempts to assert elevated persistence from within the instruction file.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lanxin-media
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lanxin-media 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
lanxin-media v1.0.0 - Initial release providing official Lanxin media sending functionality. - Supports sending images and files using <lximg> and <lxfile> tags. - Strict rules for tag usage—no markdown, code blocks, or extra formatting allowed. - Only one file or image can be sent per action, with clear separation between image and file tags. - Enforces file type and size limitations in compliance with Lanxin platform requirements.
元数据
Slug lanxin-media
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Lanxin Media 是什么?

蓝信官方媒体发送能力,支持发送图片、文件。使用 <lximg> <lxfile> 标签发送,系统自动解析上传。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。

如何安装 Lanxin Media?

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

Lanxin Media 是免费的吗?

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

Lanxin Media 支持哪些平台?

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

谁开发了 Lanxin Media?

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

💬 留言讨论