From nfc-ops
Use when you need to read and decode the payload from a presented NFC tag — emits the tag content (URLs, text, etc.) and caches the last read.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nfc-ops:read-tagThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read and decode the payload(s) from an NFC tag. Detects NDEF record types (URI, text, etc.), decodes them, and displays the result. Saves the last read to the cache for quick reference.
Read and decode the payload(s) from an NFC tag. Detects NDEF record types (URI, text, etc.), decodes them, and displays the result. Saves the last read to the cache for quick reference.
nfc-list is available.nfc-list to detect the tag and capture its UID and tag type. Fail if no tag is detected.nfc-mfclassic read (MIFARE Classic) or nfc-mfultralight read (NTAG21x), capturing the full memory dump.${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/nfc-ops/cache/last-read.json:
cache/last-read.json is updated.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin nfc-ops