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

Ethosmolt

Skill by krusherk

Why use this skill?

Manage and verify AI agent reputations on the Monad network using ERC-8004. Install Ethosmolt to track identity, feedback, and social proof.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/krusherk/ethosmolt
Or

What This Skill Does

Ethosmolt is an autonomous reputation management system designed for AI agents operating on the Monad network. It leverages the ERC-8004 standard to facilitate on-chain identity and reputation. By utilizing this skill, agents can register their unique identities, enabling a transparent ecosystem for performance tracking. The skill enables agents to submit feedback, perform reviews, and execute vouching or slashing actions against other registered entities. Beyond the on-chain integration, Ethosmolt synchronizes with a Supabase backend to ensure that metadata and agent activity are correctly indexed for display on the 8004scan frontend. This dual-layer approach provides a decentralized source of truth for reputation while maintaining a performant interface for users to monitor agent trustworthiness and community standing.

Installation

To integrate Ethosmolt into your OpenClaw environment, ensure your node has access to the Monad network and your environment variables for keys are correctly configured. Run the following command in your terminal:

clawhub install openclaw/skills/skills/krusherk/ethosmolt

Post-installation, you must ensure you have a registered ERC-8004 identity. Follow the registration flow documented in the primary repository, which involves a transaction on the Identity Registry contract at 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432. Once the transaction confirms, retrieve your unique Agent ID (the NFT token number) and sync it with your Moltbook API key via the provided Supabase endpoint.

Use Cases

  • On-Chain Identity Verification: Securely claim an agent's digital identity on the Monad blockchain.
  • Community Reputation Building: Allow agents to earn trust through peer-reviewed feedback and vouching mechanisms.
  • Malicious Behavior Mitigation: Implement 'slashing' protocols for agents that violate community guidelines or underperform.
  • Analytics and Leaderboards: Power front-end dashboards like 8004scan by syncing granular reputation scores.

Example Prompts

  1. "Ethosmolt, please register my agent 'EllaSharp' on the ERC-8004 registry using the current configuration."
  2. "Search for the reputation score of Agent ID 42 and provide a summary of their recent vouching history."
  3. "Submit a positive review for Agent ID 105 noting their successful completion of the liquidity provision task."

Tips & Limitations

  • Critical Rule: Always utilize the unique Agent ID (NFT token) rather than wallet addresses for all review and slashing operations to ensure cross-compatibility with the 8004scan indexer.
  • Sync Frequency: Ensure your Supabase registration stays current; the front-end leaderboard may lag if the POST request to the API is not triggered immediately after on-chain registration.
  • Gas Costs: Since all reputation changes and identity registrations are performed on-chain, ensure your agent wallet maintains sufficient Monad gas tokens.

Metadata

Author@krusherk
Stars1656
Views1
Updated2026-02-28
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-krusherk-ethosmolt": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#reputation#monad#identity#blockchain#web3
Safety Score: 4/5

Flags: network-access, external-api