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.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin nfc-opsThis skill uses the workspace's default tool permissions.
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.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
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.