← Back to Skills Marketplace
wangziiiiii

Qr Campaign Studio

by wangziiiiii · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
242
Downloads
1
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install qr-campaign-studio
Description
Generate marketing QR codes with batch output, UTM tracking links, logo embedding, and poster composition. Use when users ask 生成二维码/批量二维码/渠道追踪码/带logo二维码. Sup...
Usage Guidance
This skill appears to do exactly what it claims: generate QR codes, add UTM params, support batch CSV/JSON input, embed logos, and compose posters. Before installing or running: (1) review and run in a virtual environment as advised; (2) be aware that generated files are written to the output directory you specify—avoid running with untrusted input files that could contain unexpected file names or paths; (3) the optional --verify step will attempt to use cv2/pyzbar if available (these are not in requirements.txt), so you may need to install them if you want decoding verification; (4) as with any third-party code from an unknown source, inspect the script files yourself and run them on non-sensitive data first.
Capability Analysis
Type: OpenClaw Skill Name: qr-campaign-studio Version: 1.0.1 The skill bundle provides a legitimate set of tools for generating marketing QR codes with features like UTM tracking, batch processing, and poster composition. The implementation uses standard libraries (qrcode, pillow) and follows secure coding practices, such as using subprocess.run with argument lists to avoid shell injection and urllib.parse for safe URL construction. No evidence of data exfiltration, malicious execution, or prompt injection was found across the scripts (qr_generate.py, qr_batch.py, qr_poster.py) or documentation.
Capability Assessment
Purpose & Capability
The name/description match the included scripts: qr_generate.py, qr_batch.py, and qr_poster.py implement single and batch QR creation, UTM parameter injection, optional logo embedding, and poster composition. No unrelated permissions, environment variables, or binaries are requested.
Instruction Scope
SKILL.md's runtime instructions are focused on QR workflows and show how to create a venv and install qrcode[pil] and pillow. The scripts' behavior stays within that domain. Note: the verification routine can try to use OpenCV (cv2) or pyzbar if --verify is used, but these optional decoders are not listed in requirements.txt; verification is best-effort and optional. The batch runner invokes qr_generate.py via subprocess.run with an argv list (no shell), which is appropriate and safer than shell invocation.
Install Mechanism
No install spec is included (instruction-only), and the README recommends installing small, well-known Python packages. requirements.txt only references qrcode[pil] and pillow. No downloads from arbitrary URLs or archive extraction are present.
Credentials
The skill does not request environment variables, credentials, or config paths. All inputs are provided via CLI arguments or input files (CSV/JSON). No secrets or unrelated service tokens are required.
Persistence & Privilege
always is false and the skill is user-invocable only. The skill does not modify other skills or system-wide agent settings; it only reads/writes files in user-specified output paths.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qr-campaign-studio
  3. After installation, invoke the skill by name or use /qr-campaign-studio
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Sync latest local fixes and docs
v1.0.0
Launch public skill with clearer landing copy
Metadata
Slug qr-campaign-studio
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Qr Campaign Studio?

Generate marketing QR codes with batch output, UTM tracking links, logo embedding, and poster composition. Use when users ask 生成二维码/批量二维码/渠道追踪码/带logo二维码. Sup... It is an AI Agent Skill for Claude Code / OpenClaw, with 242 downloads so far.

How do I install Qr Campaign Studio?

Run "/install qr-campaign-studio" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Qr Campaign Studio free?

Yes, Qr Campaign Studio is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Qr Campaign Studio support?

Qr Campaign Studio is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Qr Campaign Studio?

It is built and maintained by wangziiiiii (@wangziiiiii); the current version is v1.0.1.

💬 Comments