qr-generator

A precision utility to generate QR code images from URLs or text using Python.

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 "qr-generator" with this command: npx skills add mrahil123/qr-code-generator-skill

QR Code Generator Skill

This skill empowers the OpenClaw agent to generate and save QR code images locally.

Logic & Constraints

  • Library: Uses the qrcode Python library with Pillow (PIL) support.
  • Output Format: High-resolution PNG.
  • Default Path: If no path is specified, save to the current working directory as qrcode.png.
  • Error Handling: If qrcode is missing, the agent should first attempt pip install qrcode[pil].

Execution Instructions

When the user requests a QR code, execute a Python one-liner to perform the generation.

Implementation Template:

python3 -c "import qrcode; img = qrcode.QRCode(version=1, box_size=10, border=5); img.add_data('USER_TEXT_HERE'); img.make(fit=True); img.make_image(fill_color='black', back_color='white').save('FILE_NAME.png')"

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 Generator

Generate QR codes for text, URLs, WiFi connections, and business cards (vCard). Use when: (1) creating QR codes for websites or text, (2) generating WiFi con...

Registry SourceRecently Updated
4980Profile unavailable
Security

SwipeNode Web Extractor

Give your agent the superpower to read the modern web without getting blocked by Cloudflare. Extracts clean JSON, saves 98% of LLM tokens, and executes zero...

Registry Source
2921Profile unavailable
Coding

Find Skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express...

Registry SourceRecently Updated
2250Profile unavailable
Coding

aiXplain Agent Builder

Design and deploy aiXplain agents with conservative defaults, read-only discovery first, and explicit approval gates for higher-risk actions.

Registry SourceRecently Updated
280Profile unavailable