🦀 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...
💡 Examples
# Install
clawhub install x402janus
cd skills/x402janus && npm installFree scan (no wallet required)
JANUS_API_URL=https://x402janus.com \
npx tsx scripts/scan-wallet.ts 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 --tier free --jsonPaid 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 transaction1 — medium risk (50–74) → flag for review2 — high risk (< 50) → halt transaction3 — 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) |
TERMINAL
clawhub install x402janus