← Back to Skills Marketplace
Near Qr Skill
by
ussyalfaks
· GitHub ↗
· v1.0.0
755
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install near-qr-skill
Description
Generate QR codes for NEAR addresses and payment requests, and read NEAR QR codes from images.
Usage Guidance
This package appears to do exactly what it says: create and read NEAR QR codes locally. Before installing, consider: 1) Install in a Python virtual environment to contain dependency installation (pip install -r requirements.txt). 2) You will likely need the zbar system library (README explains how). 3) The tool writes PNG files to disk and reads image files you provide — avoid processing untrusted inputs if you worry about malformed images. 4) There are no network calls or credential requests in the code, but since pip installs packages from PyPI you should only install on systems you control or review the installed packages if provenance is a concern. 5) If you want stronger assurance, inspect the included near_qr.py file locally or run the provided tests in a sandboxed environment.
Capability Analysis
Type: OpenClaw Skill
Name: near-qr-skill
Version: 1.0.0
The OpenClaw skill 'near-qr-skill' is designed to generate and read QR codes for NEAR Protocol addresses and payment requests. The code in `near_qr.py` and the instructions in `SKILL.md` and `README.md` strictly adhere to this stated purpose. There is no evidence of malicious intent, such as data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts against the AI agent. File operations are limited to saving and loading image files for QR codes, and dependencies (`qrcode`, `Pillow`, `pyzbar`) are standard for this functionality.
Capability Assessment
Purpose & Capability
Name/description match the included files. The Python module builds NEAR URIs, generates QR images, adds labels, and decodes QR images. Tests and README align with this functionality. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md instructs installing requirements and running the CLI to generate/read QR images. The runtime instructions and code perform expected local file I/O (save PNGs, read image files). Reading QR codes requires pyzbar and the system zbar library; the SKILL.md and README note this. There are no instructions to read unrelated system files, exfiltrate data, or call remote endpoints.
Install Mechanism
This is instruction-only (no packaged install spec). It uses pip with requirements.txt (qrcode[pil], Pillow, pyzbar) — standard PyPI packages. The README notes the additional system dependency (zbar). Installing packages from PyPI and system libs runs code on your machine (typical risk); there are no downloads from arbitrary URLs or extract steps in the bundle.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not require access to unrelated secrets or services.
Persistence & Privilege
Skill does not request permanent/always-on presence and uses the normal, user-invoked CLI. It does not modify other skills or system-wide agent configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install near-qr-skill - After installation, invoke the skill by name or use
/near-qr-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of near-qr-code skill.
- Generate QR codes for NEAR account addresses.
- Create QR codes for NEAR payment requests, including recipient, amount, and optional memo.
- Read and decode NEAR QR codes from image files, extracting address or payment details as JSON.
- Includes command-line interface for all functions.
Metadata
Frequently Asked Questions
What is Near Qr Skill?
Generate QR codes for NEAR addresses and payment requests, and read NEAR QR codes from images. It is an AI Agent Skill for Claude Code / OpenClaw, with 755 downloads so far.
How do I install Near Qr Skill?
Run "/install near-qr-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Near Qr Skill free?
Yes, Near Qr Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Near Qr Skill support?
Near Qr Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Near Qr Skill?
It is built and maintained by ussyalfaks (@ussyalfaks); the current version is v1.0.0.
More Skills