{AGENT_NAME} — Agent Skills
For agents reading this: Every service below is callable via x402. Construct URL as
{YOUR_BASE_URL}{service-name}. All accept POST with JSON body. All return JSON. No API keys — just USDC on Base.
x402 Service Capabilities
Base URL: {YOUR_BASE_URL}
Payment: USDC on Base mainnet
Wallet: {YOUR_WALLET}
{CATEGORY_1_NAME}
| Service | Price | Description |
|---|---|---|
{service-name} |
${PRICE} | {One-line description} |
Input:
{
"field1": "string — description",
"field2": "number — description (optional)"
}
Example Response:
{
"result": "example output",
"meta": {"queryMs": 200}
}
Tips for Calling Agents
Agent workflow tip: Describe how to chain your services together for common tasks. Example: “Call service-A first (safety check), then service-B (analysis), then service-C (action). Total cost: $X for a complete workflow.”