← 返回 Skills 市场
QRCode Generator
作者
freedompixels
· GitHub ↗
· v1.0.0
· MIT-0
55
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qrcode-tool
功能描述
Generate QR codes from URLs or text. Export as PNG with customizable size. No API key required.
安全使用建议
This skill is coherent and low-risk in itself, but note: it sends whatever text you provide to api.qrserver.com as part of the request URL, so that data may be logged by the third party — do not submit passwords, private keys, or other sensitive information. If you need offline/no-network generation for privacy, use a local Python QR library (e.g., the 'qrcode' package) instead. Installing certifi is recommended for robust SSL verification. Also, the package source has no homepage listed; if provenance is important, review or obtain the script from a trusted source before use.
功能分析
Type: OpenClaw Skill
Name: qrcode-tool
Version: 1.0.0
The skill bundle is a legitimate QR code generator that uses the public api.qrserver.com service. The Python script (scripts/qrcode_generator.py) uses standard libraries and certifi for secure SSL connections, with no evidence of malicious behavior, data exfiltration, or prompt injection. The documentation (SKILL.md, README.md) clearly states the use of a third-party API and provides appropriate privacy warnings regarding the transmission of input text to that service.
能力标签
能力评估
Purpose & Capability
The name/description, SKILL.md, README, and the included script all consistently implement a QR code generator that posts data to api.qrserver.com. There are no unrelated credentials, binaries, or capabilities requested.
Instruction Scope
Runtime instructions only tell the agent/user to run the included Python script with arguments. The SKILL.md and README explicitly acknowledge that input text is sent to a third-party API. The instructions do not ask the agent to read unrelated files, environment variables, or system state.
Install Mechanism
There is no install spec; the skill is instruction-only plus a small Python script. Dependencies are limited (Python stdlib; certifi is optional). No external archives or downloads are fetched by the skill itself.
Credentials
The skill requires no environment variables, credentials, or config paths. Its network use (calling api.qrserver.com) is proportionate to its stated purpose.
Persistence & Privilege
always is false, the skill is user-invocable, and it does not request or modify agent/system persistence or other skills' configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qrcode-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/qrcode-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of QR Code Generator.
- Generate QR codes from any text or URL.
- Customize output size and margin; export as PNG.
- No API key required—uses qrserver.com public API.
- Python 3.7+ supported; requires certifi for SSL validation.
元数据
常见问题
QRCode Generator 是什么?
Generate QR codes from URLs or text. Export as PNG with customizable size. No API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 55 次。
如何安装 QRCode Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qrcode-tool」即可一键安装,无需额外配置。
QRCode Generator 是免费的吗?
是的,QRCode Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
QRCode Generator 支持哪些平台?
QRCode Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 QRCode Generator?
由 freedompixels(@freedompixels)开发并维护,当前版本 v1.0.0。
推荐 Skills