HomeBrowseUpload
← Back to registry
// Skill profile

RFID — Radio-Frequency Identification Reference

name: "rfid"

by bytesagain3 · published 2026-03-22

开发工具数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:bytesagain3/bytesagain3-rfid
View on GitHub
// Full documentation

---

name: "rfid"

version: "1.0.0"

description: "RFID technology reference — tag types, frequency bands, read ranges, EPC standards, inventory tracking. Use when designing RFID systems, selecting tags/readers, or implementing warehouse tracking solutions."

author: "BytesAgain"

homepage: "https://bytesagain.com"

source: "https://github.com/bytesagain/ai-skills"

tags: [rfid, nfc, epc, tag, reader, inventory, tracking, logistics]

category: "logistics"

---

# RFID — Radio-Frequency Identification Reference

Quick-reference skill for RFID technology, standards, and implementation.

When to Use

  • Selecting RFID tags and readers for warehouse or retail
  • Understanding frequency bands and read range trade-offs
  • Implementing EPC/SGTIN encoding for supply chain
  • Designing RFID read zones and antenna placement
  • Comparing RFID vs barcode for inventory management
  • Commands

    `intro`

    scripts/script.sh intro

    Overview of RFID — how it works, components, active vs passive.

    `frequencies`

    scripts/script.sh frequencies

    Frequency bands — LF, HF, UHF, microwave, read range, use cases.

    `tags`

    scripts/script.sh tags

    Tag types — passive, semi-passive, active, inlays, hard tags, form factors.

    `standards`

    scripts/script.sh standards

    Standards — EPC Gen2, ISO 18000, NFC (ISO 14443/15693), GS1 encoding.

    `readers`

    scripts/script.sh readers

    Readers and antennas — fixed, handheld, portal, sensitivity, protocols.

    `applications`

    scripts/script.sh applications

    Applications — retail, warehouse, asset tracking, access control, healthcare.

    `challenges`

    scripts/script.sh challenges

    Challenges — metal/liquid interference, collision, privacy, cost analysis.

    `checklist`

    scripts/script.sh checklist

    RFID implementation planning checklist.

    `help`

    scripts/script.sh help

    `version`

    scripts/script.sh version

    Configuration

    | Variable | Description |

    |----------|-------------|

    | `RFID_DIR` | Data directory (default: ~/.rfid/) |

    ---

    *Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band