Use when restoring previous file versions, querying file modification history, recovering from accidental edits, or understanding how blackbox flight recorder works for file snapshots and disaster recovery
Automatically captures file snapshots before modifications for disaster recovery. Use when you need to restore previous versions, query modification history, or recover from accidental edits.
/plugin marketplace add pproenca/dot-claude-old/plugin install blackbox@dot-claudeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/schema.mdscripts/query.pyscripts/restore.pyZero-dependency telemetry plugin that captures file snapshots before modifications.
python3 scripts/query.py --last 10 # Last 10 events
python3 scripts/query.py --event-type PreToolUse # Filter by type
python3 scripts/query.py --file myfile.py # Filter by file
python3 scripts/query.py --stats # Storage statistics
python3 scripts/restore.py --list # List recent snapshots
python3 scripts/restore.py --search myfile # Find snapshots by pattern
python3 scripts/restore.py --hash <sha1> > restored.py # Restore by hash
Scripts location: skills/blackbox/scripts/
/blackbox:statusUse when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.