← Back to Skills Marketplace
Rfid
by
bytesagain3
· GitHub ↗
· v1.0.0
· MIT-0
165
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install rfid
Description
RFID technology reference — tag types, frequency bands, read ranges, EPC standards, inventory tracking. Use when designing RFID systems, selecting tags/reade...
Usage Guidance
This skill appears coherent and benign: it prints RFID reference material via a bundled shell script and asks no secrets or external installs. Before enabling, you may: (1) quickly inspect scripts/script.sh (already included) to confirm there are no unexpected network calls or file writes beyond ~/.rfid, (2) run it in a sandbox or limited account if you want extra assurance, and (3) note that executing any shipped script runs code on your system — review it whenever you install third‑party skills.
Capability Analysis
Type: OpenClaw Skill
Name: rfid
Version: 1.0.0
The 'rfid' skill is a purely informational reference tool providing data on RFID technology, standards, and applications. The core logic in `scripts/script.sh` consists entirely of static text output via heredocs, with no network activity, file system modifications, or suspicious command execution.
Capability Assessment
Purpose & Capability
The name/description (RFID reference) match the provided files: SKILL.md documents use-cases and the included scripts/script.sh provides command entry points that print RFID reference material. There are no unrelated credentials, binaries, or cloud integrations requested.
Instruction Scope
SKILL.md instructs the agent to run local script commands (e.g., scripts/script.sh intro). The instructions do not ask the agent to read unrelated system files, exfiltrate data, or call external endpoints. The only configuration mentioned is RFID_DIR (default ~/.rfid/), which is reasonable for a local data directory.
Install Mechanism
There is no install spec or external downloads; the skill is instruction-only plus a bundled shell script. That means code execution will be local (the provided script), which is expected for this type of skill and avoids network-based install risks.
Credentials
The skill declares no required environment variables or credentials. The referenced RFID_DIR (default ~/.rfid/) is a proportionate local configuration path for storing documentation or small caches if the script uses it.
Persistence & Privilege
always is false and the skill does not request elevated or permanent agent privileges. It may create or use a local ~/.rfid directory (per SKILL.md), which is reasonable for a reference/utility skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rfid - After installation, invoke the skill by name or use
/rfid - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Rfid?
RFID technology reference — tag types, frequency bands, read ranges, EPC standards, inventory tracking. Use when designing RFID systems, selecting tags/reade... It is an AI Agent Skill for Claude Code / OpenClaw, with 165 downloads so far.
How do I install Rfid?
Run "/install rfid" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Rfid free?
Yes, Rfid is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Rfid support?
Rfid is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Rfid?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v1.0.0.
More Skills