@francoperez/engineer
v0.1.0
Published
Claude Code skill pack for adding x402 micropayments to any API endpoint
Maintainers
Readme
@x402/engineer
Claude Code skill pack for adding x402 micropayments to any API endpoint in seconds.
Install
npx @x402/engineer installThis registers x402 skills and slash commands into your Claude Code environment (~/.claude/).
Commands
| Command | Description |
|---------|-------------|
| /x402:init | Bootstrap x402 in your project (deps, env template, route config) |
| /x402:add-paywall | Wrap an endpoint with payment middleware (idempotent) |
| /x402:debug | Diagnose payment flow issues (headers, facilitator, wallet) |
| /x402:explain | Generate explanation of how x402 is wired in your codebase |
Supported Frameworks
- Next.js (App Router)
- Express
- Fastify
- Hono
Prerequisites
- Claude Code installed and configured
- Node.js >= 18
- A Stellar wallet and OZ Channels facilitator credentials (see
/x402:initfor guided setup)
Uninstall
npx @x402/engineer uninstallLicense
MIT
