Skip to main content
Agent skills let your AI agent query Allium’s blockchain data using machine payments — without writing any payment boilerplate. Install the skills, run your agent, and ask questions in natural language. This works with both Tempo MPP and x402 under the hood.

Setup

1

Install agent skills

npx skills add allium-labs/skills --yes
2

Run Claude

Start Claude Code or any compatible agent and ask about Allium data.
That’s it. The agent skills handle wallet management, payment signing, and API calls automatically.

Example Queries

Once the skills are installed, try asking your agent:

Token prices

“Fetch the latest price for SOL”

On-chain analytics

“Analyze tokenized asset and RWA activity using Allium Explorer”
The agent will use the installed skills to make paid API calls to Allium, handling the full payment flow transparently.

How It Works

When your agent receives a query about blockchain data:
  1. The agent skill identifies the relevant Allium API endpoint
  2. It makes the API request and receives a 402 Payment Required response
  3. The skill automatically signs a USDC payment authorization
  4. It retries the request with the payment attached
  5. The agent receives the data and presents it to you
All of this happens within the agent’s tool execution — you just see the results.

Tempo MPP

The simplest programmatic integration

x402

Full manual control over the payment flow