← 返回 Skills 市场
ouyangabel

QR Code Generator

作者 ouyangAbel · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
499
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qr-code-gen
功能描述
Generate QR codes for text, URLs, WiFi connections, and business cards (vCard). Use when: (1) creating QR codes for websites or text, (2) generating WiFi con...
安全使用建议
This skill appears coherent and limited to generating QR PNGs locally. Before installing or running: (1) be aware you will be asked to install the qrcode/Pillow package from PyPI (standard but subject to normal supply-chain risks) — consider reviewing the package or using a virtualenv; (2) generated WiFi QR codes embed plaintext SSIDs/passwords — avoid creating/sharing QR codes that expose sensitive network credentials; (3) the script saves to disk (defaults to ~/qrcode_output.png) and may overwrite files if you reuse the same path; (4) if you need higher assurance, inspect the included scripts (already provided) and run them in an isolated environment. Overall the skill is internally consistent and does what it claims.
功能分析
Type: OpenClaw Skill Name: qr-code-gen Version: 1.0.0 The `qr-code-gen` skill bundle is classified as suspicious due to a local file write vulnerability. The `SKILL.md` documentation and the `scripts/qr-code.py` code explicitly allow users to specify an arbitrary `output_path` for saving generated QR code images. While this is a legitimate feature for a file-generating utility, it presents a risk: a malicious agent or user could instruct the skill to write to sensitive system locations (e.g., `/etc/cron.d/`, `~/.ssh/authorized_keys`), potentially leading to privilege escalation or persistence if the agent is not properly sandboxed or input is not sanitized. There is no evidence of intentional malicious behavior, data exfiltration, or remote execution within the provided files.
能力评估
Purpose & Capability
Name/description describe QR code generation and the included script implements text, WiFi, and vCard QR generation only. Required tools (Python qrcode and PIL) are appropriate and proportional to the stated purpose.
Instruction Scope
SKILL.md instructs local generation and saving of PNG files and the script only reads command-line args and writes image files. There are no instructions to read unrelated files, access credentials, or call external endpoints.
Install Mechanism
There is no automated install spec (instruction-only), but SKILL.md asks the user to run `pip3 install qrcode[pil]` (or apt). This is expected for a Python script; installing from PyPI is normal but carries the usual supply-chain risk of third-party packages.
Credentials
The skill requests no environment variables, no credentials, and the script does not access environment secrets or configuration files. All inputs come from CLI arguments.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide configuration. It does not persist secrets or register itself persistently.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qr-code-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qr-code-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: generate QR codes for text, URLs, WiFi, and business cards
元数据
Slug qr-code-gen
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

QR Code Generator 是什么?

Generate QR codes for text, URLs, WiFi connections, and business cards (vCard). Use when: (1) creating QR codes for websites or text, (2) generating WiFi con... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 499 次。

如何安装 QR Code Generator?

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

QR Code Generator 是免费的吗?

是的,QR Code Generator 完全免费(开源免费),可自由下载、安装和使用。

QR Code Generator 支持哪些平台?

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

谁开发了 QR Code Generator?

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

💬 留言讨论