bulk-password-update

Rotate NFC tag passwords from a CSV with resumable progress.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/danielrosehill/Claude-NFC-Ops-Plugin --skill bulk-password-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bulk-password-update
Source: https://github.com/danielrosehill/Claude-NFC-Ops-Plugin/tree/main/skills/bulk-password-update
Command: npx skills add https://github.com/danielrosehill/Claude-NFC-Ops-Plugin --skill bulk-password-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the process of updating or rotating NFC tag passwords across batches, reducing manual errors and saving time.

Core Features & Use Cases

  • Verifies UID matches from a CSV for each tag to prevent cross-tag password changes.
  • Authenticates with the old password and applies the new one, with resumable progress tracking.
  • Logs updates to a structured audit trail without exposing passwords, and supports per-row retries.

Quick Start

Provide a CSV with uid, old_password, and new_password, then run the batch to rotate passwords across all tags.

Frequently Asked Questions about bulk-password-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bulk update NFC tag passwords using a CSV file?

To bulk update NFC tag passwords, you provide a CSV containing uid, old_password, and new_password columns. The workflow verifies each UID, authenticates the old password, and applies the new password with human-in-the-loop oversight.

What is the safest way to rotate passwords across batches of NFC tags?

The safest way to rotate NFC tag passwords is verifying each UID against your CSV before authentication to prevent cross-tag updates. It logs updates to an audit trail without exposing passwords and supports per-row retries.

Can I resume a bulk NFC password rotation if the process gets interrupted?

Yes, you can resume an interrupted bulk NFC password rotation. The workflow supports resumable progress tracking via a <csv>.progress.json sidecar file, allowing you to continue safely from where the interruption occurred.

How do I prevent accidental cross-tag password changes during NFC updates?

To prevent accidental cross-tag password changes during NFC updates, the workflow verifies the UID from your CSV for each tag before attempting authentication. This ensures passwords are only applied to matching tags.

Does NFC password rotation log old or new credentials in the audit trail?

No, NFC password rotation logs updates to a structured audit trail without exposing passwords. This ensures your credential rotation history is tracked securely without compromising the new or old authentication keys.

What do I need to prepare before automating NFC tag password management?

Before automating NFC tag password management, you need a CSV with uid, old_password, and new_password columns. You also need a human-in-the-loop workflow to physically interact with the NFC tags during the rotation process.