← 返回 Skills 市场
Qr Campaign Studio
作者
wangziiiiii
· GitHub ↗
· v1.0.1
· MIT-0
242
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install qr-campaign-studio
功能描述
Generate marketing QR codes with batch output, UTM tracking links, logo embedding, and poster composition. Use when users ask 生成二维码/批量二维码/渠道追踪码/带logo二维码. Sup...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qr-campaign-studio - 安装完成后,直接呼叫该 Skill 的名称或使用
/qr-campaign-studio触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Sync latest local fixes and docs
v1.0.0
Launch public skill with clearer landing copy
元数据
常见问题
Qr Campaign Studio 是什么?
Generate marketing QR codes with batch output, UTM tracking links, logo embedding, and poster composition. Use when users ask 生成二维码/批量二维码/渠道追踪码/带logo二维码. Sup... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 242 次。
如何安装 Qr Campaign Studio?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qr-campaign-studio」即可一键安装,无需额外配置。
Qr Campaign Studio 是免费的吗?
是的,Qr Campaign Studio 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Qr Campaign Studio 支持哪些平台?
Qr Campaign Studio 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Qr Campaign Studio?
由 wangziiiiii(@wangziiiiii)开发并维护,当前版本 v1.0.1。
推荐 Skills