Privacy
by BytesAgain
Audit and harden privacy settings across systems. Use when generating reports, checking data exposure, rotating encryption keys, auditing access logs.
安装
claude skill add --url github.com/openclaw/skills/tree/main/skills/bytesagain3/privacy文档
Privacy
Take control of Privacy with this security toolkit. Clean interface, local storage, zero configuration.
Why Privacy?
- 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
privacy help
# Check current status
privacy status
# View your statistics
privacy stats
Commands
| Command | What it does |
|---|---|
privacy generate | Generate |
privacy check-strength | Check Strength |
privacy rotate | Rotate |
privacy audit | Audit |
privacy store | Store |
privacy retrieve | Retrieve |
privacy expire | Expire |
privacy policy | Policy |
privacy report | Report |
privacy hash | Hash |
privacy verify | Verify |
privacy revoke | Revoke |
privacy stats | Summary statistics |
privacy export | <fmt> Export (json |
privacy search | <term> Search entries |
privacy recent | Recent activity |
privacy status | Health check |
privacy help | Show this help |
privacy version | Show version |
privacy $name: | $c entries |
privacy Total: | $total entries |
privacy Data | size: $(du -sh "$DATA_DIR" 2>/dev/null |
privacy Version: | v2.0.0 |
privacy Data | dir: $DATA_DIR |
privacy Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null |
privacy Disk: | $(du -sh "$DATA_DIR" 2>/dev/null |
privacy Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null |
privacy Status: | OK |
privacy [Privacy] | generate: $input |
privacy Saved. | Total generate entries: $total |
privacy [Privacy] | check-strength: $input |
privacy Saved. | Total check-strength entries: $total |
privacy [Privacy] | rotate: $input |
privacy Saved. | Total rotate entries: $total |
privacy [Privacy] | audit: $input |
privacy Saved. | Total audit entries: $total |
privacy [Privacy] | store: $input |
privacy Saved. | Total store entries: $total |
privacy [Privacy] | retrieve: $input |
privacy Saved. | Total retrieve entries: $total |
privacy [Privacy] | expire: $input |
privacy Saved. | Total expire entries: $total |
privacy [Privacy] | policy: $input |
privacy Saved. | Total policy entries: $total |
privacy [Privacy] | report: $input |
privacy Saved. | Total report entries: $total |
privacy [Privacy] | hash: $input |
privacy Saved. | Total hash entries: $total |
privacy [Privacy] | verify: $input |
privacy Saved. | Total verify entries: $total |
privacy [Privacy] | revoke: $input |
privacy Saved. | Total revoke entries: $total |
Data Storage
All data is stored locally at ~/.local/share/privacy/. 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