A versatile utility to transform text and URLs into scan-ready QR codes for mobile devices and terminal interfaces.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install qr-generator
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install qr-generator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The QR Code Generator is a powerful utility within the Openclaw Skills ecosystem designed to bridge the gap between desktop development environments and mobile devices. It allows developers to quickly convert long URLs, complex strings, or authentication credentials into scannable QR code images or terminal-based ASCII art. This skill is particularly useful for debugging mobile applications or sharing resources across platforms without manual typing.
By leveraging this tool, developers can streamline their workflow by generating visual data representations that are instantly recognizable by any smartphone camera. Whether you need a high-resolution PNG for a presentation or a quick ASCII code in your terminal, this skill provides the flexibility required for modern development tasks.
To get started with this component of Openclaw Skills, ensure you have the necessary dependencies installed in your environment.
npm install qrcode
Basic usage to generate an image:
node skills/qr-generator/index.js --text "https://openclaw.ai" --output "qr_code.png"
To display a code directly in your terminal:
node skills/qr-generator/index.js --text "Hello Openclaw" --terminal
The skill handles data through a set of configurable parameters to define the output characteristics:
| Option | Type | Description |
|---|---|---|
--text |
String | The content to encode (URL, text, or data). |
--output |
File Path | The destination for PNG or SVG file generation. |
--terminal |
Flag | Triggers ASCII art output to the stdout. |
--width |
Number | Sets the image dimensions (default: 500px). |
--color-dark |
Hex String | Custom color for the QR modules (default: #000000). |
--color-light |
Hex String | Custom color for the background (default: #ffffff). |
Loading
Analyzes AI system states to identify performance plateaus and generate strategic proposals for continuous evolution.

An automated utility that converts text into high-quality AI speech and sends it as a native voice message to Feishu users or groups.

A specialized tool for sending, caching, and optimizing native Feishu stickers directly via command line or AI agents.

A professional utility for programmatically fetching transcripts, metadata, and media recordings from Feishu Minutes.

A utility for injecting inspirational or technical quotes into agent responses and logs to enhance personality.

A high-performance file reading utility designed to minimize token consumption through targeted sampling and pattern matching.








































