← 返回 Skills 市场
lifehackjohn

QR Password

作者 lifehackjohn · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
860
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qr-password
功能描述
Transfer credentials securely between networked and air-gapped devices using QR codes without exposing passwords or storing data persistently.
安全使用建议
This skill appears coherent and implements an air-gapped QR credential flow. Before installing: (1) verify you trust the skill source and review the included scripts (they are small and local); (2) install Python deps in a controlled environment (pip will access the network to fetch packages); (3) ensure your agent/platform actually enforces the SKILL.md rules (deleting files, not logging secrets, auto-hiding canvas) because the skill's safety depends on runtime behavior; (4) avoid pasting QR images or decoded credentials into networked chats or services; and (5) if you need stronger assurance, run the scripts locally on an isolated device or inspect the pip packages' provenance before use.
功能分析
Type: OpenClaw Skill Name: qr-password Version: 1.0.0 The OpenClaw AgentSkills skill bundle 'qr-password' is designed for air-gapped credential transfer via QR codes. The code and documentation consistently emphasize security best practices, including explicit instructions in `SKILL.md` for the agent to never log credentials, redact passwords, auto-clear canvas displays, delete QR images after use, and never store decoded credentials in files. The `assets/qr-generator.html` is self-contained and explicitly states it works offline without network connections. The Python scripts (`generate-qr.py`, `read-qr.py`, `qr-format.py`) use standard libraries for their stated purpose and do not exhibit any signs of data exfiltration, malicious execution, persistence, or obfuscation. While potential vulnerabilities could arise from an agent's failure to sanitize user-provided input when constructing commands for the skill (e.g., shell injection via file paths or JSON content), this represents a vulnerability in the agent's interaction layer rather than malicious intent within the skill itself. The skill's design and instructions are aligned with its stated purpose and prioritize secure handling of sensitive data.
能力评估
Purpose & Capability
Name/description match the included scripts and assets: generate-qr.py, read-qr.py, qr-format.py, and an offline HTML generator implement bidirectional QR transfer; no unrelated libraries, env vars, or host endpoints are requested.
Instruction Scope
SKILL.md stays on-topic (generate/display/delete QR images; decode images; use offline HTML). It mandates important runtime hygiene (redaction, ephemeral files, auto-hide). This is appropriate but enforces policies at the agent/runtime level — the skill cannot itself force deletion or prevent history logging if the agent/platform doesn't comply, so the user must ensure the agent honors those rules.
Install Mechanism
No install spec in the registry; code is provided directly. Declared Python dependencies (qrcode, Pillow, opencv-python-headless) are typical for this functionality. No downloads from arbitrary URLs or extract operations are present.
Credentials
The skill requests no environment variables, credentials, or config paths. The dependencies are proportional to generating/reading QR images. No unrelated secrets are requested.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills/configuration. It relies on transient files and the agent to remove them, which is normal for this use case.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qr-password
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qr-password 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: generate QR codes from credentials, read them back from images. Round-trip tested.
元数据
Slug qr-password
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

QR Password 是什么?

Transfer credentials securely between networked and air-gapped devices using QR codes without exposing passwords or storing data persistently. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 860 次。

如何安装 QR Password?

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

QR Password 是免费的吗?

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

QR Password 支持哪些平台?

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

谁开发了 QR Password?

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

💬 留言讨论