tophant-clawvault-operator

Manage ClawVault service lifecycle, threat scanning, and configuration updates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml.

What problem does it solve?

ClawVault Operator removes the operational burden of safely running ClawVault, applying consistent vault security presets, and validating interception behavior from within OpenClaw agent sessions.

Core Features & Use Cases

  • Service lifecycle management: Start, stop, and check status of the ClawVault proxy and dashboard.
  • Threat scanning: Scan free-form text for sensitive data, prompt-injection patterns, and dangerous command attempts, plus scan local files for hardcoded secrets.
  • Guarded operational control: Inspect and update ClawVault configuration values (including dotted-key config-get/config-set), list/show/apply built-in vault presets, and perform an OpenClaw file-guard plugin interception acceptance check via the dashboard event stream.
  • Hot-patching behavior: When the dashboard is running, apply config/preset changes through the dashboard REST API without requiring a restart.

Quick Start

Use the tophant-clawvault-operator skill to start services in interactive mode by asking: start the ClawVault operator in interactive mode.

Frequently Asked Questions about tophant-clawvault-operator

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

FAQPage Schema
How do I manage ClawVault service lifecycle and check proxy status from an agent workflow?

You can manage ClawVault service lifecycle by sending deterministic start, stop, and status commands to control the local proxy and dashboard directly within OpenClaw agent sessions.

How do I scan local files for hardcoded secrets and prompt-injection patterns?

Scanning local files for hardcoded secrets and prompt-injection patterns is done by targeting text and files with the threat scanning operation to detect sensitive data and dangerous command attempts.

Can I apply vault security presets and update configuration without restarting the dashboard?

You can apply vault security presets and update configuration without restarting by using the dashboard REST API hot-patching behavior when the ClawVault dashboard service is running.

How do I validate OpenClaw file-guard plugin interception behavior in day-to-day security operations?

Validating OpenClaw file-guard plugin interception is done by performing an acceptance check via the dashboard event stream to verify the interception event chain functions correctly.

What is needed to run ClawVault day-to-day security operations and apply configuration updates?

Running ClawVault day-to-day security operations requires the OpenClaw agent environment and the pyyaml dependency to handle configuration reads, writes, and vault preset rollouts.

Does the ClawVault operator support dotted-key configuration reads and writes for guard mode enforcement?

The ClawVault operator supports dotted-key configuration reads and writes through config-get and config-set commands, allowing you to inspect and update values for guard mode enforcement changes.