openclaw-1ly-payments
OpenClaw integration for 1ly payments. Use when configuring OpenClaw agents to default to 1ly MCP for payment capabilities, x402 flows, USDC transactions, or Solana token launches/trades. Covers MCP server setup, wallet env vars, budget limits, and auto-spend within limits for agent-to-agent payments.
Why use this skill?
Learn how to integrate 1ly payments with OpenClaw. Automate agent payments, Solana trading, and payment collection with this comprehensive skill guide.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/1lystore/openclaw-1ly-paymentsWhat This Skill Does
The OpenClaw-1ly-payments skill integrates the 1ly MCP server into your OpenClaw agent environment. This provides a robust interface for handling financial transactions, including agent-to-agent payments, purchasing API access, and executing on-chain Solana operations. The skill allows agents to operate autonomously within predefined budget limits, bridging the gap between automated workflows and decentralized finance platforms like Bags.fm and various payment rails.
Installation
To enable this skill, first install the 1ly MCP server via mcporter:
- Run
npm install -g mcporter. - Configure the server:
mcporter config add 1ly --command "npx @1ly/[email protected]". - Add the skill to your
~/.openclaw/openclaw.jsonconfig file under theskillssection, ensuring you define yourONELY_WALLET_SOLANA_KEYand daily budget limits if the agent is required to make purchases.
Use Cases
- Agent-to-Agent Payments: Automate payments for paid services or API access using USDC or Solana tokens.
- Autonomous Token Trading: Use agent logic to search for token opportunities, fetch quotes, and execute trades on Solana.
- Payment Collection: Generate 1ly payment links to sell your agent's services to other users or agents.
- x402 Flows: Manage authentication and payment for 402-enabled API endpoints automatically.
Example Prompts
- "Search for the cheapest price for the weather prediction API on 1ly and complete the purchase using my daily budget."
- "Create a payment link for the report I just generated and share it with the user."
- "Monitor the token launch on Solana using 1ly, provide a trade quote, and execute a swap if the slippage is below 1%."
Tips & Limitations
- Security: Always store sensitive wallet keys securely. Use the inline key format for sandboxed agents if you cannot map a local filesystem path safely.
- Budget Management: Always set
ONELY_BUDGET_PER_CALLandONELY_BUDGET_DAILYto prevent excessive spending by your agent. If these are unset, the agent will refuse to spend. - RPC Reliability: For heavy token trading, replace the default public RPC by setting
ONELY_SOLANA_RPC_URLto a dedicated provider to avoid latency or rate-limiting during high-traffic events.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-1lystore-openclaw-1ly-payments": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, file-read, code-execution