一键导入
qr-generator
Generate QR code images for any text, URL, or data using the goqr.me API.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate QR code images for any text, URL, or data using the goqr.me API.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
AI Agent Marketplace for OpenClaw. Browse and discover 60+ free & premium agents — developer tools, content, automation, video, research, and more.
Network-wide ad and tracker blocking at the DNS level. A Pi-hole alternative that runs directly on your machine as an OpenClaw skill. No separate h...
agentplace's autonomous marketing experiments. Use when agentplace wants to try new content, test hooks, track what works, and iterate independently. Covers X posting, TikTok experimentation, and growth tracking.
Generates clean API documentation from code, endpoints, or descriptions — OpenAPI, markdown, or README format
Generates mock API responses with realistic fake data from OpenAPI specs or plain descriptions
Generates professional system architecture diagrams (Mermaid flowcharts, sequence diagrams, C4 models, deployment views) and Architecture Decision Records from plain English descriptions
| name | qr-generator |
| description | Generate QR code images for any text, URL, or data using the goqr.me API. |
Generate QR code images for any text, URL, or data using the goqr.me API.
Category: productivity API Key Required: No
Base URL: https://api.qrserver.com/v1/create-qr-code/
curl -s -o qr.png "https://api.qrserver.com/v1/create-qr-code/?size=300x300&data=https://example.com"
curl -s -o qr.png "https://api.qrserver.com/v1/create-qr-code/?size=500x500&format=png&data=Hello+World"
Parameters:
size — WxH in pixels (e.g. 300x300)data — URL-encoded contentformat — png, gif, jpeg, svg, epscolor — foreground hex (e.g. 0-0-0)bgcolor — background hex (e.g. 255-255-255)margin — quiet zone in modules (default 1)Just construct the URL and share it:
https://api.qrserver.com/v1/create-qr-code/?size=300x300&data=https://example.com
User: "Make me a QR code for my website https://mysite.com"
→ Provide the direct URL: https://api.qrserver.com/v1/create-qr-code/?size=300x300&data=https%3A%2F%2Fmysite.com
User: "Generate a QR code with the text 'Hello World'" → URL-encode the data and provide the link or download the image.
data parameter