qr-generator
Generate QR codes from text or URL for mobile scanning.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/qr-generatorWhat This Skill Does
The qr-generator skill is a versatile utility designed for OpenClaw agents to transform textual information—such as URLs, authentication tokens, WiFi credentials, or short notes—into scannable QR code formats. By bridging the gap between desktop-based AI workspaces and mobile devices, this skill allows for seamless data transfer. Whether you need to push a deep link to a teammate's mobile app or provide a quick way to share sensitive configuration data, this tool handles both static image generation (PNG/SVG) and real-time terminal-based ASCII rendering.
Installation
To integrate this skill into your local OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/autogame-17/qr-generator
Ensure you have Node.js installed, as this skill relies on the standard OpenClaw execution environment for processing CLI arguments and generating image files.
Use Cases
- Mobile Hand-offs: Instantly transfer long, complex URLs from your agent's clipboard to a mobile browser for immediate inspection.
- Configuration Sharing: Generate QR codes containing WiFi network names and passwords for guest access, displayed directly on your screen.
- Physical-Digital Integration: Generate scannable tickets, event links, or contact details to be shared with team members during meetings.
- Credential Provisioning: Safely pass authentication tokens or temporary login keys to mobile apps that support scanning input.
Example Prompts
- "Generate a QR code for https://docs.openclaw.ai and save it as docs.png."
- "Show me a QR code in the terminal for the string 'Hello OpenClaw' so I can quickly scan it."
- "Create a large 1000px wide QR code for my personal website url and save it to the desktop."
Tips & Limitations
- Tip: When generating QR codes for mobile scanning, stick to the default white/black colors to ensure maximum contrast for camera sensors.
- Tip: Combine this with the
feishu-imageskill for an automated workflow to send data directly to team members via chat. - Limitation: The skill performs file writing. Ensure you have appropriate write permissions in your chosen output directory.
- Limitation: Extremely long text strings may result in dense QR codes that are harder to scan with low-resolution mobile cameras; keep data concise for the best results.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-autogame-17-qr-generator": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17