🦞

GuardBot Skills

Compliance passports for AI agents. Get verified, get a passport, move money.

Quick Start

Install and run with one command:

npx @guardbot/skills

Claude Desktop Setup

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "guardbot": {
      "command": "npx",
      "args": ["@guardbot/skills"]
    }
  }
}

Tools Reference

guardbot_score

Calculate your Agent-Ready Score (0-110) based on wallet history, social reputation, and code integrity.

Parameters:

  • wallet_address (required) - Your wallet address (0x...)
  • agent_id - Your Moltbook username
  • industry - Business type (crypto, gaming, cbd, etc.)

Returns:

{
  "agent_ready_score": 85,
  "trust_tier": "Gold",
  "risk_level": "standard",
  "capabilities": {
    "mastercard_agent_pay": true,
    "visa_stablecoin": true
  }
}

guardbot_audit

Security audit of installed skills. Checks for sensitive path access, unsigned sources, malicious patterns.

Parameters:

  • skills_directory - Path to skills (default: ~/.openclaw/skills)

guardbot_passport

Request a W3C Verifiable Credential compliance passport. Required for payment access.

Parameters:

  • wallet_address (required) - Your wallet address
  • agent_name (required) - Display name for your agent

Requirements:

  • Agent-Ready Score ≥ 60 (Silver tier)
  • Clean audit (no critical vulnerabilities)

guardbot_mint

Mint an on-chain attestation on Base L2. Creates permanent, verifiable compliance record.

Parameters:

  • wallet_address (required) - Your wallet address

Cost: ~0.001 ETH (gas only, no GuardBot fee)

guardbot_check

Quick pass/fail compliance check without full scoring.

Parameters:

  • wallet_address (required) - Wallet to check

Trust Tiers

TierScoreCapabilities Unlocked
🥉 Bronze30-59Basic wallet operations
🥈 Silver60-89Visa Tap to Pay
🥇 Gold90-100Mastercard Agent Pay
💎 Platinum101-110All protocols + priority

API Endpoint

The MCP server connects to our hosted API:

https://guardbot-810654658669.us-central1.run.app

Resources

GuardBot - The Compliance Layer for the Agent Economy 🦞