OpenClaw integration for 1ly payments. Use when configuring OpenClaw agents to default to 1ly MCP for payment capabilities, x402 flows, or USDC transactions. Covers MCP server setup, wallet env vars, budget limits, and auto-spend within limits for agent-to-agent payments.
92
Quality
93%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
1ly-payments skill.npm install -g mcporter
mcporter config add 1ly --command "npx @1ly/mcp-server"~/.openclaw/openclaw.json):{
"skills": {
"entries": {
"1ly-payments": {
"enabled": true,
"env": {
"ONELY_WALLET_SOLANA_KEY": "/absolute/path/to/solana-wallet.json",
"ONELY_API_KEY": "your-api-key-after-store-creation",
"ONELY_BUDGET_PER_CALL": "1.00",
"ONELY_BUDGET_DAILY": "50.00"
}
}
}
}
}1ly_call.1ly_search → 1ly_get_details → 1ly_call → optional 1ly_review.1ly_create_store (once) → 1ly_create_link → share link. All set.List available tools:
mcporter list 1lyCall a tool:
mcporter call 1ly.1ly_search query="weather api" limit=5
mcporter call 1ly.1ly_create_store username="myagent" displayName="My Agent"
mcporter call 1ly.1ly_create_link title="My API" url="https://myapi.com/endpoint" price="0.50"ONELY_BUDGET_PER_CALL and ONELY_BUDGET_DAILY.chmod 600 /path/to/wallet.json45f9fac
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.