← 返回 Skills 市场
marc-chen

Qrcode Skill

作者 Marc Chen · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
250
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install qrcode-skill
功能描述
QR code generation and decoding skill. Use when: generating QR codes from text/URLs, decoding/reading/parsing QR codes from images, creating scannable QR cod...
安全使用建议
This skill delegates QR generation/decoding to a remote service (https://qrcode.api4claw.com/mcp) and will send whatever text or image you provide to that endpoint. Before using it: (1) confirm you trust that domain/operator, (2) avoid sending secrets or sensitive images (passwords, private QR codes, PII), (3) if you need offline or more private processing, use a local tool (e.g., qrencode/qrcode libraries or zxing) instead, and (4) review or validate the MCP server URL in your agent configuration to ensure it points to the intended service.
功能分析
Type: OpenClaw Skill Name: qrcode-skill Version: 0.1.0 The skill provides QR code generation and decoding functionality by interfacing with a remote MCP server at `https://qrcode.api4claw.com/mcp`. All operations, including sending text/images to the external API and writing generated images to the workspace, are clearly documented in `SKILL.md` and `references/mcp-api.md` and are directly aligned with the stated purpose. No evidence of data exfiltration, obfuscation, or malicious intent was found.
能力评估
Purpose & Capability
The name/description (generate and decode QR codes) matches the runtime instructions and the referenced MCP tools (generate_qr_code, decode_qr_code). The skill only requires configuring an MCP server URL and does not request unrelated binaries, environment variables, or config paths.
Instruction Scope
Instructions are narrowly scoped to QR operations: asking for text/URL input, accepting an image via file path/base64/paste, reading a workspace file to convert to base64, calling the remote MCP tools, and optionally writing a PNG file. These file reads/writes and the network calls are expected for the stated purpose, but they do transmit user-provided text/images to the external MCP endpoint (https://qrcode.api4claw.com/mcp), so user data will leave the local environment.
Install Mechanism
Instruction-only skill with no install spec and no code files — minimal local footprint and no packages or downloads. This is the lowest-risk installation pattern.
Credentials
The skill declares no required environment variables, credentials, or config paths. It does require the agent be configured with an MCP server entry (a URL), which is proportionate to the described remote-service design.
Persistence & Privilege
always:false and no special privileges requested. The skill does not modify other skills or system-wide settings and does not request permanent elevated presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qrcode-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qrcode-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of qrcode-skill: - Generate QR codes from text or URLs as PNG images (base64-encoded) via a remote MCP service. - Decode QR code images to extract embedded text (supports image file, base64 string, or chat image). - User instructions and error handling for character and image limits. - Configuration and API reference included in documentation. - Ready for user-invocable QR code operations.
元数据
Slug qrcode-skill
版本 0.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Qrcode Skill 是什么?

QR code generation and decoding skill. Use when: generating QR codes from text/URLs, decoding/reading/parsing QR codes from images, creating scannable QR cod... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 250 次。

如何安装 Qrcode Skill?

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

Qrcode Skill 是免费的吗?

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

Qrcode Skill 支持哪些平台?

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

谁开发了 Qrcode Skill?

由 Marc Chen(@marc-chen)开发并维护,当前版本 v0.1.0。

💬 留言讨论