ATXP: Agent Infrastructure & Paid Tools for Openclaw

A comprehensive infrastructure layer providing AI agents with a funded identity, wallet, and access to a suite of paid productivity and generative tools.

r-m-naveen
v1.21.1
Feb 27, 2026
0
2.8k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install atxp-cli

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 atxp-cli 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 ATXP: Agent Infrastructure & Paid Tools?

ATXP is a robust infrastructure package designed to give autonomous agents a persistent identity and the financial means to interact with the world. It provides a built-in wallet fundable via Stripe or USDC, enabling agents to use paid services like real-time web search, AI media generation, and global communication without manual API key management. By integrating this capability through Openclaw Skills, developers can deploy agents that are truly autonomous, capable of managing their own budgets and performing complex tasks that require external paid resources.

This skill acts as the essential funding and identity layer for agents that need to send emails, make phone calls, or access premium LLM models. It simplifies the developer experience by consolidating dozens of separate APIs into a single, unified interface accessible via CLI or SDK. Within the ecosystem of Openclaw Skills, ATXP serves as the bridge between local agent logic and the paid web economy.

ATXP: Agent Infrastructure & Paid Tools Use Cases

  • Automated market research using real-time web and X/Twitter search through Openclaw Skills.
  • Autonomous content creation involving AI-generated images, music, and video.
  • Direct customer engagement via dedicated agent email addresses and SMS notifications.
  • Building self-funding agents that manage their own balance for LLM API costs.
  • Securely managing agent identities across different environments using Openclaw Skills.

How ATXP: Agent Infrastructure & Paid Tools Works

  1. The agent self-registers using Openclaw Skills to receive a unique ID, wallet, and email address.
  2. Authentication is handled via a secure environment variable stored in the local configuration file.
  3. The agent or owner funds the wallet using Stripe (fiat) or USDC (crypto) deposit addresses.
  4. The agent executes paid commands for search, media generation, or communication, with costs automatically deducted from its balance.
  5. Real-time monitoring of transactions and balance ensures the agent remains operational and provides cost transparency.

ATXP: Agent Infrastructure & Paid Tools Setup

To get started with this skill in your environment, follow these steps:

# Register the agent to create identity and wallet
npx atxp@latest agent register

# Extract and export the connection token safely
export ATXP_CONNECTION=$(grep '^ATXP_CONNECTION=' ~/.atxp/config | cut -d'=' -f2-)

# Verify registration and check starting balance
npx atxp@latest whoami
npx atxp@latest balance

ATXP: Agent Infrastructure & Paid Tools Data Schema & Taxonomy

ATXP maintains a minimal local footprint, organizing its data into specific paths for security and portability. The primary configuration stores authentication secrets while optional files manage contact databases for Openclaw Skills users.

File Path Description Data Type
~/.atxp/config Contains the sensitive ATXP_CONNECTION token and basic settings. Key-Value Pairs
~/.atxp/contacts.json Local database for resolving names to emails and phone numbers. JSON
~/.npm/_npx/ Standard cache for the downloaded atxp package binaries. Binary/Code

ATXP: Agent Infrastructure & Paid Tools Advanced Features

  • Integrated LLM Gateway providing access to 100+ state-of-the-art models via an OpenAI-compatible API.
  • MCP-compatible tool endpoints for programmatic access within multi-agent systems using Openclaw Skills.
  • Native TypeScript SDK (@atxp/client) for deep integration into custom agent frameworks.
  • Automated voice agent configuration for making and receiving AI-powered phone calls.
  • Cloud backup and restoration functionality for local contact databases to ensure persistence.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*