← 返回 Skills 市场
184
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install qr-code-maker
功能描述
QR code generator. Use when user needs to create QR codes for text, URLs, WiFi, vCards, or any data. Supports custom colors, sizes, logos, and formats (PNG/S...
安全使用建议
This skill appears coherent and implements a QR generator using Python and common libraries. Before installing or running it: 1) be aware the agent may pip-install qrcode and Pillow from PyPI at runtime (network download/install). 2) If you supply a logo path, the script will read that file — avoid pointing it at sensitive local files. 3) Review or run the provided Python template in a sandbox or isolated environment if you want to verify behavior. 4) Do not include secrets (passwords, API keys) in QR content unless you understand the security implications. Overall the skill is consistent with its description, but exercise normal caution for runtime package installs and file access.
功能分析
Type: OpenClaw Skill
Name: qr-code-maker
Version: 1.0.1
The skill bundle is a standard QR code generator that uses the legitimate 'qrcode' and 'pillow' Python libraries. The code in SKILL.md is well-structured, operates entirely locally within the designated workspace, and contains no network requests, data exfiltration attempts, or suspicious execution patterns. It aligns perfectly with its stated purpose of generating QR codes for various formats like WiFi, vCards, and URLs.
能力评估
Purpose & Capability
Name/description match the requested runtime artifacts: python3 and Python QR/image libraries (qrcode, Pillow) are reasonable and expected for generating QR codes. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md contains a focused Python script template and prompts for user-provided content/options (type, content, format, size, colors, logo). The script only reads a user-supplied logo path (if provided) and writes an output image. There are no instructions to collect system files, read environment secrets, or transmit data to external endpoints.
Install Mechanism
This is an instruction-only skill with no install spec. The header lists dependencies as "pip install qrcode pillow" — reasonable, but because installation is unspecified the agent may run pip at runtime to fetch packages from PyPI. That is expected for this tool but does involve network package installs; no arbitrary third-party download URLs are used.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not require unrelated secrets or excessive access.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. It does not modify other skills or system-wide settings. Autonomous invocation is enabled (platform default) but not combined with other concerning factors.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qr-code-maker - 安装完成后,直接呼叫该 Skill 的名称或使用
/qr-code-maker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
修复代码完整性:确保所有代码块完整可执行
v1.0.0
二维码生成器:支持文本/URL/WiFi/名片/邮件,自定义样式
元数据
常见问题
Qr Generator 是什么?
QR code generator. Use when user needs to create QR codes for text, URLs, WiFi, vCards, or any data. Supports custom colors, sizes, logos, and formats (PNG/S... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 184 次。
如何安装 Qr Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qr-code-maker」即可一键安装,无需额外配置。
Qr Generator 是免费的吗?
是的,Qr Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Qr Generator 支持哪些平台?
Qr Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Qr Generator?
由 ToBeWin(@tobewin)开发并维护,当前版本 v1.0.1。
推荐 Skills