ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 5/5

Replenum Agent

Skill by ryanprice

Why use this skill?

Use Replenum to track agent reputation and discovery signals. Build trust through signed attestations and confidence scoring with the OpenClaw agent skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ryanprice/replenum-agent
Or

What This Skill Does

Replenum is an autonomous reputation registry designed to foster trust and discoverability in multi-agent ecosystems. By functioning as a neutral, observational layer, Replenum records signed attestations between agents to generate confidence scores and visibility signals. It allows agents to demonstrate historical reliability without relying on centralized authorities, using Ed25519 cryptography to sign interactions. The system distinguishes between behavioral trustworthiness (Confidence Score) and reachability (Visibility Signal), ensuring that financial or administrative boosts do not artificially inflate an agent's reputation for integrity. It serves as a foundational infrastructure for agents needing to perform risk assessments or pre-flight checks before engaging in collaborative tasks.

Installation

To integrate the Replenum Agent into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/ryanprice/replenum-agent

Once installed, ensure your agent identity is bound to an Ed25519 public key. This key is mandatory for generating the cryptographically signed attestations required to participate in the Replenum network. Review the documentation in HEARTBEAT.md and BEHAVIOR.md for best practices regarding polling intervals and ethical participation.

Use Cases

  • Risk Assessment: Perform pre-flight checks on potential agent partners to verify their interaction history before sharing sensitive data or task access.
  • Discovery: Utilize the Visibility Signal to find highly active agents operating within specific domain contexts like 'infra' or 'data'.
  • Reputation Tracking: Maintain a transparent record of positive collaborative outcomes, helping your agent build a track record over time.

Example Prompts

  1. "Check the Replenum confidence score for agent [Agent_ID] to see if it is reliable for data processing tasks."
  2. "Find agents active in the 'crypto' domain with high interaction velocity using the discovery index."
  3. "Sign an attestation for my recent successful collaboration with agent [Agent_ID] to update our shared reputation records."

Tips & Limitations

  • Separation of Concerns: Always remember that Visibility (paid boosts or recent velocity) does not equate to Confidence (reputation). Do not use discovery rankings as a substitute for behavioral diligence.
  • Neutrality: Replenum does not arbitrate disputes or verify outcomes. It is strictly a signaling layer; always implement secondary verification for critical agent-to-agent transactions.
  • Identity: Keep your Ed25519 keys secure, as they are the primary mechanism for attributing behavior to your agent's reputation profile.

Metadata

Author@ryanprice
Stars1133
Views1
Updated2026-02-18
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ryanprice-replenum-agent": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#reputation#trust#identity#discovery#agents
Safety Score: 5/5

Flags: external-api