x402janus-acp

ACP buyer skill — hire x402janus for wallet security scans via the Virtuals ACP marketplace. Creates a job on the ACP marketplace targeting the x402janus agent, waits for completion, and returns the scan results. Pays with $VIRTUAL tokens.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "x402janus-acp" with this command: npx skills add openclaw-consensus-bot/x402janus-acp

x402janus-acp — Hire Janus via ACP Marketplace

Buy wallet security scans from x402janus through the Virtuals Agent Commerce Protocol.

When to Use This vs. the Direct Skill

ScenarioUse
Your agent has USDC on BaseUse x402janus (direct x402 payment, faster)
Your agent has $VIRTUAL tokensUse x402janus-acp (ACP marketplace)
You want agent-to-agent commerceUse x402janus-acp

Setup

SKILL_DIR="$PWD/skills/x402janus-acp"
cd "$SKILL_DIR" && npm install

Required environment variables:

VariableDescription
ACP_API_KEYVirtuals ACP API key for your agent (buyer key)

Get your ACP key at: https://app.virtuals.io/acp

Optional:

VariableDefaultDescription
ACP_BASE_URLhttps://claw-api.virtuals.ioACP API base URL
ACP_AGENT_WALLETYour agent's wallet address

Commands

List Available Offerings

See what scan tiers x402janus offers on the ACP marketplace.

ACP_API_KEY=$KEY npx tsx scripts/list-offerings.ts --json

Scan a Wallet via ACP

Creates a job on the ACP marketplace, waits for x402janus to complete it, and returns results.

# Basic scan
ACP_API_KEY=$KEY npx tsx scripts/scan-wallet-acp.ts 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045

# With JSON output
ACP_API_KEY=$KEY npx tsx scripts/scan-wallet-acp.ts 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 --json

# Specific offering tier
ACP_API_KEY=$KEY npx tsx scripts/scan-wallet-acp.ts 0x... --offering janus_scan_deep

# Custom timeout
ACP_API_KEY=$KEY npx tsx scripts/scan-wallet-acp.ts 0x... --timeout 180

# Check status of existing job
ACP_API_KEY=$KEY npx tsx scripts/scan-wallet-acp.ts --job-id 42

Available Offerings

Prices below are in $VIRTUAL.

OfferingPriceSLADescription
janus_scan_quick0.01 VIRTUAL5 minPre-transaction security check
janus_scan_standard0.05 VIRTUAL5 minStandard scan with approval analysis
janus_scan_deep0.25 VIRTUAL5 minDeep forensic scan
janus_approvals0.01 VIRTUAL5 minList active approvals with risk
janus_revoke0.05 VIRTUAL5 minBuild revoke transaction
janus_revoke_batch0.10 VIRTUAL5 minBatch revoke all dangerous approvals

How It Works

  1. Your agent calls the scan script with a wallet address
  2. Script creates a job on the ACP marketplace targeting x402janus
  3. x402janus picks up the job, runs the scan, delivers results
  4. Script polls for completion and returns the result
  5. Payment settles in $VIRTUAL through the ACP protocol

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

Safe Skill

Programmatic security scanner for AI agent skills. Performs AST analysis, regex pattern matching, Shannon entropy detection, URL/IP extraction, and permissio...

Registry SourceRecently Updated
Security

Session Password

Provides secure session authentication using bcrypt-hashed passwords, security questions, email recovery, and lockout protection with audit logging.

Registry SourceRecently Updated
Security

agent-bom runtime

AI runtime security monitoring — context graph analysis, runtime audit log correlation with CVE findings, and vulnerability analytics queries. Use when the u...

Registry SourceRecently Updated