원클릭으로
tophant-clawvault-openclaw-alerts
Push high-risk ClawVault security events and daily security reports through OpenClaw agent messaging
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Push high-risk ClawVault security events and daily security reports through OpenClaw agent messaging
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Mask sensitive company-project document content before analysis
Operate ClawVault services, configuration, vault presets, scanning, local sanitization, and OpenClaw plugin acceptance
Install, configure, test, and uninstall ClawVault AI security proxy
SOC 직업 분류 기준
| name | tophant-clawvault-openclaw-alerts |
| version | 0.1.0 |
| description | Push high-risk ClawVault security events and daily security reports through OpenClaw agent messaging |
| homepage | https://github.com/tophant-ai/ClawVault |
| user-invocable | true |
| disable-model-invocation | false |
Send high-risk ClawVault security events and daily security reports through OpenClaw agent messaging.
This skill is operational only: it reads the existing ClawVault dashboard REST API, stores local notification state under ~/.ClawVault/openclaw-alerts/, and sends messages with openclaw agent. It does not modify ClawVault proxy, file monitor, plugin, or detection behavior.
Always execute the bundled Python script:
python3 SKILL_DIR/clawvault_openclaw_alerts.py <command> [options]
Add --json to commands that support machine-readable output.
# Configure delivery through an OpenClaw agent
python3 SKILL_DIR/clawvault_openclaw_alerts.py configure --agent main --session-id clawvault-alerts --json
# Verify OpenClaw delivery
python3 SKILL_DIR/clawvault_openclaw_alerts.py send-test --json
# Send new high-risk events once
python3 SKILL_DIR/clawvault_openclaw_alerts.py run-once --json
# Send today's security report now
python3 SKILL_DIR/clawvault_openclaw_alerts.py daily-report --json
# Start/stop background monitoring
python3 SKILL_DIR/clawvault_openclaw_alerts.py start --json
python3 SKILL_DIR/clawvault_openclaw_alerts.py status --json
python3 SKILL_DIR/clawvault_openclaw_alerts.py stop --json
Create or update ~/.ClawVault/openclaw-alerts/config.yaml.
/tophant-clawvault-openclaw-alerts configure --agent main --session-id clawvault-alerts
/tophant-clawvault-openclaw-alerts configure --dashboard-url http://127.0.0.1:8766 --risk-threshold 7.0 --daily-time 09:00
/tophant-clawvault-openclaw-alerts configure --deliver --channel slack --reply-to '#security-alerts'
Send a test message through the configured OpenClaw agent.
/tophant-clawvault-openclaw-alerts send-test
/tophant-clawvault-openclaw-alerts send-test --message "ClawVault alert test"
Poll /api/scan-history once, send eligible high-risk events, and update deduplication state.
/tophant-clawvault-openclaw-alerts run-once
/tophant-clawvault-openclaw-alerts run-once --dry-run
Generate and send a daily security report.
/tophant-clawvault-openclaw-alerts daily-report
/tophant-clawvault-openclaw-alerts daily-report --dry-run
/tophant-clawvault-openclaw-alerts daily-report --date 2026-05-28
Start background monitoring. The daemon polls ClawVault for new high-risk events and sends the daily report when the configured local time is reached.
/tophant-clawvault-openclaw-alerts start
/tophant-clawvault-openclaw-alerts start --foreground
Stop background monitoring.
/tophant-clawvault-openclaw-alerts stop
/tophant-clawvault-openclaw-alerts stop --force
Show daemon, dashboard, OpenClaw, and state status.
/tophant-clawvault-openclaw-alerts status
GET /api/scan-history?limit=200 for realtime high-risk events.GET /api/summary, /api/budget, /api/monitor/overview, /api/local-scan/history, and /api/file-monitor/alerts for daily reports.Notifications are intentionally terse and redacted. By default, this skill does not include raw prompts, input previews, complete file paths, command text, secrets, API keys, private keys, or database URLs. See SECURITY.md before enabling optional verbose fields.