Install
openclaw skills install claw-asset-privacy-guardian提供完全本地、匿名化的数字资产和隐私安全检测与监控,防止敏感信息泄露与账号劫持风险。
openclaw skills install claw-asset-privacy-guardian在数字时代,资产安全和隐私保护至关重要。OpenClaw用户需要保护他们的:
在不暴露主人敏感信息的前提下,提供全面的资产和隐私保护。
# 通过ClawdHub安装
clawdhub install claw-asset-privacy-guardian
# 或手动安装
mkdir -p ~/.openclaw/skills/claw-asset-privacy-guardian
cp -r ./* ~/.openclaw/skills/claw-asset-privacy-guardian/
安装后,在OpenClaw会话中:
# 运行全面安全审计
privacy-guardian audit --full
# 仅扫描敏感信息
privacy-guardian scan --sensitive
# 检查账号安全
privacy-guardian check --accounts
# 监控资产安全
privacy-guardian monitor --assets
# 生成匿名报告
privacy-guardian report --anonymous
在~/.openclaw/config.json中添加:
{
"assetPrivacyGuardian": {
"enableLocalOnly": true,
"sensitivityLevel": "high",
"scanInterval": 86400,
"excludePatterns": [
"node_modules",
".git",
"personal_files"
],
"monitorWallets": [],
"importantAccounts": [],
"alertThreshold": "medium",
"reportFormat": "anonymous"
}
}
1. 数据收集(本地) → 2. 匿名化处理 → 3. 模式分析 →
4. 风险评估 → 5. 建议生成 → 6. 本地报告
from claw_asset_privacy_guardian import PrivacyGuardian
# 创建守护者实例(完全本地)
guardian = PrivacyGuardian(local_only=True)
# 运行敏感信息扫描
results = guardian.scan_sensitive_info("/path/to/project")
# 检查账号安全
account_issues = guardian.check_account_security()
# 生成匿名报告
report = guardian.generate_anonymous_report()
# 获取安全建议
recommendations = guardian.get_security_recommendations()
# 基本安全扫描
privacy-guardian scan
# 深度隐私审计
privacy-guardian audit --deep --anonymous
# 资产安全检查
privacy-guardian assets --wallets "wallet1,wallet2"
# 定期监控模式
privacy-guardian monitor --interval 3600
# 导出安全报告
privacy-guardian export --format html --anonymize
免费版
专业版 ($9.99/月)
企业版 ($49/月)
asset-privacy-guardian/
├── core/ # 核心引擎
│ ├── sensitive_scanner/ # 敏感信息扫描
│ ├── account_auditor/ # 账号安全审计
│ ├── privacy_checker/ # 隐私配置检查
│ └── asset_monitor/ # 资产安全监控
├── detectors/ # 检测规则库
│ ├── credential_detectors/ # 凭据泄露检测
│ ├── privacy_detectors/ # 隐私问题检测
│ └── asset_detectors/ # 资产风险检测
├── anonymizer/ # 匿名化处理
├── reporting/ # 报告系统
└── cli/ # 命令行界面
扫描速度慢
privacy-guardian scan --fast --exclude node_modules
误报处理
privacy-guardian scan --ignore-false-positives
隐私担忧
privacy-guardian scan --local-only --no-external
资源限制
privacy-guardian scan --max-memory 512 --max-threads 2
MIT License - 免费用于个人和非商业用途 商业使用需要购买许可证
这个skill的设计灵感来自老板对资产安全和隐私保护的重视。我们相信,真正的安全工具应该在不暴露用户敏感信息的前提下提供保护。
隐私是权利,不是特权 🔒
开发团队:Claw & 老板 版本:0.1.0 (计划中) 发布日期:2026-02-11 (计划) 官网:https://clawdhub.com/skills/claw-asset-privacy-guardian 隐私承诺:我们永不收集或存储您的敏感信息