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 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
0262
Profile 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 SourceRecently Updated
198
Profile unavailable
Coding

Agent Reach Setup

提供Agent Reach 1.3.0的完整安装与配置流程,支持7个核心渠道和常见问题诊断,适用于OpenClaw和Claude Code环境。

Registry SourceRecently Updated
0327
Profile unavailable