Generate Qr Code Amzulin
Skill by amzulin
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/amzulin/generate-qr-code-amzulinWhat This Skill Does
The Generate QR Code Amzulin skill is a highly efficient utility designed for OpenClaw agents to transform textual data, website URLs, or network credentials into functional QR code imagery. It simplifies the process of data sharing by allowing users to instantly generate visually scannable codes. Whether you need to share a landing page, distribute WiFi connection credentials, or convert a long string of contact info into a portable image, this tool handles the heavy lifting. The skill supports advanced customizations including adjustable pixel dimensions, custom color schemes, and user-specified file paths for organized storage on your local machine.
Installation
To integrate this capability into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/amzulin/generate-qr-code-amzulin
Ensure that you have Python environments configured and the necessary system permissions to allow the script to write files to your preferred directory. If dependencies like qrcode or Pillow are missing, the agent will attempt an automatic installation; if that fails, please perform a manual install using pip install qrcode pillow.
Use Cases
- Marketing & Content: Quickly generate QR codes for social media URLs or promotional links to be used in flyers.
- Network Management: Generate secure WiFi credentials for guests without needing to share plain-text passwords.
- Inventory & Organization: Convert serial numbers or inventory codes into scannable formats for faster logging.
- Workflow Automation: Streamline data transfer from the terminal or chat interface directly into an accessible image format.
Example Prompts
- "Generate a QR code for https://openclaw.ai and save it to my downloads folder."
- "Create a 500px black QR code for my WiFi: name is Office_Guest, password is Secure123."
- "Make a red QR code containing the text 'Welcome to the team' and save it to my desktop."
Tips & Limitations
When using this skill, always ensure the input string is not excessively long, as extremely dense data can make the resulting QR code difficult to scan. For WiFi QR codes, please strictly follow the specified format (WIFI:S:name;T:type;P:password;;) to ensure compatibility with mobile scanners. If the agent reports a lack of permissions, ensure the target path is not a system-protected folder or read-only directory. The tool relies on standard library implementations, ensuring stability and rapid performance for everyday tasks.
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-amzulin-generate-qr-code-amzulin": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write