← 返回 Skills 市场
sebastienb

QRdex

作者 sebastienb · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1694
总下载
3
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qrdex
功能描述
Create, manage, and track QR codes using the QRdex.io REST API. Use when working with QR code generation, URL shortening with QR codes, WiFi QR codes, email/SMS/WhatsApp QR codes, scan tracking, or any QRdex.io operations. Supports all QR types (url, email, telephone, sms, whatsapp, wifi) with customizable colors and shapes.
安全使用建议
This skill appears to implement the advertised QRdex API features, but proceed cautiously: (1) The SKILL.md requires QRDEX_API_KEY, yet the registry metadata does not declare any required credentials — treat that as a red flag and avoid providing keys until you verify. (2) There's a bundled Python script (scripts/qrdex_api.py) but no install/dependency spec; review that file to confirm it only talks to qrdex.io and does not exfiltrate data to other hosts. (3) The skill source/homepage is unknown — prefer skills with a verifiable homepage or repo. (4) If you install, use a scoped API key with minimal permissions and consider disabling autonomous model invocation (or require explicit user confirmation) if you do not want the model to create/update/delete QR codes on its own.
功能分析
Type: OpenClaw Skill Name: qrdex Version: 1.0.0 The skill is designed to interact with the QRdex.io REST API for managing QR codes. All network requests, both in the `SKILL.md` examples and the `scripts/qrdex_api.py` script, are directed solely to `https://qrdex.io/api/v1`. The API key (`QRDEX_API_KEY`) is securely retrieved from environment variables and used only for authentication with the intended service. File operations are limited to saving downloaded QR images, which is a legitimate function of the skill. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
The SKILL.md and scripts/qrdex_api.py are consistent with a QRdex.io integration (creating/listing/updating/deleting QR codes). However, the registry metadata did not declare the primary credential (QRDEX_API_KEY) even though the instructions explicitly require it — that omission is inconsistent and should be corrected.
Instruction Scope
The runtime instructions stick to interacting with the QRdex API (curl examples and a Python CLI). They do not request unrelated system files, other credentials, or external endpoints beyond qrdex.io. Error handling and rate-limit guidance are specific to the API.
Install Mechanism
This is an instruction-only skill with a bundled Python script and no install spec. That is workable, but there's no declared dependency list or install steps (e.g., Python package requirements). The absence of an install spec is a minor coherence issue — reviewers should inspect scripts/qrdex_api.py for runtime imports (requests, etc.) and confirm dependencies.
Credentials
SKILL.md requires an API key via the QRDEX_API_KEY environment variable, which is proportionate to the stated purpose. But the skill's registry metadata does not list any required env vars or primary credential — this mismatch is concerning because it hides the fact that a secret (API key) is needed and will be used by the skill.
Persistence & Privilege
The skill does not set always:true and does not declare disableModelInvocation, so it is model-invocable by default. That is typical for integration skills, but combined with the API key usage it means the model could call the QRdex API autonomously if allowed — the user should be aware that the skill can perform create/update/delete operations against the account tied to the API key.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qrdex
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qrdex 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Full QRdex.io API support (url, email, wifi, sms, whatsapp, telephone). Includes Python CLI client and API reference.
元数据
Slug qrdex
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

QRdex 是什么?

Create, manage, and track QR codes using the QRdex.io REST API. Use when working with QR code generation, URL shortening with QR codes, WiFi QR codes, email/SMS/WhatsApp QR codes, scan tracking, or any QRdex.io operations. Supports all QR types (url, email, telephone, sms, whatsapp, wifi) with customizable colors and shapes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1694 次。

如何安装 QRdex?

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

QRdex 是免费的吗?

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

QRdex 支持哪些平台?

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

谁开发了 QRdex?

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

💬 留言讨论