From nfc-ops
Use when you need to diagnose a tag's hardware properties, lock state, memory layout, and capacity — before attempting a write or to troubleshoot a failed operation.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin nfc-opsThis skill uses the workspace's default tool permissions.
Deep inspection of an NFC tag's hardware properties, memory layout, lock state, and capacity. Useful for diagnosing why writes fail or whether a tag is locked/read-only.
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.
Deep inspection of an NFC tag's hardware properties, memory layout, lock state, and capacity. Useful for diagnosing why writes fail or whether a tag is locked/read-only.
nfc-list is available.nfc-list to detect the tag. Capture UID and initial type classification. Fail if no tag is detected.nfc-mfultralight info or equivalent to read:
nfc-mfclassic info or mfoc -O dump.bin to read:
mfoc can brute-force known keys).mfoc to brute-force MIFARE Classic keys, inform the user that this may take 30–60 seconds. Only attempt if the user explicitly asks or if a write failed due to authentication.password-protect if the user owns the tag.