← 返回 Skills 市场
xejrax

Wifi Qr

作者 Xejrax · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1758
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install wifi-qr
功能描述
Generate QR code for Wi-Fi credentials
安全使用建议
This skill appears incomplete rather than malicious: it expects a 'wifi-qr' command that isn't included. Before installing or enabling it, ask the publisher for the missing wrapper or a concrete command example. If you want to proceed yourself, ensure qrencode is installed and consider running qrencode directly with a payload like: qrencode -o wifi.png "WIFI:T:WPA;S:MyNetwork;P:mypassword;;". Also be mindful that Wi‑Fi passwords are sensitive — avoid exposing them in logs or public outputs. Finally, note the install uses dnf (RPM systems) and won't install on Debian/macOS/Windows without a different package method.
功能分析
Type: OpenClaw Skill Name: wifi-qr Version: 1.0.0 The skill bundle defines a utility to generate Wi-Fi QR codes. It explicitly requires and instructs the agent to install the `qrencode` package via `dnf`, which is a standard package manager command for a legitimate tool. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. All actions and instructions are clearly aligned with the stated purpose of generating QR codes for Wi-Fi credentials.
能力评估
Purpose & Capability
The skill claims to generate Wi‑Fi QR codes and declares qrencode as a required binary, which is appropriate. However, the SKILL.md examples call a 'wifi-qr' CLI (e.g., wifi-qr "MyNetwork" "mypassword") that is not present in the bundle and not provided by qrencode itself. That mismatch means the instructions don't map cleanly to the declared dependency.
Instruction Scope
SKILL.md is instruction-only and gives example usage of a non-existent 'wifi-qr' command instead of demonstrating how to invoke qrencode (or supplying a wrapper). The file also omits where the generated QR image is written, how to name/output it, and how to handle the sensitive password (logging, stdout, file permissions). Because the instructions are vague and reference an absent executable, an agent following them may fail or attempt commands that don't exist.
Install Mechanism
The only install spec is 'dnf install qrencode' which is appropriate and low-risk (pulls from the system package manager). Note this is only suitable for RPM-based systems; no cross-platform install is provided.
Credentials
No environment variables, credentials, or config paths are requested — this is proportionate for the described functionality.
Persistence & Privilege
The skill does not request permanent presence (always: false) and uses normal autonomous invocation defaults; no elevated persistence or cross-skill configuration is requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wifi-qr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wifi-qr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug wifi-qr
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Wifi Qr 是什么?

Generate QR code for Wi-Fi credentials. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1758 次。

如何安装 Wifi Qr?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wifi-qr」即可一键安装,无需额外配置。

Wifi Qr 是免费的吗?

是的,Wifi Qr 完全免费(开源免费),可自由下载、安装和使用。

Wifi Qr 支持哪些平台?

Wifi Qr 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Wifi Qr?

由 Xejrax(@xejrax)开发并维护,当前版本 v1.0.0。

💬 留言讨论