{"skill":{"slug":"vorim-ai","displayName":"Vorim AI — Agent Identity & Trust","summary":"AI agent identity, permissions, trust scores, and audit trails via Vorim AI. Gives your OpenClaw agent a cryptographic identity so every action is verified,...","description":"---\nname: vorim\ndescription: AI agent identity, permissions, trust scores, and audit trails via Vorim AI. Gives your OpenClaw agent a cryptographic identity so every action is verified, permissioned, and logged.\nlicense: MIT-0\nmetadata:\n  openclaw:\n    primaryEnv: VORIM_API_KEY\n    requires:\n      bins: [mcporter]\n      env: [VORIM_API_KEY]\n    tags:\n      - security\n      - identity\n      - trust\n      - audit\n      - permissions\n    homepage: https://vorim.ai\n    repository: https://github.com/Kzino/vorim-openclaw-skill\n---\n\n# Vorim AI — Agent Identity & Trust\n\nYou 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.\n\n## Setup\n\n1. **Create a free account** at https://vorim.ai (no credit card required)\n2. **Get your API key** from Settings → API Keys\n3. **Set the environment variable:**\n```\nVORIM_API_KEY=agid_sk_live_...\n```\n\nThe free tier includes 3 agents with full access.\n\n## When to Use Vorim\n\n### Before Taking Sensitive Actions\nBefore performing any action that modifies data, sends messages, executes code, makes payments, or accesses external services, check if you have permission:\n\nUse the MCP tool `vorim_check_permission` with:\n- `agent_id`: your registered Vorim agent ID\n- `scope`: the permission level needed\n\nAvailable scopes (least to most privileged):\n- `agent:read` — browsing, searching, reading data\n- `agent:write` — creating files, sending messages, editing data\n- `agent:execute` — running shell commands, scripts, automations\n- `agent:transact` — making purchases, payments, financial actions\n- `agent:communicate` — sending emails, posting to social media\n- `agent:delegate` — granting permissions to other agents\n- `agent:elevate` — escalating privileges\n\nIf permission is denied, inform the user and do not proceed.\n\n### After Every Action\nLog what you did by emitting an audit event using `vorim_emit_event`:\n- `agent_id`: your Vorim agent ID\n- `event_type`: one of `tool_call`, `api_request`, `message_sent`, `permission_change`, `status_change`\n- `action`: what you did (e.g., `send_email`, `run_script`, `read_file`)\n- `result`: `success`, `denied`, or `error`\n\n### To Verify Your Identity\nWhen 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.\n\n### To Register (First Run)\nOn first use, register this OpenClaw instance as a Vorim agent using `vorim_register_agent`:\n- `name`: a descriptive name (e.g., \"kwame-openclaw-macbook\")\n- `capabilities`: what this agent can do (e.g., [\"browse\", \"email\", \"shell\", \"calendar\"])\n- `scopes`: permissions to request (e.g., [\"agent:read\", \"agent:write\", \"agent:execute\"])\n\nSave the returned `agent_id` — you'll need it for all subsequent operations.\n\n## MCP Integration\n\nVorim tools are available via the `@vorim/mcp-server` MCP server. The following tools are available:\n\n| Tool | Purpose |\n|------|---------|\n| `vorim_ping` | Check API connectivity |\n| `vorim_register_agent` | Register this agent (first run) |\n| `vorim_get_agent` | Get agent details |\n| `vorim_list_agents` | List all agents |\n| `vorim_update_agent` | Update agent metadata |\n| `vorim_revoke_agent` | Permanently revoke an agent |\n| `vorim_check_permission` | Check if action is allowed (do this before sensitive actions) |\n| `vorim_grant_permission` | Grant a permission scope |\n| `vorim_list_permissions` | List active permissions |\n| `vorim_revoke_permission` | Revoke a permission |\n| `vorim_emit_event` | Log an audit event (do this after every action) |\n| `vorim_export_audit` | Export signed audit bundle |\n| `vorim_verify_trust` | Verify identity and trust score |\n| `vorim_register_ephemeral` | Create a short-lived agent |\n| `vorim_delegate_credential` | Delegate credentials to another agent |\n| `vorim_request_token` | Request a short-lived access token |\n| `vorim_list_delegations` | List credential delegations |\n\n## Behavioral Guidelines\n\n1. **Always check permission before destructive or external actions** — this protects the user\n2. **Always log actions** — the audit trail is the user's proof of what happened\n3. **Be transparent about your identity** — when asked, share your Vorim agent ID and trust score\n4. **Respect denied permissions** — if a permission check returns denied, do not attempt the action\n5. **Register once, reuse forever** — save your agent_id after first registration\n\n## Links\n\n- Website: https://vorim.ai\n- Documentation: https://vorim.ai/docs\n- npm: https://www.npmjs.com/package/@vorim/mcp-server\n- IETF Draft: draft-vorim-vaip-00\n","tags":{"audit":"1.0.1","identity":"1.0.1","latest":"1.0.1","permissions":"1.0.1","security":"1.0.1","trust":"1.0.1","aiidentity":"1.0.0","aisecurity":"1.0.0","aitrust":"1.0.0","compliance":"1.0.0","mcp":"1.0.0"},"stats":{"comments":0,"downloads":396,"installsAllTime":15,"installsCurrent":0,"stars":1,"versions":2},"createdAt":1777569683923,"updatedAt":1778492814510},"latestVersion":{"version":"1.0.1","createdAt":1778199003906,"changelog":"v1.0.1 — Republish with cleaner manifest and standalone repo.\n\nChanges since previous version:\n- SKILL.md frontmatter cleaned to use only supported attributes\n  (name, description, license, metadata)\n- Explicit license: MIT-0 at the top level\n- 17 MCP tools across identity, permissions, credentials, audit, and trust\n- README updated with both global and workspace-specific install steps\n- Now backed by a standalone GitHub repo: github.com/Kzino/vorim-openclaw-skill\n\nThe skill provides cryptographic agent identity (Ed25519), scoped permissions, hash-linked audit trails, and a publicly verifiable trust score (0-100) for any OpenClaw agent. Free tier includes 3 agents and 10K events per month, no credit card.","license":"MIT-0"},"metadata":{"setup":[{"key":"VORIM_API_KEY","required":true}],"os":null,"systems":null},"owner":{"handle":"kzino","userId":"s17bavm3309nkcnppysrc46nhh855ave","displayName":"Kzino","image":"https://avatars.githubusercontent.com/u/30327181?v=4"},"moderation":null}