← All skills
Tencent SkillHub Β· AI

Clauditor

Tamper-resistant audit watchdog for Clawdbot agents. Detects and logs suspicious filesystem activity with HMAC-chained evidence.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Tamper-resistant audit watchdog for Clawdbot agents. Detects and logs suspicious filesystem activity with HMAC-chained evidence.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
AGENTS.md, Cargo.toml, README.md, SKILL.md, crates/alerter/Cargo.toml, crates/alerter/src/lib.rs

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Clauditor

Security watchdog that monitors filesystem activity and creates tamper-evident logs. Even if Clawdbot is compromised, it cannot stop the watchdog, forge entries, or delete evidence.

Installation (Guided)

Use the CLI wizard to guide users through installation: cd /path/to/clauditor cargo build --release

Agent Workflow

Check status: ./target/release/clauditor wizard status Returns JSON with current_step (1-6) and complete (true/false) Get next step: ./target/release/clauditor wizard next Shows WHAT it does, WHY it matters, and the exact COMMAND to run User runs the sudo command Verify: ./target/release/clauditor wizard verify Confirms step completed Repeat until complete: true

Example Interaction

User: "Install clauditor" Agent: [runs wizard status β†’ current_step: 1] Agent: "Step 1 of 6: Create system user This creates a 'sysaudit' user that runs the watchdog. Even if you're compromised, you can't kill a process owned by another user. Run this: sudo useradd --system --shell /usr/sbin/nologin --no-create-home sysaudit Let me know when done." User: "done" Agent: [runs wizard verify β†’ success] Agent: [runs wizard next β†’ step 2...]

Check status

systemctl status systemd-journaldd

Generate digest

./target/release/clauditor digest \ --log /var/lib/.sysd/.audit/events.log \ --key /etc/sysaudit/key \ --format markdown

Quick Install (Power Users)

sudo bash wizard/wizard.sh

Configuration

Config: /etc/sysaudit/config.toml Key: /etc/sysaudit/key Logs: /var/lib/.sysd/.audit/events.log Edit config to customize watch_paths and target_uid.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs3 Files
  • SKILL.md Primary doc
  • AGENTS.md Docs
  • README.md Docs
  • Cargo.toml Files
  • crates/alerter/Cargo.toml Files
  • crates/alerter/src/lib.rs Files