openclaw-audit-watchdog

Automates daily OpenClaw security audits and delivers formatted reports via email and DM.

1.1k|114|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/prompt-security/clawsec --skill openclaw-audit-watchdog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-audit-watchdog
Source: https://github.com/prompt-security/clawsec/tree/main/skills/openclaw-audit-watchdog
Command: npx skills add https://github.com/prompt-security/clawsec --skill openclaw-audit-watchdog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, curl, git, sendmail, node, openclaw, codex, and includes scripts (resource) components.

What problem does it solve?

Automated daily security monitoring for OpenClaw agents, delivering concise reports via email and DM to security teams.

Core Features & Use Cases

  • Automated daily security audits for OpenClaw/Clawdbot agents with email reporting and scheduled cron jobs.
  • Deep audit mode, optional Git pull before audits, and Git integration for configuration management.
  • Delivery via DM to the designated channel and fallback email delivery using local sendmail.
  • Supports on-demand rendering of audit reports and easy deployment with bundled scripts.

Quick Start

Install the audit watchdog into your OpenClaw environment and run the provided runner.sh to start daily audits and receive the report.

Frequently Asked Questions about openclaw-audit-watchdog

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

FAQPage Schema
How do I automate daily security audits for OpenClaw deployments?

To automate daily security audits for OpenClaw deployments, you can use a scheduled cron job to run the openclaw security audit and deep audit, format a readable report, and deliver results via email and DM to your security team.

What is the best way to schedule OpenClaw security audits and receive email reports?

The best way to schedule OpenClaw security audits and receive email reports is by configuring cron schedules to trigger automated checks, formatting the output into a readable report, and delivering it via local sendmail or DM.

Can I run a deep security audit on OpenClaw agents with up-to-date git configurations?

Yes, you can run a deep security audit on OpenClaw agents with up-to-date configurations by enabling an optional git pull before the audit executes, ensuring the security check evaluates the latest repository state.

Do I need sendmail or specific dependencies to deliver OpenClaw audit reports?

You need local sendmail as a fallback to deliver OpenClaw audit reports via email, alongside dependencies like bash, curl, git, node, openclaw, and codex to execute the audits and format the output.

How does an automated OpenClaw security audit watchdog format and deliver its findings?

An automated OpenClaw security audit watchdog formats findings into a readable report and delivers the results directly to a designated channel via DM, using local sendmail as a fallback email delivery method.

What are the limitations of using cron for OpenClaw security audit automation?

Limitations of using cron for OpenClaw security audit automation include relying on the local system clock for scheduling accuracy and depending on local sendmail availability for fallback email delivery if the DM channel fails.