← Back to Skills Marketplace
184
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install qr-code-maker
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qr-code-maker - After installation, invoke the skill by name or use
/qr-code-maker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
修复代码完整性:确保所有代码块完整可执行
v1.0.0
二维码生成器:支持文本/URL/WiFi/名片/邮件,自定义样式
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 184 downloads so far.
How do I install Qr Generator?
Run "/install qr-code-maker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Qr Generator free?
Yes, Qr Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Qr Generator support?
Qr Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Qr Generator?
It is built and maintained by ToBeWin (@tobewin); the current version is v1.0.1.
More Skills