← 返回 Skills 市场
hinisal

qrcode-remote

作者 hiNISAL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
321
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qrcode-remote-skills
功能描述
Generate and decode QR codes using CaoLiao QR Code API. Use when the user wants to create a QR code from text/URL, decode/read QR code content from an image,...
安全使用建议
This skill generally does what it promises (generate and decode QR codes), but consider these points before installing: - Auto-install: The agent will run 'pip install -r requirements.txt' or 'npm install' automatically on first use. That modifies your environment and pulls packages from PyPI/npm. If you prefer, run those installs yourself in a controlled environment first. - Privacy: Decoding prefers local libraries but will upload images to the third-party API (https://api.2dcode.biz) when local decoding fails or when you choose API flows. Don't feed sensitive images you don't want transmitted to external servers. - File overwrite: Batch decode scripts write results back into the original CSV/XLSX files (and batch generate may write many image files). Back up user files before running batch operations. - Local execution risks: Scripts download arbitrary URLs and follow redirects. Only process inputs (URLs/files) you trust. If you still want to use the skill, test it first in an isolated environment, review requirements.txt/package.json, and run dependency installation manually so you can inspect what gets installed.
功能分析
Type: OpenClaw Skill Name: qrcode-remote-skills Version: 1.0.0 The skill bundle provides legitimate QR code generation and decoding functionality using local libraries (zxingcpp, qrcode) and a remote API (api.2dcode.biz). The implementation includes both Python and Node.js scripts (e.g., scripts/batch_decode.py, scripts/batch_generate.js) that handle single and batch processing of images, CSVs, and Excel files. While the instructions in SKILL.md direct the agent to automatically install dependencies and the scripts send data to a third-party API for decoding (as stated in the documentation), there is no evidence of malicious intent, unauthorized data exfiltration, or hidden backdoors.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md: scripts generate QR URLs/images and decode images locally with a remote API (CaoLiao / api.2dcode.biz) as fallback. The requested code and dependencies are coherent with those capabilities (qrcode, zxingcpp, qr-scanner-wechat, xlsx, etc.).
Instruction Scope
Runtime instructions include auto-installing dependencies and running local scripts that will: download images from arbitrary URLs, upload images/files to a third-party API for decoding, create directories, and overwrite input CSV/XLSX files (batch decode writes results back to the original file). These actions go beyond passive read-only operations and have privacy and data-integrity implications.
Install Mechanism
There is no declared install spec; instead SKILL.md instructs the agent to run 'pip install -r requirements.txt' or 'npm install' automatically at first use without asking the user. Installing packages at runtime is moderate risk (pulls code from PyPI/npm), may require native builds (sharp, zxingcpp), and can fail or change system state.
Credentials
The skill requests no environment variables or credentials. Network calls are only to the CaoLiao API (api.2dcode.biz) and to arbitrary image URLs provided by the user, which is consistent with QR decoding/generation functionality.
Persistence & Privilege
The skill is not set to always:true and does not request special agent-wide privileges, but it will install dependencies, create files/directories, download and write images to disk, and overwrite input files during batch operations. Those are legitimate for this use case but are privileged actions the user should authorize explicitly.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qrcode-remote-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qrcode-remote-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release.
元数据
Slug qrcode-remote-skills
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

qrcode-remote 是什么?

Generate and decode QR codes using CaoLiao QR Code API. Use when the user wants to create a QR code from text/URL, decode/read QR code content from an image,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 321 次。

如何安装 qrcode-remote?

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

qrcode-remote 是免费的吗?

是的,qrcode-remote 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

qrcode-remote 支持哪些平台?

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

谁开发了 qrcode-remote?

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

💬 留言讨论