Generate QR code for Wi-Fi credentials
Scanned 2/12/2026
Install via CLI
openskills install openclaw/skills---
name: wifi-qr
description: "Generate QR code for Wi-Fi credentials"
metadata:
{
"openclaw":
{
"emoji": "📶",
"requires": { "bins": ["qrencode"] },
"install":
[
{
"id": "dnf",
"kind": "dnf",
"package": "qrencode",
"bins": ["qrencode"],
"label": "Install via dnf",
},
],
},
}
---
# Wi-Fi QR
Generate a QR code for Wi-Fi credentials. Scan the QR code with a phone to instantly connect to the network without typing the password.
## Commands
```bash
# Generate a QR code for a Wi-Fi network (defaults to WPA)
wifi-qr "MyNetwork" "mypassword"
# Specify the security type explicitly
wifi-qr "MyNetwork" "mypassword" --type WPA
```
## Install
```bash
sudo dnf install qrencode
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.