ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/1lystore/openclaw-1ly-payments
Or

What 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:

  1. Run npm install -g mcporter.
  2. Configure the server: mcporter config add 1ly --command "npx @1ly/[email protected]".
  3. Add the skill to your ~/.openclaw/openclaw.json config file under the skills section, ensuring you define your ONELY_WALLET_SOLANA_KEY and 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

  1. "Search for the cheapest price for the weather prediction API on 1ly and complete the purchase using my daily budget."
  2. "Create a payment link for the report I just generated and share it with the user."
  3. "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_CALL and ONELY_BUDGET_DAILY to 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_URL to a dedicated provider to avoid latency or rate-limiting during high-traffic events.

Metadata

Author@1lystore
Stars1524
Views1
Updated2026-02-26
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-1lystore-openclaw-1ly-payments": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#payments#solana#mcp#crypto#automation
Safety Score: 3/5

Flags: external-api, file-read, code-execution