A comprehensive infrastructure layer providing AI agents with a funded identity, wallet, and access to a suite of paid productivity and generative tools.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install atxp-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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 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 |
Loading
ATXP provides a unified infrastructure for AI agents to manage identity, fund wallets, and access a suite of paid API tools including web search and media generation.

A powerful Model Context Protocol skill for retrieving formatted system time, managing global timezones, and calculating precise time intervals.

A sophisticated WebSocket management tool providing automated recovery through exponential backoff, jittered retries, and circuit breaker patterns.

A robust HTTP client extension for Openclaw Skills that implements exponential backoff retries and circuit breaker patterns to drastically reduce API failure rates.

An automated monitoring utility that tracks Clawdbot session token usage and triggers alerts at critical thresholds to prevent context loss.

A comprehensive AI assistant for summarizing unread messages, auditing label structures, and automating Gmail inbox maintenance.








































