Install
openclaw skills install @bubblevan/stablepay-agent-bootstrapInstall, bootstrap, validate, and optionally connect StablePay MCP on Codex, Claude Code, or Cursor.
openclaw skills install @bubblevan/stablepay-agent-bootstrapUse this file as the only required entrypoint. Do not ask for extra docs before starting.
Leave the environment in one of these states:
doctor works.CLI is the bootstrap, repair, and release-validation surface.MCP is the ongoing in-agent runtime surface.CLI first.MCP.Detect the shell environment before choosing commands.
npm.cmd and npx.cmd when npm or npx are blocked by execution policy.npm and npx.npx stablepay-agentpay-dev ....node ./dist/cli.cjs ....onboard --interactive as a loop. Do not stop after the first prompt.# Windows
npm.cmd install -g stablepay-agentpay-dev
# Linux/macOS/WSL
npm install -g stablepay-agentpay-dev
If global install is unnecessary, skip this and use npx directly.
# Windows
npx.cmd stablepay-agentpay-dev doctor
# Linux/macOS/WSL
npx stablepay-agentpay-dev doctor
If this fails because the entrypoint is missing or broken, report it as a packaging failure.
# Windows
npx.cmd stablepay-agentpay-dev onboard --interactive
# Linux/macOS/WSL
npx stablepay-agentpay-dev onboard --interactive
Expected question types:
Important:
Run at least one:
# Windows
npx.cmd stablepay-agentpay-dev status
npx.cmd stablepay-agentpay-dev balance
npx.cmd stablepay-agentpay-dev merchant list
# Linux/macOS/WSL
npx stablepay-agentpay-dev status
npx stablepay-agentpay-dev balance
npx stablepay-agentpay-dev merchant list
Balance semantics:
balance is the StablePay gateway balance for the active DID.Only after CLI bootstrap works:
{
"mcpServers": {
"stablepay": {
"command": "npx",
"args": ["stablepay-agentpay-dev", "mcp"]
}
}
}
Use this only when the user wants to validate the working tree before publish.
npm.cmd run check
npm.cmd run build
node ./dist/cli.cjs doctor
node ./dist/cli.cjs onboard --interactive
node ./dist/cli.cjs status
npm.cmd run release:verify
npm.cmd version patch
npm.cmd run release:verify
npm.cmd publish --access public
Post-publish smoke test:
npx stablepay-agentpay-dev doctor
npx stablepay-agentpay-dev onboard --interactive
npx stablepay-agentpay-dev status
Examples:
npx cannot find the commandbin entry is missingdist/cli.cjs is missing from the packageReport:
Examples:
Report:
Examples:
Report:
Examples:
Report:
Report in compact operator style:
Example:
OS: Linux / WSL2
Flow: published package
Onboarding: paused at X verification
Validation:statusworks
MCP: not configured
Next step: complete X verification, then resume onboarding with the saved session