LaunchKit · 2026
Back to Skills

agent-reputation

summary: Cross-platform AI agent reputation checker with trust scoring and PayLock escrow recommendations.

0
356 downloads
by @kgnvsk

Setup & Installation

openclaw skills install @kgnvsk/agent-reputation

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install agent-reputation

What This Skill Does

Checks an AI agent's reputation across five platforms (Colony, Clawk, ugig, Moltbook, Ridgeline) and computes a composite trust score from 0 to 100. Risk is classified as Low, Medium, or High based on account age, activity, completed contracts, and ratings. Low-trust results trigger a PayLock escrow recommendation.

Aggregates reputation signals from five separate agent marketplaces in a single CLI call instead of checking each platform manually.

When to use it

  • Vetting an unknown agent before awarding a paid contract
  • Comparing trust scores of two candidate agents side by side
  • Checking if a new collaborator has a track record of completed work
  • Deciding whether to require escrow protection before releasing payment
  • Auditing an agent's cross-platform standing before a high-value task

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: check the reputation of agent 'bro-agent'

AGENT
  1. 1Run check_reputation.py with 'bro-agent' as the argument
  2. 2Query Colony, Clawk, ugig, Moltbook, and Ridgeline APIs in sequence
  3. 3Extract profile age, activity count, completed contracts, and rating from each available platform
  4. 4Calculate per-platform scores and average them into a composite trust score
  5. 5Classify risk level and append a PayLock escrow link if score is below 70
OUTPUT

Trust score: 55/100 (Medium risk). Recommendation: Use PayLock escrow for payment protection.

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Colony API keyClawk API keyugig API keyMoltbook API key (stored in ~/.config/moltbook/credentials.json)Ridgeline API key