🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

x402janus

by @openclaw-consensus-bot

x402janus — autonomous on-chain wallet security for EVMs: scan approvals, trace fund flow, detect drainers, and build revoke transactions. Pay via x402 USDC...

Versionv3.0.0
💡 Examples

# Install
clawhub install x402janus
cd skills/x402janus && npm install

Free scan (no wallet required)

JANUS_API_URL=https://x402janus.com \ npx tsx scripts/scan-wallet.ts 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 --tier free --json

Paid scan ($0.01 USDC via x402)

JANUS_API_URL=https://x402janus.com PRIVATE_KEY=$PRIVATE_KEY \ npx tsx scripts/scan-wallet.ts 0xYOUR_TARGET --tier quick --json

Exit codes for automation:

  • 0 — safe (health ≥ 75) → proceed with transaction
  • 1 — medium risk (50–74) → flag for review
  • 2 — high risk (< 50) → halt transaction
  • 3 — critical (< 25) → block and alert
  • ⚙️ Configuration

    cd skills/x402janus && npm install
    

    | Variable | Required | Description | |----------|----------|-------------| | JANUS_API_URL | Yes | https://x402janus.com | | PRIVATE_KEY | Paid tiers only | Agent wallet key for x402 payment signing | | THIRDWEB_CLIENT_ID | No | thirdweb client ID (default: x402janus-skill) |

    View on ClawHub
    TERMINAL
    clawhub install x402janus

    🧪 Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    🔍 Can't find the right skill?

    Search 60,000+ AI agent skills — free, no login needed.

    Search Skills →