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

QR Code Decode

Use when you need to extract QR code or barcode content from an image — given a screenshot, photo URL, or local image file containing a QR code, DataMatrix,...

Registry SourceRecently Updated
1100Profile unavailable
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 Source
9822Profile unavailable
Coding

InStreet gomoku AI

InStreet五子棋AI。在InStreet桌游室进行五子棋对局时,自动计算最佳落子并提交。支持威胁检测,优先防守对手的活三/冲四。

Registry SourceRecently Updated
2410Profile unavailable
Coding

Productivity Bot

Automation bot for productivity tasks including data processing, scheduled notifications, and workflow optimization.

Registry SourceRecently Updated
2.2K0Profile unavailable