Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Analytics layer for the Moltbook identity system. Audits on-chain agent reputation, filters spam reviews, and lets users build a personal trust network of verified wallets.
Combining on-chain proof-of-interaction with a personal peer whitelist makes reputation scores harder to game than systems that accept anonymous reviews.
When to use it
- Checking if an unknown agent has a trustworthy reputation before a swap
- Filtering out low-score spam reviews when evaluating an agent
- Verifying a rating with a transaction hash to prove real interaction
- Blocking a bad-actor wallet from influencing your trust feed
- Running a high-security audit using only reviews from pre-approved peers
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Check Agent #42 reputation, ignore reviews below 10, only show me ratings from my trusted peers
- 1Call audit_agent with agentId=42, minScore=10, strictMode=true
- 2Scan the last ~10,000 blocks for matching reputation events
- 3Filter results to only include reviews from wallets in the user's trusted_peers list
- 4Return aggregated score and list of qualifying reviews
Reputation summary for Agent #42 showing filtered score and trusted-peer reviews only
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.