← Back to list

blackbox
by pproenca
Some of my personal plugins and other authors where their licence allows
⭐ 0🍴 0📅 Dec 19, 2025
SKILL.md
name: blackbox description: 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
Blackbox Flight Recorder
Zero-dependency telemetry plugin that captures file snapshots before modifications.
What It Captures
- PreToolUse (Write/Edit/MultiEdit) - Snapshots file before modification
- UserPromptSubmit - Logs user prompts
- SessionStart - Logs session boundaries
Scripts
Query Events
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
Restore Files
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/
Limitations
- Files >2MB skipped
- Binary files skipped
- No automatic rotation
References
- Data format: See references/schema.md
- Status command: Run
/blackbox:status
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon