tophant-clawvault-installer

AI security system for protecting agents from prompt injection, data leakage, and dangerous commands

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tophant-clawvault-installer" with this command: npx skills add martin2877/tophant-clawvault-installer

ClawVault Skill

AI security system for OpenClaw with installation, rule generation, detection, and monitoring.

Protection Against:

  • Prompt injection attacks
  • Data leakage (PII, credentials, API keys)
  • Dangerous command execution
  • Jailbreak attempts

Commands

/clawvault start

Start ClawVault services.

clawvault start                  # Default: localhost only (secure)
clawvault start --mode strict    # Strict mode

/clawvault install

Install ClawVault using pinned package sources and secure localhost defaults.

/clawvault install --mode quick     # Recommended; installs clawvault>=0.1.0,<1.0.0
/clawvault install --mode standard  # Interactive
/clawvault install --mode advanced  # Full control

If PyPI installation is unavailable, the installer falls back to the pinned GitHub tag v0.1.0. Configuration failures are reported as installation failures so agents can recover safely.

/clawvault health

Check service health and status.

/clawvault health

/clawvault generate-rule

Generate security rules from natural language.

/clawvault generate-rule "Block all AWS credentials"
/clawvault generate-rule --scenario customer_service --apply

Scenarios: customer_service, development, production, finance

/clawvault status

Get running status and statistics.

/clawvault status

/clawvault test

Run detection tests.

/clawvault test --category all
/clawvault test --category sensitive

Categories: all, sensitive, injection, commands

/clawvault uninstall

Remove ClawVault.

/clawvault uninstall
/clawvault uninstall --keep-config  # Keep configuration

Quick Examples

# Install
/clawvault install --mode quick

# Generate rule
/clawvault generate-rule "Detect database passwords" --apply

# Apply scenario
/clawvault generate-rule --scenario customer_service --apply

# Check health
/clawvault health

Requirements

  • Python 3.10+
  • Ports 8765, 8766 available

Permissions

  • execute_command - Run installation and ClawVault commands
  • write_files - Create configuration files
  • read_files - Read configurations
  • network - Download packages and API calls

Security Considerations

⚠️ Important: ClawVault operates as a local HTTP proxy that inspects AI traffic.

What This Means:

  • ClawVault can see API requests, responses, and API keys
  • This is intentional and necessary for threat detection
  • All data stays on your local machine

Dashboard Security:

  • Default: Binds to 127.0.0.1 (localhost only) ✅ Secure
  • For remote access: Use SSH tunneling instead of exposing dashboard
  • Example: ssh -L 8766:localhost:8766 user@server

Before Installing:

  • Review the SECURITY.md documentation
  • Understand that ClawVault will inspect all proxied traffic
  • Ensure dashboard binding is appropriate for your environment
  • Consider running in isolated environment for sensitive use cases

For Production:

  • Use localhost-only dashboard
  • Enable strict mode: --mode strict
  • Configure audit log retention
  • Review detection logs regularly

See SECURITY.md for complete security documentation.

Documentation

License

MIT © 2026 Tophant SPAI Lab

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

blacklight

Behavioural intelligence layer for OpenClaw agents. Monitors live decisions, forces transparent financial reasoning before any purchase, detects SOUL identit...

Registry Source
1080Profile unavailable
Security

Tophant Clawvault

AI security system for protecting agents from prompt injection, data leakage, and dangerous commands

Registry SourceRecently Updated
1820Profile unavailable
Security

个人数字安全体检

检查邮箱泄露和密码强度,生成安全评分报告。

Registry SourceRecently Updated
1790Profile unavailable
Security

TrustBoost PII Sanitizer

Sanitizes PII from text before sending to LLMs. Use when handling user-generated text that may contain sensitive data, when privacy compliance is required (G...

Registry SourceRecently Updated
890Profile unavailable