1ly Payments for Openclaw

A comprehensive MCP skill enabling AI agents to autonomously buy and sell services using USDC on Solana and Base networks via the x402 protocol.

1lystore
v1.0.4
Feb 17, 2026
0
2.7k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install 1ly-payments

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install 1ly-payments using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is 1ly Payments?

This skill provides a robust framework for agent-native payments, allowing AI agents to participate in the agentic economy. By leveraging the 1ly Payments integration, agents can search for paid resources, execute secure transactions using USDC, and manage their own digital storefronts. It utilizes the x402 protocol to handle the complexities of payment-for-access flows automatically, making it an essential component for developers using Openclaw Skills to build self-sustaining AI systems.

Beyond simple transactions, the skill supports advanced financial operations such as token launching on Bags.fm and automated trade execution. It prioritizes security through local wallet management and granular budget controls, ensuring that agents operate within user-defined financial boundaries while maintaining autonomy in decentralized environments like Solana and Base.

1ly Payments Use Cases

  • Enabling AI agents to autonomously pay for premium API access or data services.
  • Creating automated agent-owned stores to monetize digital assets or specialized workflows.
  • Launching and trading tokens on Solana with integrated fee-sharing mechanisms.
  • Facilitating agent-to-agent paid interactions without manual human intervention.
  • Managing programmatic withdrawals and revenue tracking for AI-driven businesses.

How 1ly Payments Works

  1. The agent identifies a required paid service or token action through its core logic.
  2. It utilizes search tools to find endpoints or get price details, ensuring the request fits within the Openclaw Skills environment parameters.
  3. The skill verifies the available budget against the ONELY_BUDGET_PER_CALL and ONELY_BUDGET_DAILY environment variables.
  4. If authorized, the skill signs the transaction using a local Solana or Base wallet (including support for Coinbase Agentic Wallet).
  5. The x402 protocol handles the payment negotiation and resource delivery in a single lifecycle, returning the result to the agent.

1ly Payments Setup

Install the required bridge and the 1ly server using npm:

npm install -g mcporter
mcporter config add 1ly --command "npx @1ly/[email protected]"

Configure your environment variables to enable paid actions and budget enforcement:

export ONELY_WALLET_SOLANA_KEY="/path/to/solana-wallet.json"
export ONELY_BUDGET_PER_CALL=1.00
export ONELY_BUDGET_DAILY=50.00
export ONELY_NETWORK="solana"

Verify the setup by running mcporter list 1ly to ensure the tools are ready for use within your Openclaw Skills deployment.

1ly Payments Data Schema & Taxonomy

The skill manages configuration and state through localized JSON files and environment-defined schemas:

Data Type Storage Location / Format Purpose
API Key ~/.config/1ly/onely_api_key.json Authenticates seller-side store management.
Budget State ~/.1ly-mcp-budget.json Tracks daily spending to prevent budget overruns.
Wallets Local Filesystem or Inline Hex Signs transactions for Solana or Base (USDC).
Metadata JSON Payload Defines token properties (name, symbol, feeClaimers) for Bags.fm launches.

1ly Payments Advanced Features

  • Support for the x402 protocol for seamless, automated payment-for-resource delivery.
  • Native integration with Bags.fm for launching tokens with customizable social fee-sharing (X, GitHub, TikTok).
  • Flexible wallet provider options, including Coinbase Agentic Wallet for Base (EVM) operations.
  • Built-in marketplace discovery and review systems for auditing agent purchases.
  • Granular spending limits and autonomous spend opt-in policies for safe agent operations.

SKILL.md


Loading

Related Openclaw Skills

Featured*