← 返回
未分类 Key 中文

Vorim AI — Agent Identity & Trust

AI agent identity, permissions, trust scores, and audit trails via Vorim AI. Gives your OpenClaw agent a cryptographic identity so every action is verified,...
通过 Vorim AI 为 AI 代理提供身份、权限、信任评分和审计追踪,为 OpenClaw 代理赋予加密身份,确保所有操作均被验证并记录。
kzino kzino 来源
未分类 clawhub v1.0.1 2 版本 100000 Key: 需要
★ 1
Stars
📥 330
下载
💾 0
安装
2
版本
#aiidentity#aisecurity#aitrust#audit#compliance#identity#latest#mcp#permissions#security#trust

概述

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:
  4. VORIM_API_KEY=agid_sk_live_...
    

The free tier includes 3 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"])

Save the returned agent_id — you'll need it for all subsequent operations.

MCP Integration

Vorim tools are available via the @vorim/mcp-server MCP server. The following tools are available:

ToolPurpose
---------------
vorim_pingCheck API connectivity
vorim_register_agentRegister this agent (first run)
vorim_get_agentGet agent details
vorim_list_agentsList all agents
vorim_update_agentUpdate agent metadata
vorim_revoke_agentPermanently revoke an agent
vorim_check_permissionCheck if action is allowed (do this before sensitive actions)
vorim_grant_permissionGrant a permission scope
vorim_list_permissionsList active permissions
vorim_revoke_permissionRevoke a permission
vorim_emit_eventLog an audit event (do this after every action)
vorim_export_auditExport signed audit bundle
vorim_verify_trustVerify identity and trust score
vorim_register_ephemeralCreate a short-lived agent
vorim_delegate_credentialDelegate credentials to another agent
vorim_request_tokenRequest a short-lived access token
vorim_list_delegationsList credential delegations

Behavioral Guidelines

  1. Always check permission before destructive or external actions — this protects the user
  2. Always log actions — the audit trail is the user's proof of what happened
  3. Be transparent about your identity — when asked, share your Vorim agent ID and trust score
  4. Respect denied permissions — if a permission check returns denied, do not attempt the action
  5. Register once, reuse forever — save your agent_id after first registration

Links

  • Website: https://vorim.ai
  • Documentation: https://vorim.ai/docs
  • npm: https://www.npmjs.com/package/@vorim/mcp-server
  • IETF Draft: draft-vorim-vaip-00

版本历史

共 2 个版本

  • v1.0.1 当前
    2026-05-09 04:03 安全 安全
  • v1.0.0
    2026-05-08 02:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,519 📥 577,388
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,443 📥 328,853
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 866 📥 346,819