vorim

vorim is a skill for Claude Code, Codex from Vorim-AI-Labs/vorim-openclaw-skill. It costs 42 tokens per session (1,170 once invoked), scanned A, original, MIT.

A guide for giving an AI agent a cryptographic identity, permission checks, and an audit trail through Vorim AI. It describes permission levels for reading, writing, executing, transactions, and communication.

In plain words
What is it for?
Use it when configuring Vorim AI for an agent that needs verified identity, permission checks, and logged activity.
Why use it?
It helps control and record sensitive agent actions before they happen. The available description does not provide enough detail about the actual Vorim tools or integration beyond setup and permission scopes.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it when configuring Vorim AI for an agent that needs verified identity, permission checks, and logged activity.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vorim-ai-labs/vorim-openclaw-skill/vorim
Install

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.

Any agent
npx skills add Vorim-AI-Labs/vorim-openclaw-skill --skill vorim
Clone the repo
git clone --depth 1 https://github.com/Vorim-AI-Labs/vorim-openclaw-skill

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for vorim

README.md
[![agentmods](https://agentmods.dev/badge/skills/vorim-ai-labs/vorim-openclaw-skill/vorim/github.svg)](https://agentmods.dev/skills/vorim-ai-labs/vorim-openclaw-skill/vorim)
Your own site
<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.

agentmods 80×15 button for vorim

Your own site · 80×15
<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>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,170 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash 856c0a8c6796, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

skills/vorim/SKILL.md · 112 lines

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

  1. Create a free account at https://vorim.ai (no credit card required)
  2. Get your API key from Settings → API Keys
  3. 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 ID
  • scope: the permission level needed

Available scopes (least to most privileged):

  • agent:read — browsing, searching, reading data
  • agent:write — creating files, sending messages, editing data
  • agent:execute — running shell commands, scripts, automations
  • agent:transact — making purchases, payments, financial actions
  • agent:communicate — sending emails, posting to social media
  • agent:delegate — granting permissions to other agents
  • agent: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 ID
  • event_type: one of tool_call, api_request, message_sent, permission_change, status_change
  • action: what you did (e.g., send_email, run_script, read_file)
  • result: success, denied, or error

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"])

Read the full file on GitHub · 112 lines

Changes

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.

  1. 12d ago First seen · 112 lines · 42 tokens per session scan A 856c0a8c6796

Subscribe to this mod's changes

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.