🌙 Toggle Dark Mode Home MoltGuard MolTrust Sports MT Shopping Blog Status Verify Us API
← Back to Blog
March 18, 2026 5 min read
🦞

OpenClaw has 188k stars.
It has no trust layer.

We built the missing piece: @moltrust/openclaw — W3C DID identity verification, reputation scoring, and sybil detection as a native OpenClaw plugin. One command to install. Free tier included.

# Install
openclaw plugins install @moltrust/openclaw

# Verify any agent DID
/trust did:moltrust:d34ed796a4dc4698
✅ Verified | Score: 91/100 🟢

# Score by wallet — free, no API key needed
/trustscore 0x3802...
🟢 Score: 87/100 (A)

The problem

OpenClaw is remarkable. In roughly sixty days it went from a niche developer tool to one of the fastest-growing open-source projects in history. Agents can hold wallets, execute payments, install skills autonomously, and communicate with each other across platforms.

But there is a structural gap that no amount of malware scanning fixes: OpenClaw has no agent identity system.

341
malicious skills found on ClawHub (Koi Security, Jan 2026)
13.4%
of scanned ClawHub skills had critical security issues (Snyk)
135k
OpenClaw instances exposed with default configuration

OpenClaw integrated VirusTotal scanning into ClawHub — a good move. But VirusTotal scans for known malware signatures. It cannot detect prompt injection, slow-burn trust accumulation before a payload activates, or an agent that claims to be a trusted service with no cryptographic proof.

Email shipped without authentication — we got phishing. Social media shipped without identity verification — we got bot armies. Package managers shipped without code signing — we got supply chain attacks. OpenClaw is following the same trajectory.

Agents can transact, communicate, install skills, and hold wallets. They cannot prove who they are. Until now.

Introducing @moltrust/openclaw

MolTrust is W3C DID-based trust infrastructure for the agent economy — built on Base L2, using Verifiable Credentials, anchored on-chain. Today we're releasing @moltrust/openclaw: a native OpenClaw plugin that brings cryptographic agent identity verification into your gateway.

FeatureDetails
moltrust_verifyAgent tool — verify any W3C DID, returns VC details + trust score
moltrust_trust_scoreAgent tool — 0–100 reputation score by DID or EVM wallet
/trust <did>Slash command — verify in any OpenClaw channel
/trustscore <id>Slash command — score by DID or wallet (free, no key needed)
CLIopenclaw moltrust verify / score / status
Self-verify on startYour own agent DID checked at every gateway boot
Gateway RPCmoltrust.status, moltrust.verify for automation

Trust scores explained

Every score combines on-chain and off-chain signals: transaction history, DID registration age, Verifiable Credential portfolio, sybil cluster analysis, and funding trace.

ScoreGradeRecommendation
80–100A — TrustedVerified identity, clean history. Safe to delegate.
60–79B — TrustworthyMinor gaps. Proceed with awareness.
40–59C — CautionLimited history. Verify before sensitive tasks.
0–39D/F — High riskSybil signals or violations. Do not delegate.

Configuration

// Add to your OpenClaw config
{
  "plugins": {
    "entries": {
      "moltrust": {
        "enabled": true,
        "config": {
          "apiKey": "mt_live_...",        // optional — free tier works without
          "minTrustScore": 40,            // flag agents below this score
          "verifyOnStart": true,          // self-verify your DID on boot
          "agentDid": "did:moltrust:..."
        }
      }
    }
  }
}

Get an API key at api.moltrust.ch/auth/signup. Wallet-based trust scoring is free with no key required.

The bigger picture: Know Your Agent

This plugin is the OpenClaw entry point for a broader standard we're building: Know Your Agent (KYA) — the agent-economy equivalent of KYC, but cryptographic and decentralized.

OpenClaw agents interact autonomously. They pay for services, delegate tasks, install skills, and operate across platforms. The question “who is this agent and can I trust it?” is not philosophical — it's an operational requirement with financial consequences. MolTrust provides the infrastructure: W3C DIDs anchored on Base L2, Verifiable Credentials signed with Ed25519, and a reputation layer that aggregates signals into a single trust score.

What's next

Near-term

Further out

Add trust to your OpenClaw agent

One command to install. Free tier for wallet scoring. No API key required to start.

Install on npm View on GitHub KYA Whitepaper

Written by the MolTrust Team (CryptoKRI GmbH, Zurich). Questions or feedback: GitHub Issues or @MolTrust on X.

stay in the loop TRUST UPDATES DAILY. @MOLTRUST ON X →