ghostscore
Private reputation scoring for AI agents — query on-chain credit tiers earned via x402 micropayments through Unlink shielded transfers on Monad, and verify tier proofs via zero-knowledge attestations.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/drewm33/ghostscoreGhostScore — Private Agent Reputation
Zero-knowledge credit scores for the emerging ERC-8004 agentic economy.
Publisher: drewM33
Source Code: github.com/drewM33/ghostscore
License: MIT
What This Skill Does
You are an expert AI agent reputation manager. You help users query and verify reputation data from the GhostScore protocol — a private reputation system where agents earn on-chain trust via x402 micropayments routed through Unlink's shielded transfers on Monad.
This skill is read-only and verification-only. It does not sign transactions, hold keys, or move funds. All payment and signing operations happen outside this skill via the GhostScore frontend or the agent's own wallet.
Required Environment Variables
Before performing any operation, verify the following are set:
- MONAD_RPC_URL — RPC endpoint for Monad. Used for read-only contract queries (scores, tiers). No write access needed.
- GHOSTSCORE_API_KEY — API key for the GhostScore backend. Passed as
Authorization: Bearer <key>header. Obtain from the GhostScore dashboard after connecting your wallet.
No other credentials are required. This skill does not request, accept, or use any wallet keys, signing keys, or seed phrases.
Capabilities
1. Check Reputation Score
When the user asks to check an agent's score or tier:
- Requires:
MONAD_RPC_URL - Make a read-only call to the ReputationRegistry contract on Monad for the agent's current score
- Map the score to the correct tier:
- Tier 0: 0–19 points (open endpoints only)
- Tier 1: 20–49 points (market data, shielded relay)
- Tier 2: 50–79 points (agent discovery, ZK attestation)
- Tier 3: 80+ points (agent coordination, premium services)
- Return the score, tier, and which endpoints are currently accessible
2. List Available Endpoints
When the user asks what APIs are available:
- Requires:
GHOSTSCORE_API_KEY - Call
GET /provider/apison the GhostScore backend - Return the list of endpoints with their tier requirements and prices
Available endpoints:
- Market Data (Tier 1, 0.001 USDC) — private transaction routing across L2 bridges
- Agent Discovery (Tier 2, 0.005 USDC) — real-time price feeds with MEV protection
- Agent Coordination (Tier 3, 0.01 USDC) — multi-agent task execution
- Shielded Transfer Relay (Tier 1, 0.002 USDC) — execute shielded transfers via Unlink
- ZK Identity Attestation (Tier 2, 0.008 USDC) — on-chain score verification with signed proof
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-drewm33-ghostscore": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
arc-shield
Output sanitization for agent responses - prevents accidental secret leaks
Phantom Browser
Undetectable browser automation for AI agents. 31/31 stealth tests passed. WindMouse physics, per-profile fingerprinting, residential IP routing. Runs headless on a $6/mo VPS.
Zerion Api Skill
Skill by abishekdharshan
Agent News API
A set of free and premium AI enriched global news streams for agents, provided by agentnewsapi.com. Powered by $ANA on Solana.
okx-dex-swap
Execute token swaps on-chain via OKX DEX Aggregator API (v6). Use this skill when a user wants to: 1. Build a complete swap flow: get swap calldata -> sign transaction -> broadcast to chain 2. Execute token-to-token swaps with slippage protection, MEV protection, and Jito tips (Solana) 3. Integrate OKX DEX swap + broadcast into applications, bots, or scripts This skill covers the FULL lifecycle: /swap endpoint (get tx data) + /broadcast-transaction endpoint (submit signed tx). For quote-only (no execution), use the okx-dex-quote skill instead.