tophant-clawvault-openclaw-alerts

Deliver ClawVault security alerts and daily summaries to OpenClaw messaging.

1.2k|37|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/tophant-ai/ClawVault --skill tophant-clawvault-openclaw-alerts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tophant-clawvault-openclaw-alerts
Source: https://github.com/tophant-ai/ClawVault/tree/main/skills/tophant-clawvault-openclaw-alerts
Command: npx skills add https://github.com/tophant-ai/ClawVault --skill tophant-clawvault-openclaw-alerts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml.

What problem does it solve?

It prevents high-risk ClawVault security events from being missed by automatically pushing operational alerts and daily summaries into your OpenClaw agent messaging flow.

Core Features & Use Cases

  • High-risk event notifications: Reads ClawVault dashboard REST API scan history, filters by threat level/risk score/action, deduplicates events, and rate-limits delivery to avoid notification storms.
  • Daily security reporting: Builds a redacted daily summary from ClawVault endpoints (summary, budget, monitor overview, scan history, and file-monitor alerts) and delivers it via OpenClaw.
  • Privacy-first safety defaults: Redacts secrets and avoids sending raw prompts, complete file paths, command text, or credential material unless explicitly enabled.

Use case: When ClawVault detects prompt injection, secret/credential patterns, or block/ask_user/sanitize actions at high risk, teams get timely messages in the configured OpenClaw-connected channel and receive a consolidated daily report.

Quick Start

Configure delivery to your OpenClaw agent by running /tophant-clawvault-openclaw-alerts configure --agent main --session-id clawvault-alerts.

Frequently Asked Questions about tophant-clawvault-openclaw-alerts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send high-risk security alerts to an OpenClaw agent automatically?

To send high-risk security alerts to an OpenClaw agent, you can automate polling ClawVault dashboard endpoints, filter events by threat level, apply rate limiting, and deliver redacted messages to your configured agent session.

What is the best way to generate a daily security summary from ClawVault?

The best way to generate a daily security summary from ClawVault is by polling summary, budget, monitor, and scan history endpoints, then consolidating the data into a privacy-preserving daily report delivered to OpenClaw.

Does the OpenClaw alerts integration redact sensitive file paths and credentials?

Yes, the OpenClaw alerts integration redacts sensitive content by default, ensuring that raw prompts, complete file paths, command text, and credential material are not sent unless explicitly enabled.

How do I prevent notification storms when monitoring ClawVault scan events?

To prevent notification storms when monitoring ClawVault scan events, the system applies deduplication logic and rate limiting to ensure only eligible, high-risk events trigger operational messages.

Do I need a YAML configuration file to set up ClawVault incident notifications?

Yes, you need a YAML skill configuration and state file under the ~/.ClawVault/openclaw-alerts/ directory to define polling behavior, delivery targets, and redaction rules for incident notifications.

What types of security events trigger an incident notification in OpenClaw?

Security events that trigger incident notifications in OpenClaw include prompt injection detection, secret or credential pattern matches, and high-risk block, ask_user, or sanitize actions recorded in scan history.