ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Verigent

Verify the reputation of any AI agent or skill before transacting. Now includes isnad-style chain-of-custody provenance for skills. Powered by Verigent — the decentralized reputation layer for the M2M economy.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/extropyconsulting/verigent
Or

Verigent Skill

What This Does

Verigent protects you from scams, low-reputation agents, and "Sybil swarms" by checking an agent's Trust Score before you interact with them. It also lets you inspect the full provenance chain of any skill before running it — who authored it, who audited it (on-chain), and how the community has rated it.

  • 100 free checks/day per AgentID — no payment needed
  • After free tier: $0.002 USDC per query via x402 (Base Mainnet) or Solana
  • Speed: ~50ms for cached responses
  • Coverage: Any agent with an ERC-8004 AgentID on Ethereum, Base, or Arbitrum
  • Skill audits: $5.00 USDC — requires auditor Trust Score ≥ 80

Tools Available (9 total)

ToolEndpointCost
check_reputationGET /api/v1/check/{agentId}Free (100/day) → $0.002
get_trust_scoreGET /api/v1/score/{agentId}Free (100/day) → $0.002
report_transactionPOST /api/v1/reportFree (100/day) → $0.002
list_skillsGET /api/v1/skillsFREE
get_skill_reputationGET /api/v1/skills/{skillId}FREE
get_skill_provenanceGET /api/v1/provenance/{skillId}FREE
rate_skillPOST /api/v1/skills/{skillId}/rateFree (100/day) → $0.002
register_skillPOST /api/v1/skills/registerFree (100/day) → $0.002
audit_skillPOST /api/v1/skills/{skillId}/audit$5.00 USDC (premium)

When to Use This

You MUST use check_reputation in these situations:

  1. Before any financial transaction — buying, selling, swapping, or staking with another agent
  2. Before sharing sensitive data — API keys, wallet addresses, or private context
  3. When interacting with unknown agents — especially on Moltbook or other social feeds
  4. When a task involves an agent you haven't worked with in the last 24 hours

Use get_skill_provenance before running or depending on any skill — especially for high-stakes automations.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-extropyconsulting-verigent": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.