generate-qrcode

Generate QR codes from URLs or text using a pre-built Python script with qrcode library

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "generate-qrcode" with this command: npx skills add whubbt/qrcode-gen-yn

QR Code Generator

Generate QR codes from URLs or text using a pre-built Python script.

Usage

IMPORTANT: Use the existing Python script, don't write inline code.

python3 ~/.openclaw/skills/generate-qrcode/agent.py "<URL or text>" <output_path>

Examples

Generate QR code for a URL:

python3 ~/.openclaw/skills/generate-qrcode/agent.py "https://www.baidu.com" ~/Desktop/baidu_qr.png

Generate QR code for text:

python3 ~/.openclaw/skills/generate-qrcode/agent.py "Hello World" ~/Desktop/hello.png

Output

  • PNG image file with QR code
  • Default size: 10x10 boxes per module
  • 4-box border

Requirements

  • Python 3.x
  • qrcode library (pre-installed)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

QRCode

Generate styled QR codes (SVG/PNG/JPG) from user input. Supports custom module color, background, dot shape and eye shape, and many output options.

Registry SourceRecently Updated
2478
Profile unavailable
Coding

Scrapling Fetch

支持自动绕过 Cloudflare Turnstile 和微信公众号反爬机制的网页内容抓取工具,输出干净Markdown或纯文本。

Registry SourceRecently Updated
Coding

workflow-migrate

Migrate N8N/Zapier/Make workflows to production-grade Python or Node.js scripts. Given a workflow description or paste, rewrites automation logic with retry,...

Registry SourceRecently Updated
0155
Profile unavailable