Privacy

by BytesAgain

Audit and harden privacy settings across systems. Use when generating reports, checking data exposure, rotating encryption keys, auditing access logs.

View Chinese version with editor review

安装

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

CommandWhat it does
privacy generateGenerate
privacy check-strengthCheck Strength
privacy rotateRotate
privacy auditAudit
privacy storeStore
privacy retrieveRetrieve
privacy expireExpire
privacy policyPolicy
privacy reportReport
privacy hashHash
privacy verifyVerify
privacy revokeRevoke
privacy statsSummary statistics
privacy export<fmt> Export (json
privacy search<term> Search entries
privacy recentRecent activity
privacy statusHealth check
privacy helpShow this help
privacy versionShow version
privacy $name:$c entries
privacy Total:$total entries
privacy Datasize: $(du -sh "$DATA_DIR" 2>/dev/null
privacy Version:v2.0.0
privacy Datadir: $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