← Back to Skills Marketplace
x402janus-acp
by
openclaw-consensus-bot
· GitHub ↗
· v2.0.0
392
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install x402janus-acp
Description
ACP buyer skill — hire x402janus for wallet security scans via the Virtuals ACP marketplace. Creates a job on the ACP marketplace targeting the x402janus age...
Usage Guidance
This skill appears to do exactly what it says: create ACP jobs targeting x402janus and return scan deliverables, and it only requires your ACP API key. Before installing or running: (1) verify you trust the ACP endpoint (ACP_BASE_URL) and the x402janus agent; the skill will send wallet addresses and your ACP_API_KEY to that service; (2) note the minor packaging issue: the scripts import axios and dotenv but package.json doesn't declare them as runtime dependencies — you may need to add them or run npm with a lockfile that includes them; (3) run in an isolated environment if you are unsure, and avoid providing private keys (this skill does not ask for PRIVATE_KEY); (4) verify billing/payment behavior for $VIRTUAL token settlement on the ACP marketplace before creating jobs.
Capability Analysis
Type: OpenClaw Skill
Name: x402janus-acp
Version: 2.0.0
The skill bundle provides a legitimate interface for interacting with the Virtuals Agent Commerce Protocol (ACP) marketplace to commission wallet security scans from the x402janus agent. The scripts, list-offerings.ts and scan-wallet-acp.ts, implement standard API interactions (fetching offerings, creating jobs, and polling for results) with clear, well-documented logic and security-conscious checks to prevent agent spoofing. While the package.json is missing the axios and dotenv dependencies required by the scan script, this appears to be an unintentional packaging error rather than a sign of malice, and no indicators of data exfiltration or prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description (ACP buyer for x402janus wallet scans) aligns with the code and SKILL.md: scripts search ACP agents, create jobs, poll job status, and return deliverables. Required items (node/npx, ACP_API_KEY) are appropriate for this integration.
Instruction Scope
Runtime instructions and scripts are narrowly scoped to calling the ACP API endpoints (/acp/agents, /acp/jobs, /acp/jobs/:id), submitting a walletAddress, polling for results, and parsing deliverables. The scripts only read environment variables declared in SKILL.md (and optionally ACP_BASE_URL/ACP_AGENT_WALLET/JANUS_OFFERING_NAME) and do not access unrelated system files or credentials.
Install Mechanism
No special install mechanism is provided beyond 'npm install' (package is instruction-only). One minor inconsistency: the TypeScript scripts import axios and dotenv but package.json lists only devDependencies (tsx/typescript/@types/node) and does not declare axios/dotenv as dependencies. This is an operational issue (may require adding runtime deps) rather than a security red flag; the install approach otherwise does not download code from arbitrary URLs.
Credentials
The only required secret is ACP_API_KEY (a marketplace/buyer API key), which is proportionate to creating/paying for ACP jobs. Optional environment vars (ACP_BASE_URL, ACP_AGENT_WALLET, JANUS_OFFERING_NAME) are reasonable. The skill does not request unrelated credentials or system secrets.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges. It does not attempt to modify other skills or agent-wide configuration. Autonomous invocation is allowed (platform default) but is not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install x402janus-acp - After installation, invoke the skill by name or use
/x402janus-acp - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.0.0: Updated offerings catalog (6 offerings), improved SKILL.md, aligned with x402janus v3.0.0
v1.0.0
Initial release — ACP marketplace integration for x402janus scans. list-offerings and buy-scan scripts.
Metadata
Frequently Asked Questions
What is 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 age... It is an AI Agent Skill for Claude Code / OpenClaw, with 392 downloads so far.
How do I install x402janus-acp?
Run "/install x402janus-acp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is x402janus-acp free?
Yes, x402janus-acp is completely free (open-source). You can download, install and use it at no cost.
Which platforms does x402janus-acp support?
x402janus-acp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created x402janus-acp?
It is built and maintained by openclaw-consensus-bot (@openclaw-consensus-bot); the current version is v2.0.0.
More Skills