← 返回 Skills 市场
anisafifi

Qr Code Generator

作者 Anis Afifi · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
1647
总下载
0
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install qr-code-generator
功能描述
Use this skill when users need to create QR codes for any purpose. Triggers include: requests to "generate QR code", "create QR", "make a QR code for", or mentions of encoding data into scannable codes. Supports URLs, text, WiFi credentials, vCards (contact information), email addresses, phone numbers, SMS, location coordinates, calendar events, and custom data. Can customize colors, add logos, generate bulk QR codes, and export in multiple formats (PNG, SVG, PDF). Requires OpenClawCLI installation from clawhub.ai.
安全使用建议
This skill appears internally consistent and implements a local QR-code generator. Before installing or running it: (1) verify the source — the package lists no homepage and the README references 'clawhub.ai' but the code does not use it; ask the publisher why OpenClawCLI is mentioned. (2) Run in a Python virtual environment to avoid changing system packages. (3) Inspect any logo or batch input files you feed the script (it will read local files and write output images). (4) If you need a stronger trust signal, request a canonical homepage/repository or a signed release; otherwise treat this as unprivileged local code and run it in a sandbox or isolated environment.
功能分析
Type: OpenClaw Skill Name: qr-code-generator Version: 0.1.0 The OpenClaw AgentSkills skill bundle for QR code generation is benign. The `SKILL.md` and `references/readme.md` provide clear, non-malicious instructions for generating QR codes, without any prompt injection attempts against the agent. The `scripts/qr.py` code uses standard Python libraries (`qrcode`, `Pillow`, `segno`) for its stated purpose, with file system access limited to reading input files (for batch processing or logos) and writing generated QR code images. There is no evidence of network activity, unauthorized file access, credential theft, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
The code and documentation implement QR generation features (URLs, WiFi, vCard, batch, colors, logos, multiple formats) consistent with the skill name and description. The SKILL.md repeatedly states a prerequisite to 'Install OpenClawCLI (clawhub.ai)', but the included scripts do not call or depend on any OpenClawCLI APIs or binaries — this prerequisite appears unnecessary or misplaced.
Instruction Scope
Runtime instructions in SKILL.md are limited to installing Python packages, running scripts, and reading local input files (txt/csv/json) to generate QR images. The instructions reference only local files and standard CLI options; there are no steps that collect system secrets, read unrelated config files, or transmit data to external endpoints.
Install Mechanism
This is instruction-only (no platform install spec). Dependencies are standard PyPI packages (qrcode[pil], segno, Pillow) declared in requirements.txt and referenced in the README; no remote arbitrary downloads or archive extraction are used. Risk is typical for running third‑party Python code locally.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That matches the stated functionality. The only environment guidance is to use a virtualenv to avoid modifying system Python, which is reasonable.
Persistence & Privilege
The skill is not forced always-on, does not ask to persist credentials or modify other skills, and contains no autonomous invocation directives. It runs as a local CLI script when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qr-code-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qr-code-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release – powerful QR code generator for many data types, with customization and batch capabilities. - Supports generation of QR codes for URLs, text, WiFi credentials, vCards, email, phone, SMS, geo coordinates, events, and custom data. - Offers extensive customization: colors, error correction level, logo embedding, and multiple export formats (PNG, SVG, PDF, EPS, ASCII). - Enables batch QR code creation from text, CSV, or JSON files. - Includes detailed usage examples and command references. - Requires prior installation of OpenClawCLI from clawhub.ai.
元数据
Slug qr-code-generator
版本 0.1.0
许可证
累计安装 9
当前安装数 9
历史版本数 1
常见问题

Qr Code Generator 是什么?

Use this skill when users need to create QR codes for any purpose. Triggers include: requests to "generate QR code", "create QR", "make a QR code for", or mentions of encoding data into scannable codes. Supports URLs, text, WiFi credentials, vCards (contact information), email addresses, phone numbers, SMS, location coordinates, calendar events, and custom data. Can customize colors, add logos, generate bulk QR codes, and export in multiple formats (PNG, SVG, PDF). Requires OpenClawCLI installation from clawhub.ai. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1647 次。

如何安装 Qr Code Generator?

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

Qr Code Generator 是免费的吗?

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

Qr Code Generator 支持哪些平台?

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

谁开发了 Qr Code Generator?

由 Anis Afifi(@anisafifi)开发并维护,当前版本 v0.1.0。

💬 留言讨论