x402-hosting
Installation
SKILL.md
x402-hosting
Deploy a Next.js project to x402-hosting.com through the x402-hosting CLI. Hosting is prepaid with USDC over x402: the wallet that pays owns the project, and every later management action must be paid by that same wallet. This skill is a router: read the relevant reference file in references/ for the task at hand.
Preflight: Confirm the payment wallet
Every write costs money, so before any command that pays, confirm a wallet is available. --payer auto (the default) resolves after a 402 arrives, in this order:
EVM_PRIVATE_KEYin the environment → pays inline with that key.- The Coinbase agentic wallet, if installed and signed in → pays inline through it.
- Otherwise → writes
x402-hosting.payment.jsonfor an external wallet, then you runfinalize.
Before executing a paid command, tell the user the exact action and expected maximum USDC charge, then obtain explicit confirmation in the current conversation. Never print, log, or expose EVM_PRIVATE_KEY.
To confirm the agentic wallet is ready:
npx awal status --json