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 skills add Vorim-AI-Labs/vorim-openclaw-skill --skill vorimgit clone --depth 1 https://github.com/Vorim-AI-Labs/vorim-openclaw-skillWrote 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/vorim-ai-labs/vorim-openclaw-skill/vorim)<a href="https://agentmods.dev/skills/vorim-ai-labs/vorim-openclaw-skill/vorim"><img src="https://agentmods.dev/badge/skills/vorim-ai-labs/vorim-openclaw-skill/vorim/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/vorim-ai-labs/vorim-openclaw-skill/vorim"><img src="https://agentmods.dev/badge/skills/vorim-ai-labs/vorim-openclaw-skill/vorim.svg" alt="Reviewed on agentmods" width="80" 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.00042 | $0.01170 |
| Opus 5 | $0.00021 | $0.00585 |
| Sonnet 5 | $0.00008 | $0.00234 |
| Haiku 4.5 | $0.00004 | $0.00117 |
Grade A, and why
vorim 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 12d 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 — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Vorim AI — Agent Identity & Trust
You have access to Vorim AI for agent identity, permissions, and audit trails. Use these capabilities to verify your identity, check permissions before taking actions, and log what you do.
Setup
- Create a free account at https://vorim.ai (no credit card required)
- Get your API key from Settings → API Keys
- Set the environment variable:
VORIM_API_KEY=agid_sk_live_...
The free tier includes 10 agents with full access.
When to Use Vorim
Before Taking Sensitive Actions
Before performing any action that modifies data, sends messages, executes code, makes payments, or accesses external services, check if you have permission:
Use the MCP tool vorim_check_permission with:
agent_id: your registered Vorim agent IDscope: the permission level needed
Available scopes (least to most privileged):
agent:read— browsing, searching, reading dataagent:write— creating files, sending messages, editing dataagent:execute— running shell commands, scripts, automationsagent:transact— making purchases, payments, financial actionsagent:communicate— sending emails, posting to social mediaagent:delegate— granting permissions to other agentsagent:elevate— escalating privileges
If permission is denied, inform the user and do not proceed.
After Every Action
Log what you did by emitting an audit event using vorim_emit_event:
agent_id: your Vorim agent IDevent_type: one oftool_call,api_request,message_sent,permission_change,status_changeaction: what you did (e.g.,send_email,run_script,read_file)result:success,denied, orerror
To Verify Your Identity
When interacting with external services or other agents, you can prove your identity using vorim_verify_trust. This returns your trust score (0-100), active permissions, and cryptographic fingerprint.
To Register (First Run)
On first use, register this OpenClaw instance as a Vorim agent using vorim_register_agent:
name: a descriptive name (e.g., "kwame-openclaw-macbook")capabilities: what this agent can do (e.g., ["browse", "email", "shell", "calendar"])scopes: permissions to request (e.g., ["agent:read", "agent:write", "agent:execute"])
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.
- 12d ago First seen · 112 lines · 42 tokens per session scan A 856c0a8c6796
vorim is a skill published in the GitHub repository Vorim-AI-Labs/vorim-openclaw-skill (35 stars, last pushed 2mo ago), licensed MIT. It adds 42 tokens to every session and 1,170 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-30.
Other skills, from other repositories
codex-imagen
Generate or edit raster images by calling the ChatGPT/Codex hosted imagegeneration flow with local Codex or OpenClaw OAuth credentials, then save decoded image files for OpenClaw and other agent workflows.
pm-brand-motion
A guided process for defining a brand's motion style and making a logo animation demonstration.
pm-brainstorm
A guided brainstorming workflow for exploring a new product idea before detailed research or requirements work. It collects basic information about the product, users, and problem through staged questions.
pm-search
A workflow for collecting market research, competitor information, industry discussion, and compliance-policy data using an external search tool.
pm-aarrr
A post-launch product-growth workflow based on AARRR: acquiring users, activating them, retaining them, earning revenue, and gaining referrals.
start-super-pm
Use when starting any product management task - automatically detects task type and invokes appropriate PM skill using intelligent routing.