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:

  1. EVM_PRIVATE_KEY in the environment → pays inline with that key.
  2. The Coinbase agentic wallet, if installed and signed in → pays inline through it.
  3. Otherwise → writes x402-hosting.payment.json for an external wallet, then you run finalize.

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
Installs
2
First Seen
1 day ago
x402-hosting — x402-hosting/skills