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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/extropyconsulting/verigentVerigent 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)
| Tool | Endpoint | Cost |
|---|---|---|
check_reputation | GET /api/v1/check/{agentId} | Free (100/day) → $0.002 |
get_trust_score | GET /api/v1/score/{agentId} | Free (100/day) → $0.002 |
report_transaction | POST /api/v1/report | Free (100/day) → $0.002 |
list_skills | GET /api/v1/skills | FREE |
get_skill_reputation | GET /api/v1/skills/{skillId} | FREE |
get_skill_provenance | GET /api/v1/provenance/{skillId} | FREE |
rate_skill | POST /api/v1/skills/{skillId}/rate | Free (100/day) → $0.002 |
register_skill | POST /api/v1/skills/register | Free (100/day) → $0.002 |
audit_skill | POST /api/v1/skills/{skillId}/audit | $5.00 USDC (premium) |
When to Use This
You MUST use check_reputation in these situations:
- Before any financial transaction — buying, selling, swapping, or staking with another agent
- Before sharing sensitive data — API keys, wallet addresses, or private context
- When interacting with unknown agents — especially on Moltbook or other social feeds
- 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-extropyconsulting-verigent": {
"enabled": true,
"auto_update": true
}
}
}