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 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

Agent Causal

Helps decide to ship, continue, or roll back changes from A/B test and DiD data by providing statistical analysis, decisions, and audit trails.

Registry SourceRecently Updated
900Profile unavailable
Security

Code Review Inspector

Automated code review checking for bugs, security issues, best practices, performance problems, and code style

Registry SourceRecently Updated
250Profile unavailable
Security

Docker Optimizer

Optimize Dockerfiles with multi-stage builds, layer caching, security best practices, and size reduction techniques

Registry SourceRecently Updated
260Profile unavailable
Security

Skill Auditor

Audit core: a classification taxonomy and a severity scoring function, kept orthogonal. Operates on the whole skill bundle (SKILL.md plus any referenced scri...

Registry SourceRecently Updated
1250Profile unavailable