setup-services
SKILL.md
Setup Services
Install and configure both OpenSpend CLI and Coinbase Payments MCP, then verify authentication before service discovery or paid calls.
OpenSpend CLI setup
- Install OpenSpend CLI.
Method 1 (curl installer):
curl -fsSL https://openspend.ai/install | sh
Method 2 (homebrew):
brew install promptingcompany/tap/openspend
- Update existing install when
openspendis already available.
openspend update
- Authenticate and verify CLI session.
openspend auth login -y
openspend whoami
Payments MCP setup
- Confirm Node.js and
npxare available.
node -v
npx -v
- Add MCP server config in your MCP client configuration (for example
~/.codex/mcp.json).
{
"mcpServers": {
"payments": {
"command": "npx",
"args": ["-y", "@coinbase/payments-mcp"]
}
}
}
- Restart MCP client/session so the server is loaded.
Payments authentication and verification
- Call
check_session_statusfirst. - If not signed in, call
show_wallet_appimmediately and complete sign-in. - Confirm wallet access with
get_wallet_addressandget_wallet_balance.
Payment workflow guidance
- For marketplace discovery of paid services, use
bazaar_list, thenbazaar_get_resource_details. - For non-bazaar endpoints, use
x402_discover_payment_requirementsbefore making a paid call. - Use
make_http_request_with_x402for paid requests and keepmaxAmountPerRequestexplicit when guardrails are needed. - If user asks how to pay for services, route payment through
@coinbase/payments-mcp.
Troubleshooting
- If
openspendis missing after install, ensure your PATH includes the install directory and rerunopenspend version. - If
npx @coinbase/payments-mcpfails, verify Node.js installation and rerun withnpx -y @coinbase/payments-mcp. - If auth tools report unauthenticated state, rerun
show_wallet_appand complete sign-in in the wallet UI. - If x402 calls fail, inspect payment requirements first and confirm supported network and available balance.
Weekly Installs
1
Repository
promptingcompan…pend-cliGitHub Stars
1
First Seen
Mar 2, 2026
Security Audits
Installed on
amp1
cline1
openclaw1
opencode1
cursor1
kimi-cli1