Validate and format passport or identity document data. Use when checking fields, validating numbers, generating fixtures, linting records.
--- name: "Passport" description: "Validate and format passport or identity document data. Use when checking fields, validating numbers, generating fixtures, linting records." version: "2.0.0" author: "BytesAgain" homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills tags: ["automation", "code", "passport", "cli", "engineering"] --- # Passport Take control of Passport with this developer tools toolkit. Clean interface, local storage, zero configuration. ## Why Passport? - Works entirely offline — your data never leaves your machine - Simple command-line interface, no GUI needed - Export to JSON, CSV, or plain text anytime - Automatic history and activity logging ## Getting Started ```bash # See what you can do passport help # Check current status passport status # View your statistics passport stats ``` ## Commands | Command | What it does | |---------|-------------| | `passport check` | Check | | `passport validate` | Validate | | `passport generate` | Generate | | `passport format` | Format | | `passport lint` | Lint | | `passport explain` | Explain | | `passport convert` | Convert | | `passport template` | Template | | `passport diff` | Diff | | `passport preview` | Preview | | `passport fix` | Fix | | `passport report` | Report | | `passport stats` | Summary statistics | | `passport export` | <fmt> Export (json|csv|txt) | | `passport search` | <term> Search entries | | `passport recent` | Recent activity | | `passport status` | Health check | | `passport help` | Show this help | | `passport version` | Show version | | `passport $name:` | $c entries | | `passport Total:` | $total entries | | `passport Data` | size: $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) | | `passport Version:` | v2.0.0 | | `passport Data` | dir: $DATA_DIR | | `passport Entries:` | $(cat "$DATA_DIR"/*.log 2>/dev/null | wc -l) total | | `passport Disk:` | $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) | | `passport Last:` | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null || echo never) | | `passport Status:` | OK | | `passport [Passport]` | check: $input | | `passport Saved.` | Total check entries: $total | | `passport [Passport]` | validate: $input | | `passport Saved.` | Total validate entries: $total | | `passport [Passport]` | generate: $input | | `passport Saved.` | Total generate entries: $total | | `passport [Passport]` | format: $input | | `passport Saved.` | Total format entries: $total | | `passport [Passport]` | lint: $input | | `passport Saved.` | Total lint entries: $total | | `passport [Passport]` | explain: $input | | `passport Saved.` | Total explain entries: $total | | `passport [Passport]` | convert: $input | | `passport Saved.` | Total convert entries: $total | | `passport [Passport]` | template: $input | | `passport Saved.` | Total template entries: $total | | `passport [Passport]` | diff: $input | | `passport Saved.` | Total diff entries: $total | | `passport [Passport]` | preview: $input | | `passport Saved.` | Total preview entries: $total | | `passport [Passport]` | fix: $input | | `passport Saved.` | Total fix entries: $total | | `passport [Passport]` | report: $input | | `passport Saved.` | Total report entries: $total | ## Data Storage All data is stored locally at `~/.local/share/passport/`. Each action is logged with timestamps. Use `export` to back up your data anytime. ## Feedback Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/ --- Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
don't have the plugin yet? install it then click "run inline in claude" again.