Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/veriswarm/veriswarm-sdk/openclaw-pluginnpx skills add veriswarm/veriswarm-sdk --skill openclaw-plugingit clone --depth 1 https://github.com/veriswarm/veriswarm-sdkWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/veriswarm/veriswarm-sdk/openclaw-plugin)<a href="https://agentmods.dev/skills/veriswarm/veriswarm-sdk/openclaw-plugin"><img src="https://agentmods.dev/badge/skills/veriswarm/veriswarm-sdk/openclaw-plugin.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00043 | $0.00667 |
| Opus 5 | $0.00022 | $0.00333 |
| Sonnet 5 | $0.00009 | $0.00133 |
| Haiku 4.5 | $0.00004 | $0.00067 |
Grade A, and why
veriswarm scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
VeriSwarm Guard for OpenClaw
Protect your OpenClaw agent with VeriSwarm's full trust and security suite.
What it does
Automatic (transparent, no agent action needed):
- Strips PII (names, emails, phones, SSNs, addresses, credit cards) from messages before they reach the LLM
- Strips PII from tool outputs before the agent sees them
- Scans tool outputs for prompt injection attempts
- Enforces tool allowlists and blocklists
- Logs every action to VeriSwarm's tamper-proof audit ledger
Tools the agent can use:
veriswarm_check_trust— Get current trust scoresveriswarm_check_decision— Ask if an action should be allowedveriswarm_rehydrate— Restore PII tokens when writing to real systemsveriswarm_guard_status— Check active protectionsveriswarm_get_credentials— Issue a portable trust credentialveriswarm_verify_credential— Verify another agent's credentialveriswarm_query_ledger— Search the audit trailveriswarm_verify_chain— Verify audit chain integrity
Setup
- Get a free VeriSwarm API key at https://veriswarm.ai
- Set
VERISWARM_API_KEYin your OpenClaw environment - Install the plugin:
openclaw plugins install veriswarm - Guard is now active. PII is automatically stripped from all messages and tool I/O.
Configuration
In your OpenClaw config:
{
plugins: {
entries: {
veriswarm: {
enabled: true,
config: {
apiKey: "vsk_your_key_here",
// All protections on by default:
piiEnabled: true,
policyEnabled: true,
injectionScan: true,
auditEnabled: true,
// Optional: block specific tools
blockedTools: ["dangerous_tool"],
}
}
}
}
}
Rehydrating PII
When the agent needs to write tokenized data back to a real system:
- Tool output arrives with tokens: "Customer [VS:PERSON:a1b2c3] at [VS:EMAIL:d4e5f6]"
- Agent processes data (LLM never sees real PII)
- Agent calls
veriswarm_rehydrateto restore real values for the write - Every rehydration is logged for audit compliance
What ships with it
12 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- package-lock.json 225 KB
- package.json 795 B
- README.md 5.3 KB
- src/client.ts 8.3 KB runs code
- src/index.ts 35 KB runs code
- src/secret_rules_manifest.json 665 B
- src/secret_tripwire.ts 2.9 KB runs code
- test/secret_tripwire_hook.test.ts 2.2 KB runs code
- test/secret_tripwire_wiring.test.ts 653 B runs code
- test/secret_tripwire.test.ts 1.4 KB runs code
- test/session_sentry.test.ts 13 KB runs code
- tsconfig.json 330 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 81 lines · 43 tokens per session scan A b3d1b86109b5
veriswarm is a skill published in the GitHub repository veriswarm/veriswarm-sdk (2 stars, last pushed 12d ago), licensed MIT. It adds 43 tokens to every session and 667 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
orloj-generator
Interactive scaffold generator for Orloj multi-agent systems. Use this skill whenever someone wants to create, set up, scaffold, bootstrap, or generate an Orloj agent system, pipeline, swarm, or hierarchy. Also trigger when users mention "orlojctl init", ask how to get started with Orloj, want to build a multi-agent…
air-blackbox-sales-agent
AIR Blackbox's autonomous sales prospecting agent. Finds Python AI projects on GitHub that need EU AI Act compliance, identifies the right person to contact (CEO, CTO, lead maintainer), runs a free compliance scan, and drafts personalized outreach emails that convert to engagement. The sales flow: free scan as the…
harness
End-to-end workflow orchestrator. Walks the 11-phase pipeline, invoking each phase skill in order inside an internal loop, yielding at consent gates (/approve-direction, /approve-swarm, /grant-commit), and exiting cleanly on yield/failure/done. Decides swarm-vs-solo at Phase 6. Auto-loops /tdd on integrate failures…
triage
Triage an incoming request — pick the workflow entry phase (intake / spec / tdd / chore) and record the workflow statefile that the Track Guard reads.
memory-sync
Review the auto-extracted candidates in .claude/memory/pending.md and commit keepers to the canonical memory files (landmarks.md, libraries.md, decisions.md, landmines.md, conventions.md, pending-questions.md, backlog.md). Invoke at session start when the SessionStart hook reports pending candidates, or any time…
interpret-results
Interprets AIR Blackbox scan results and maps findings to specific EU AI Act articles, recitals, and remediation steps. Use when the user has scan output and wants to understand what to fix, why it matters, or how to prioritize.