← Back to Skills Marketplace
x402 Protocol Development
by
Misha Kolesnik
· GitHub ↗
· v0.5.0
· MIT-0
152
Downloads
0
Stars
0
Active Installs
11
Versions
Install in OpenClaw
/install x402-development
Description
Build internet-native payments with the x402 open protocol (x402 Foundation, Apache-2.0). Use when developing paid APIs, paywalled content, AI agent payment...
Usage Guidance
This bundle is documentation and example code for the x402 protocol (not an installer). It is coherent with its stated purpose, but you should note: (1) real use requires private keys and facilitator credentials — never paste private keys into public places and prefer hardware wallets or secure key management (CDP Wallet API or similar) where possible; (2) example code points at facilitator endpoints (e.g., https://x402.org/facilitator) — verify any third‑party facilitator before sending transaction payloads or signing permits; (3) test on devnets/test tokens before going to mainnet; (4) if you self-host a facilitator you will need to protect its FACILITATOR_KEY and ensure settlement logic and replay/duplicate protections are correctly implemented. The skill itself does not try to access your secrets automatically, but the examples assume you will provide them at runtime.
Capability Analysis
Type: OpenClaw Skill
Name: x402-development
Version: 0.5.0
The bundle provides comprehensive documentation and SDK references for the x402 protocol, an open standard for implementing HTTP 402 payments across multiple blockchain networks (EVM, Solana, Aptos, Stellar). It includes technical specifications, protocol flows, and implementation examples for TypeScript, Python, and Go. No evidence of malicious intent, data exfiltration, or prompt injection was found; the protocol's security model relies on standard cryptographic signatures, and the documentation correctly advises using environment variables for sensitive keys while explaining that facilitators cannot alter transaction details due to signature verification.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description match the provided SKILL.md and reference files: this is an SDK/documentation-only skill for implementing the x402 payment protocol across languages and chains. Nothing in the bundle asks for unrelated capabilities (no cloud provider credentials, no system-level access).
Instruction Scope
SKILL.md and reference docs contain many usage examples (TypeScript/Python/Go) that instruct developers to install SDK packages and to provide private keys and facilitator endpoints in environment variables. Those examples are normal for a payments SDK, but they show the agent how to build code that will access wallets and call external facilitator endpoints.
Install Mechanism
This is instruction-only with no install spec and no bundled executable code — the skill does not download or extract code at install time. Examples tell you to install standard packages (npm/pip/go) which is expected for SDK documentation.
Credentials
Registry metadata declares no required env vars, yet the SKILL.md and references repeatedly use environment variables for private keys and facilitator secrets (e.g., EVM_PRIVATE_KEY, APTOS_PRIVATE_KEY, FACILITATOR_KEY, FACILITATOR URL). The absence of declared required env vars is inconsistent with the examples: using the SDK in practice will require you to supply sensitive keys and endpoints, so treat those credentials with care.
Persistence & Privilege
Skill does not request permanent presence (always:false) and is instruction-only, so it does not modify agent configuration or request elevated platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install x402-development - After installation, invoke the skill by name or use
/x402-development - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.5.0
Updated x402-development from 0.4.0 to 0.5.0.
Changes:
- modified `SKILL.md`
- modified `references/core-concepts.md`
- modified `references/extensions.md`
- modified `references/go-sdk.md`
- modified `references/python-sdk.md`
- modified `references/svm-scheme.md`
- modified `references/typescript-sdk.md`
- modified `references/upto-scheme.md`
v0.2.1
Initial publish of x402-development
v0.3.0
Initial publish of x402-development
v0.6.0
Initial publish of x402-development
v1.1.0
Initial publish of x402-development
v0.2.0
Initial publish of x402-development
v0.1.1
Initial publish of x402-development
v2.2.0
Initial publish of x402-development
v0.1.0
Initial publish of x402-development
v1.1.1
Initial publish of x402-development
v0.4.0
Initial publish of x402-development
Metadata
Frequently Asked Questions
What is x402 Protocol Development?
Build internet-native payments with the x402 open protocol (x402 Foundation, Apache-2.0). Use when developing paid APIs, paywalled content, AI agent payment... It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.
How do I install x402 Protocol Development?
Run "/install x402-development" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is x402 Protocol Development free?
Yes, x402 Protocol Development is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does x402 Protocol Development support?
x402 Protocol Development is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created x402 Protocol Development?
It is built and maintained by Misha Kolesnik (@tenequm); the current version is v0.5.0.
More Skills