技能详情(站内镜像,无评论)
作者:Anis Afifi @anisafifi
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v0.1.0
统计:⭐ 0 · 1.2k · 6 current installs · 6 all-time installs
⭐ 0
安装量(当前) 6
🛡 VirusTotal :良性 · OpenClaw :良性
Package:anisafifi/qr-code-generator
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill implements a local QR-code generator that matches its description; it requests no credentials and contains no network/exfiltration behavior — the only oddity is an unnecessary mention of installing an OpenClawCLI dependency in the docs.
目的
The code and documentation implement QR generation features (URLs, WiFi, vCard, batch, colors, logos, multiple formats) consistent with the skill name and description. The SKILL.md repeatedly states a prerequisite to 'Install OpenClawCLI (clawhub.ai)', but the included scripts do not call or depend on any OpenClawCLI APIs or binaries — this prerequisite appears unnecessary or misplaced.
说明范围
Runtime instructions in SKILL.md are limited to installing Python packages, running scripts, and reading local input files (txt/csv/json) to generate QR images. The instructions reference only local files and standard CLI options; there are no steps that collect system secrets, read unrelated config files, or transmit data to external endpoints.
安装机制
This is instruction-only (no platform install spec). Dependencies are standard PyPI packages (qrcode[pil], segno, Pillow) declared in requirements.txt and referenced in the README; no remote arbitrary downloads or archive extraction are used. Risk is typical for running third‑party Python code locally.
证书
The skill requests no environment variables, no credentials, and no config paths. That matches the stated functionality. The only environment guidance is to use a virtualenv to avoid modifying system Python, which is reasonable.
持久
The skill is not forced always-on, does not ask to persist credentials or modify other skills, and contains no autonomous invocation directives. It runs as a local CLI script when invoked.
综合结论
This skill appears internally consistent and implements a local QR-code generator. Before installing or running it: (1) verify the source — the package lists no homepage and the README references 'clawhub.ai' but the code does not use it; ask the publisher why OpenClawCLI is mentioned. (2) Run in a Python virtual environment to avoid changing system packages. (3) Inspect any logo or batch input files you feed the script (it will read local fil…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Qr Code Generator」。简介:Use this skill when users need to create QR codes for any purpose. Triggers inc…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/anisafifi/qr-code-generator/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。