Frequently asked
Straight answers.
Security questions get answered first. No marketing theatre. If something isn't covered, email hello@clawmont.com.
Getting started
How do I install Clawmont after I buy?
After Stripe redirects you to /onboarding, copy the install one-liner shown for your OS. macOS / Linux: `curl -fsSL https://api.clawmont.com/install.sh | bash`. Windows (PowerShell): `irm https://api.clawmont.com/install.ps1 | iex`. The script downloads the plugin, verifies its hash, drops the activation token in `~/.openclaw/clawmont.json`, and runs the wizard's verify step. You should see green check-marks for each pillar within 30 seconds.
What do I need before I install?
OpenClaw v2026.4 or newer, Node 22+, and ~100 MB free disk. macOS 13+, any recent Linux (kernel 5.x+), or Windows 10/11 with WSL2. No Docker, no daemon, no admin rights — the plugin installs into your user-level OpenClaw directory.
What if `install.sh` fails — 403, hash mismatch, or it just hangs?
The canonical install host is `api.clawmont.com` (the marketing CDN blocks `.sh` downloads — that 403 is expected if you ever hit `clawmont.com/install.sh` directly). Re-run with `bash -x` to see the failing step. If the hash check fails, do not bypass it — email support@clawmont.com with the output and we will investigate before publishing a new tag. Hangs are usually a corporate proxy stripping the script body; try from a personal network.
How do I know it is actually working?
Three signals. First, the onboarding wizard shows all four security pillars as "active" with green check-marks. Second, run any prompt containing a known-bad pattern (e.g. ask the agent to `cat ~/.ssh/id_rsa`) and Clawmont will block it with a structured alert. Third, `~/.openclaw/clawmont.json` exists and is `chmod 600`. If any of those is missing, the install is incomplete.
Where do I find my activation token if I lose the email?
It is also on the post-Stripe `/onboarding?session_id=cs_…` URL — bookmark it on purchase. If both are gone, email support@clawmont.com from the address you paid with and include your Stripe receipt ID; we re-mint and email a fresh token within the support SLA (24–48 h).
Where do logs and the audit trail live on my machine?
Plugin operational logs follow OpenClaw's log directory (`~/.openclaw/logs/` on macOS / Linux). The tamper-evident audit trail is a hash-chained JSONL at `~/.openclaw/clawmont/audit.jsonl` — never edit it by hand or the chain breaks. With Guardrails enabled, a copy of redacted alert metadata is mirrored to your hosted dashboard.
Will it slow down my agent?
Per-message overhead is in single-digit milliseconds for the local checks (credential scan, command guard, size limiter). The activity-monitor write is async. There is no network round-trip on the hot path unless you opt into Guardrails, and even then alert delivery is batched and never blocks the agent loop.
How do I uninstall?
Remove the plugin entry from your OpenClaw plugins config and delete `~/.openclaw/clawmont.json`. The install script also drops an `uninstall.sh` next to it — running that does both steps and clears the audit trail. Your persona license is yours; if you reinstall later the same activation token still works.
Product & security
Do my provider API keys ever leave my machine?
No. Not once. Your Anthropic, OpenAI, or any other provider API key is validated and used locally by the plugin. Clawmont never proxies, logs, or transmits your provider keys. Other MCP gateways route your keys through their own servers — we refuse on principle. The only things that ever leave your machine are HMAC-signed, redacted security-alert metadata, and only if you opt into the Guardrails add-on.
Does Clawmont replace OpenClaw?
No. Clawmont is a security-first plugin that installs inside OpenClaw. It adds four security pillars — input rail, tool dispatch, tool response, model output — plus role-based configuration on top of your existing setup. Nothing is replaced, nothing is proxied, nothing new has to run.
What's included in a $30 single-persona license?
A one-time $30 license for any one of the four personas — Developer, Trader, SRE, or Researcher. Each includes the full local Clawmont security layer: zero-knowledge key handling, all four security pillars (input rail, tool dispatch, tool response, model output) bypass-tested against the OWASP LLM Top 10 and a 200-scenario red-team corpus, tamper-evident audit log, and credential scanner — plus a curated, version-pinned set of tools, skills, and presets shaped around that role. Once you buy it, it is yours.
What's in the $40 Apex license?
Apex is the all-access persona — Developer, Trader, SRE, and Researcher merged, plus every future persona we ship, deduplicated with the most-restrictive security settings applied across the full union. Every new persona at no extra charge. Supply-chain diff-audit, guardian-cron autopilot, and browser boundary are on the roadmap. Also a one-time purchase.
What's the €9/mo Guardrails add-on?
An optional cloud delivery layer for security events only — real-time alert delivery to Discord / Slack / Telegram / email, daily security digest, hosted audit trail with 90-day retention, and webhook+API for your own tooling. Every alert is HMAC-signed and redacted of secrets before transmission. Clawmont-side secrets (HMAC keys, subscription tokens) are stored server-side under AES-256-GCM with an HKDF-derived key. Provider API keys are never involved. Works with any persona or Apex and is the only recurring charge we sell. The plugin runs fully offline without Guardrails.
What security pillars do I actually get?
Four, each independently bypass-tested against the OWASP LLM Top 10 and a 200-scenario red-team corpus. (1) Input rail (Port 1) — every prompt fragment scanned before the model sees it: credential scanner, prompt-injection detector with Unicode normalization. (2) Tool dispatch (Port 2) — every tool call passes through a curated dangerous-action allowlist with per-tool severity grading: rm -rf, curl|bash, eval, DROP TABLE refused with a labelled alert. (3) Tool response (Port 3) — every tool result inspected before the model can read it: path protection (~/.ssh, ~/.aws, /etc/passwd, keychain) plus request/response size limiter. (4) Model output (Port 4) — every model reply scanned before it reaches the user: hash-chained activity monitor, session isolation, read-only mode. Raw measurements live in `wiki/measurements/`; full methodology at security.clawmont.com.
How is this different from MCP gateways like KiloClaw?
Most MCP gateways ship with allowInsecureAuth=true, no execution sandbox, world-readable configs, and proxy your API keys through their own servers. Clawmont does the opposite: strict auth, sandboxed execution, chmod 600 configs, CSP-hardened onboarding, AES-256-GCM for Clawmont-side secrets, and your provider keys never touch our infrastructure. We also don't build a gateway — gateways are single points of failure. Clawmont runs inside the OpenClaw process as a plugin.
Is there a free trial?
No free trial. Any single persona is $30 one-time — the smallest way in — and you can upgrade to Apex later for just the $10 price difference. Your license stays active as long as your account is in good standing; Clawmont reserves the right to disable licenses for fraud, abuse, or chargeback.
What happens if I cancel Guardrails?
You keep the open-source plugin, your persona license, and every local security feature. Your configuration stays on disk. Cloud alert delivery and hosted audit trail stop at the end of the billing period — the plugin keeps protecting you locally with no interruption.
Do you train on my prompts or code?
No. Clawmont is zero-knowledge for prompts, completions, and provider keys — we don't ingest any of them, we don't relay them through our servers, and we don't train on anything. Security alerts are the only thing that travel to the cloud (only if Guardrails is enabled), and they're HMAC-signed and redacted before leaving your machine.
Do you include AI-generated testimonials or synthetic benchmarks?
No. Every claim on this site is anchored to a reproducible source — the OWASP LLM Top 10, a 200-scenario red-team corpus, and `packages/plugin`'s Vitest suite. Raw measurements are file-backed in `wiki/measurements/` and re-run on every merge to main, including the attacks we cannot yet block. We'd rather ship fewer claims than fake them.
Who built Clawmont?
A solo developer building the plugin, the API, and this marketing site in public. No VC money, no growth team — just a focused product with an aggressive regression suite.
What platforms does it support?
Any OpenClaw instance — macOS, Linux, and Windows. macOS / Linux install via `curl … | bash`. Windows users have three paths: native PowerShell (`irm https://api.clawmont.com/install.ps1 | iex`), Git Bash, or WSL2 — see <a href="/docs/windows-install">/docs/windows-install</a> for the testing matrix and known caveats. The plugin is a pure TypeScript package with minimal runtime dependencies (only `@clack/prompts` for interactive installs), keeping the supply-chain surface trivial to audit.