← 返回 Skills 市场
shixiaoliuo

Qrcode Generator

作者 shixiaoliuo · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
397
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install qrcode-generator
功能描述
Generate QR codes from text, URLs, or data for payments, WiFi sharing, or any task needing a scannable QR code image.
安全使用建议
This skill appears to be what it claims: a small Node.js QR code generator. Before installing/using it: (1) ensure Node.js is available and run `npm install qrcode` (or add a package.json) — the skill provides no install step; (2) run it in a safe/sandboxed workspace to avoid unintentionally overwriting files (the output path can be any filesystem path you provide); (3) avoid encoding sensitive secrets because the script prints the content to stdout (which may be captured in logs); (4) if you want stricter behavior, remove the console.log that prints the content or restrict output paths. No network calls or credential access were observed in the code.
功能分析
Type: OpenClaw Skill Name: qrcode-generator Version: 1.0.0 The qrcode-generator skill is a straightforward utility for creating QR code images from text or URLs. The implementation in scripts/generate.js uses the standard 'qrcode' npm package to generate PNG buffers and write them to the filesystem, with no evidence of malicious behavior, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description match the included script: a Node.js script that encodes provided text/URLs into a PNG QR code and writes it to disk. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs running the included Node script and returning the output path. The script writes the PNG to the specified path and prints the encoded content to stdout (console). Printing the content may cause the data to appear in logs—this is behavior to be aware of but is aligned with the purpose.
Install Mechanism
There is no install spec even though the script requires the 'qrcode' npm package. At runtime the module will fail unless Node and the dependency are installed. Lack of an install step is an operational omission (not an outright threat) but is an incoherence between code and SKILL metadata.
Credentials
The skill requests no environment variables or credentials and the code does not read external secrets. It writes a file to disk (default current working directory or user-supplied path), which is expected for this functionality.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills or system-wide agent settings. It runs as a one-off script and has no autonomous elevation of privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qrcode-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qrcode-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of QR code generator. - Generate QR codes from text, URLs, or data using the qrcode npm package. - Supports creating QR codes for payments, WiFi sharing, and any scannable data. - Outputs QR code as a PNG image and returns the file path.
元数据
Slug qrcode-generator
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Qrcode Generator 是什么?

Generate QR codes from text, URLs, or data for payments, WiFi sharing, or any task needing a scannable QR code image. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 397 次。

如何安装 Qrcode Generator?

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

Qrcode Generator 是免费的吗?

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

Qrcode Generator 支持哪些平台?

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

谁开发了 Qrcode Generator?

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

💬 留言讨论