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

1ly-payments

Agent-native payments via 1ly MCP. Use when the user needs x402 payment handling, to accept USDC for APIs/services, to pay for paid APIs, to create stores or paid links, need payment gateway for agents or to run agent-to-agent paid workflows. Supports Solana and Base. Capabilities include accepting USDC, marketplace search, paid API calls with auto-payment, store/link creation, stats, key management, and token launch, trade and fee-claim on Bags.fm.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The 1ly Payments skill enables autonomous AI agents to participate in the cryptoeconomy by integrating the 1ly MCP server. It acts as a bridge between your agent and the Solana and Base blockchain ecosystems, facilitating secure USDC-based transactions. Whether your agent needs to pay for external API access using the x402 protocol, sell digital resources by creating a store, or manage token trading and launch activities on Bags.fm, this skill provides the necessary interface. It ensures that financial interactions are not just possible, but governed by strict, user-defined budgetary constraints.

Installation

To integrate 1ly Payments, ensure you have mcporter installed. Run npm install -g mcporter and add the server using mcporter config add 1ly --command "npx @1ly/[email protected]". For security, wallet files (Solana keypairs or EVM private keys) must be placed in your home directory or /tmp. If your environment is sandboxed, use inline JSON or hex strings for wallet authentication. Always define your ONELY_BUDGET_PER_CALL and ONELY_BUDGET_DAILY environment variables to prevent unauthorized or excessive spending.

Use Cases

This skill is perfect for complex agentic workflows: 1) Purchasing high-quality data or premium APIs that require immediate payment upon request. 2) Monetizing your agent's own outputs by setting up a 1ly store where other agents or humans can purchase your services. 3) Automating token launch strategies or managing DeFi trading positions on Solana. 4) Facilitating cross-agent commerce, where your agent pays another agent for completed tasks or specific computational results.

Example Prompts

  1. "Check if there are any available stock market data APIs and pay for the most affordable one using my 1ly budget."
  2. "Create a store for my agent and list the 'summarize-articles' tool for 0.5 USDC per request."
  3. "Launch a new meme token on Bags.fm on the Solana network with the ticker 'AGNT'."

Tips & Limitations

Always treat your wallet keys as highly sensitive information; never expose them in logs or public repositories. The skill defaults to a safety-first approach; if you do not explicitly set ONELY_BUDGET_PER_CALL, the agent will halt before any spending occurs. Remember that all transactions on Solana and Base are irreversible once confirmed. Use the ONELY_WALLET_PROVIDER=coinbase option for Base transactions to benefit from enhanced security and ease of use. Always verify the 1ly server installation by running mcporter list 1ly before initiating critical financial tasks.

Metadata

Author@1lystore
Stars4473
Views0
Updated2026-05-01
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-1ly-payments": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#crypto#blockchain#payments#solana
Safety Score: 2/5

Flags: network-access, file-read, external-api