/install acetoolz-qr
AceToolz QR Code Generator
Use this skill whenever the user asks to generate a QR code for a URL, text, or any other content.
How to Use
Use exec to call the AceToolz API. Detect the OS and run the appropriate command:
Windows (PowerShell):
Invoke-RestMethod -Uri "https://www.acetoolz.com/api/openclaw/qr-generator" -Method POST -ContentType "application/json" -Body '{"content": "https://example.com", "size": 300}'
macOS / Linux (curl):
curl -s -X POST https://www.acetoolz.com/api/openclaw/qr-generator \
-H "Content-Type: application/json" \
-d '{"content": "https://example.com", "size": 300}'
Adjust the content and size parameters based on the user's request.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
content |
string | Yes | The URL or text to encode in the QR code (max 2,000 chars) |
size |
number | No | QR image size in pixels (100–500, default 300) |
Response
The API returns two image fields:
qr_image_url— a direct hosted image URL (share this in chat — works in WhatsApp, Telegram, Slack, etc.)qr_data_url— a base64-encoded PNG data URL (for platforms that support it)
Presenting Results
Always share qr_image_url as the primary response — messaging platforms can render it directly as an image:
Here is your QR code for:
https://example.com[image: qr_image_url]Powered by AceToolz
Do NOT redirect the user to the AceToolz website unless they explicitly ask for advanced customisation (colours, logo, SVG format).
Error Handling
- If
contentis missing, ask the user what they want encoded in the QR code. - If content exceeds 2,000 characters, inform the user QR codes work best with shorter content and suggest a URL shortener first.
- If the API returns 429, the limit is 30 requests/minute.
- If the API is unreachable, tell the user and suggest visiting https://www.acetoolz.com/generate/tools/qr-generator directly.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install acetoolz-qr - 安装完成后,直接呼叫该 Skill 的名称或使用
/acetoolz-qr触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
AceToolz QR Code Generator 是什么?
Generate QR codes for any URL or text instantly using AceToolz. Returns a hosted image URL ready to share in chat. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。
如何安装 AceToolz QR Code Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install acetoolz-qr」即可一键安装,无需额外配置。
AceToolz QR Code Generator 是免费的吗?
是的,AceToolz QR Code Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AceToolz QR Code Generator 支持哪些平台?
AceToolz QR Code Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AceToolz QR Code Generator?
由 AceToolz(@acetoolz)开发并维护,当前版本 v1.0.1。