Wifiwand
Description
A command line tool to manage Ubuntu Linux and macOS wifi, including an interactive shell
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README

WifiWand
Installation
**Requirements:** Ruby >= 3.2.0
To install this software, run:
`gem install wifi-wand`
**Note for macOS users:** macOS may ship with an older Ruby version (or no Ruby at all on recent releases). If you get an installation error about the Ruby version, install a modern Ruby (e.g. `brew install ruby`).
Ruby < 3.2 is unsupported
Ruby versions older than 3.2 are unsupported because the source code uses modern Ruby syntax and APIs. If your system Ruby is too old, install a modern Ruby before installing `wifi-wand` (the gem name).
JRuby Compatibility
The test suite passes on JRuby, and to the best of our knowledge the project is fully JRuby-compatible. If you encounter any JRuby-specific issues, please open a GitHub issue, including as much detail as possible.
Optional Dependency for QR Codes
- To use the
wifiwand qrcommand for generating Wi‑Fi QR codes, installqrencode.- macOS:
brew install qrencode - Ubuntu:
sudo apt install qrencode
- macOS:
Security Notes
`WifiWand` is intended for individual users on machines they control. Some workflows can expose WiFi passwords to local surfaces such as shell history, process listings, verbose output, terminal scrollback, and generated QR code files. See **[Security Notes](docs/SECURITY_NOTES.md)** for the full list of potential exposure points and practical precautions.
🐧 Note for Ubuntu Users
Ubuntu support requires **NetworkManager** (standard on Ubuntu Desktop). `WifiWand` uses `nmcli`, `iw`, and `ip` to manage WiFi. These are typically pre-installed on Ubuntu systems.
⚠️ Important for macOS Users (14+)
**On macOS 14 or later, install the macOS helper application after gem installation:**
wifiwand-macos-setup
This installs the `wifiwand-helper` helper application and grants the Location Services permission needed for unredacted WiFi network names. Without the helper applic
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development