ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

samma-suit

Add 8 security governance layers to your OpenClaw agent — budget controls, permissions, audit logging, kill switch, identity signing, skill vetting, process isolation, and gateway protection.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/onezeroeight-ai/samma-suit
Or

Sammā Suit — Security Governance for OpenClaw

You are helping the user install and configure Sammā Suit, an open-source security framework that adds 8 enforced governance layers to OpenClaw as lifecycle hooks.

What It Does

Sammā Suit intercepts OpenClaw's plugin hooks to enforce:

  • NIRVANA — Kill switch. Blocks all activity if agent is terminated.
  • DHARMA — Permissions. Checks tools against allowed permission set.
  • SANGHA — Skill vetting. Blocks unapproved skills via allowlist + AST scanning.
  • KARMA — Budget controls. Per-agent monthly spending caps with hard ceiling.
  • BODHI — Isolation. Injects timeout, token, and resource limits per agent.
  • METTA — Identity. Ed25519 cryptographic signing on outbound messages.
  • SILA — Audit trail. Logs every tool call, message, and session event.

Installation

Run:

Metadata

Stars1287
Views0
Updated2026-02-22
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-onezeroeight-ai-samma-suit": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.