← Back to Skills Marketplace
391
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install x402-agentic-creation
Description
Monetize your agent's API or tools using the x402 protocol and USDC micropayments. Enables provisioning, earnings tracking, and withdrawals.
Usage Guidance
This skill appears to do exactly what it claims: register monetized APIs and manage USDC earnings with GateX402. Before installing, ensure you (or your platform) supply credentials correctly: keep the wallet private key and management token in host-controlled secure storage (do not expose them to the agent), enforce spending/withdrawal limits at the wallet or host layer, and whitelist only api.gatex402.dev if your environment uses domain whitelisting. If you want to avoid autonomous withdrawals, require manual approval for withdraw_funds or do not provide a live wallet private key to the runtime.
Capability Analysis
Type: OpenClaw Skill
Name: x402-agentic-creation
Version: 1.0.1
The x402-creation skill bundle is a legitimate implementation of an API monetization protocol for AI agents. It enables agents to register services, track USDC earnings, and withdraw funds via the GateX402 platform. The code follows security best practices by using a host-injected credential pattern (CreateToolsOptions) that ensures sensitive data like wallet private keys and management tokens are never exposed to the AI agent's context. Furthermore, it implements response sanitization and boundary wrapping in 'src/types.ts' and 'src/tools/provision.ts' to mitigate indirect prompt injection. All network activity is restricted to the documented domain 'api.gatex402.dev'.
Capability Assessment
Purpose & Capability
Name/description, tools (provision/get_earnings/withdraw), skill.json, README, and code all align: they talk only to GateX402 (api.gatex402.dev) and implement wallet-signed provisioning, balance checks, and withdrawals as expected.
Instruction Scope
SKILL.md and SKILL files limit actions to provisioning, pricing, earnings retrieval, and withdrawals. The runtime explicitly avoids returning raw management tokens or private keys to the agent and sanitizes API responses; no instructions request unrelated system files or external endpoints.
Install Mechanism
There is no install spec in the skill bundle, but source includes a normal npm-style package (package.json, package-lock). Dependencies (viem, dotenv, zod) are appropriate for signing and API work. No arbitrary download URLs or extract steps are present.
Credentials
The skill requires host-supplied credentials (wallet private key and a management token) to perform provisioning and withdrawals — this is necessary for on-chain signing and payouts, but it is high privilege. The skill documentation and code enforce token isolation (storeManagementToken/getManagementToken) and sanitize outputs.
Persistence & Privilege
always:false and no modification of other skills. However, because the host must inject a wallet private key and management token, allowing the agent to invoke the skill autonomously would permit it to trigger withdrawals; operators should treat that as a powerful capability and apply wallet/session spending limits or require explicit human approval for withdrawals.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install x402-agentic-creation - After installation, invoke the skill by name or use
/x402-agentic-creation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Initial release of x402-agentic-creation.
- Added full monetization features for agent APIs/tools using the x402 protocol and USDC micropayments.
- Supports API provisioning, route pricing, earnings tracking, and automated USDC withdrawals on Base and Solana networks.
- Implements key tools: provision_api, get_earnings, and withdraw_funds.
- Enforces strong guardrails for key/management token handling via the runtime.
- Complete documentation and example configuration included.
v1.0.0
x402-agentic-creation 1.0.0
- Initial release introduces integration with the x402 protocol for monetizing API endpoints and tools using USDC micropayments.
- Supports provisioning new gateways, earnings tracking, and automated daily withdrawals to the agent’s wallet.
- Enables monetization across Base and Solana mainnets with as little as $0.001 per request.
- Implements secure management token storage and required guardrails for agent and wallet security.
- Provides tools for API provisioning, real-time earnings checks, and initiating withdrawals.
Metadata
Frequently Asked Questions
What is x402 Agentic Creation?
Monetize your agent's API or tools using the x402 protocol and USDC micropayments. Enables provisioning, earnings tracking, and withdrawals. It is an AI Agent Skill for Claude Code / OpenClaw, with 391 downloads so far.
How do I install x402 Agentic Creation?
Run "/install x402-agentic-creation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is x402 Agentic Creation free?
Yes, x402 Agentic Creation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does x402 Agentic Creation support?
x402 Agentic Creation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created x402 Agentic Creation?
It is built and maintained by Gatex402 (@gatex402); the current version is v1.0.1.
More Skills