qr-generatorGenerate QR codes from text or URL for mobile scanning.
Install via ClawdBot CLI:
clawdbot install autogame-17/qr-generatorGenerates a QR code image (PNG/SVG) or terminal output from a given text or URL.
Useful for transferring long URLs, WiFi credentials, or text snippets to mobile devices via Feishu (scan QR).
# Generate a QR code image
node skills/qr-generator/index.js --text "https://openclaw.ai" --output "qr_code.png"
# Generate to terminal (ASCII art)
node skills/qr-generator/index.js --text "Hello World" --terminal
-t, --text : The text or URL to encode (required).-o, --output : Output file path (e.g., code.png, code.svg).--terminal: Output QR code as ASCII art to the terminal.--width : Width of the image (default: 500).--color-dark : Dark color (default: #000000).--color-light : Light color (default: #ffffff).# 1. Generate QR code
node skills/qr-generator/index.js --text "https://example.com" --output "temp_qr.png"
# 2. Send to user via Feishu
node skills/feishu-image/send.js --target "ou_xxx" --file "temp_qr.png"
# 3. Clean up
rm temp_qr.png
Generated Mar 1, 2026
Generate QR codes for event attendees to scan upon arrival, linking to digital tickets or registration forms. This streamlines entry processes and reduces physical contact, ideal for conferences or workshops.
Create QR codes that encode WiFi network credentials, allowing guests or customers to connect easily by scanning with their mobile devices. This enhances user experience in hospitality or retail settings.
Embed product URLs or details into QR codes on packaging or labels, enabling consumers to access manuals, reviews, or purchase links. This supports marketing and customer engagement in retail.
Use QR codes to share links to documents or forms within teams via Feishu, facilitating quick access without typing long URLs. This improves collaboration in office environments.
Generate QR codes for payment links or invoices that customers can scan to complete transactions on mobile devices. This simplifies checkout processes in e-commerce or services.
Offer a cloud-based QR generation service with advanced features like analytics or branding, charging monthly fees per user or usage tier. This targets businesses needing scalable solutions.
Provide a free basic QR generator with limited options, then upsell premium features such as custom colors, high-resolution outputs, or API access. This attracts individual users and small businesses.
License the QR generation technology to other platforms or apps, allowing them to embed it as a feature. This generates revenue through licensing fees or revenue-sharing agreements.
💬 Integration Tip
Integrate with Feishu by automating QR generation and image sending in workflows, using scripts to handle file creation and cleanup for seamless sharing.
Extract text from PDFs with OCR support. Perfect for digitizing documents, processing invoices, or analyzing content. Zero dependencies required.
Fast local PDF parsing with PyMuPDF (fitz) for Markdown/JSON outputs and optional images/tables. Use when speed matters more than robustness, or as a fallback while heavier parsers are unavailable. Default to single-PDF parsing with per-document output folders.
Find, evaluate, and recommend ClawHub skills by need with quality filtering and preference learning.
Fetch full tweets, long tweets, quoted tweets, and X Articles from X/Twitter without login or API keys, using no dependencies and zero configuration.
Skill 查找器 | Skill Finder. 帮助发现和安装 ClawHub Skills | Discover and install ClawHub Skills. 回答'有什么技能可以X'、'找一个技能' | Answers 'what skill can X', 'find a skill'. 触发...
Common git operations as a skill (status, pull, push, branch, log)