reputation-scoring

Calculate composite reputation scores for AI agents using on-chain data, AIXBT sentiment, and Nansen labels.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/SatoshiPierogi/onchain-watchdog --skill reputation-scoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reputation-scoring
Source: https://github.com/SatoshiPierogi/onchain-watchdog/tree/main/skills/reputation-scoring
Command: npx skills add https://github.com/SatoshiPierogi/onchain-watchdog --skill reputation-scoring

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axios, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of objectively assessing the trustworthiness and reliability of AI agents operating on-chain by providing a quantifiable reputation score.

Core Features & Use Cases

  • Weighted Score Calculation: Aggregates data from on-chain activity, market sentiment (AIXBT), and wallet intelligence (Nansen) into a single score.
  • Degraded Mode Operation: Gracefully handles situations where external APIs are unavailable, maintaining partial functionality.
  • Use Case: A decentralized application needs to display a safety rating for each AI agent interacting with its platform. This Skill provides that rating, updated in real-time.

Quick Start

Use the reputation-scoring skill to calculate the score for the agent address '0x1234567890abcdef1234567890abcdef12345678'.

Frequently Asked Questions about reputation-scoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate a composite reputation score for AI agents operating on-chain?

The mechanism calculates an AI agent reputation score by aggregating on-chain transaction activity, AIXBT market sentiment, and Nansen wallet intelligence. This composite metric objectively quantifies the trustworthiness of decentralized agents interacting on-chain.

Can I use wallet intelligence and market sentiment for decentralized AI agent risk assessment?

Yes, agent risk assessment combines Nansen wallet labels and AIXBT market sentiment with on-chain transaction analysis. This weighted score calculation generates a quantifiable safety rating reflecting both market conditions and wallet intelligence.

How do I get an AI agent safety rating when the Nansen or AIXBT API is unavailable?

The scoring mechanism supports degraded operational mode to handle intermittent external API downtime gracefully. When AIXBT or Nansen services are unavailable, it maintains partial functionality to ensure continuous agent reputation scoring.

Do I need API keys to calculate on-chain AI agent reputation scores?

Comprehensive agent reputation scoring requires API access to on-chain data, AIXBT market sentiment, and Nansen wallet intelligence. These external services supply the transaction history and wallet labels necessary for risk assessment calculations.

What is the best way to dynamically score agent reputation in a decentralized application?

Dynamically scoring agent reputation requires aggregating on-chain transaction analysis, AIXBT sentiment, and Nansen wallet labels into a weighted score. This method provides decentralized applications with real-time, quantifiable safety ratings for interacting agents.