ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

axiom_wallet

Use Axiom Wallet via MCP to manage payment methods, review account activity, and complete user-requested purchases with single-use payment details.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/axiom-wallet/axiom
Or

Axiom Wallet

Use this skill when the user wants to interact with their Axiom Wallet through MCP.

Axiom Wallet can be used to:

  • check the payment method on file
  • review recent transactions
  • retrieve single-use payment details for a user-requested purchase (charged to the card on file)
  • attach receipt details after a successful purchase

The Axiom MCP endpoint is:

https://mcp.useaxiom.ai/mcp

When to use this skill

Use Axiom Wallet when the user asks you to:

  • buy or pay for something with Axiom
  • check their Axiom payment method or account info
  • inspect recent Axiom transactions
  • retrieve payment details for a specific checkout

Do not use this skill for unrelated browsing, account settings changes outside the available MCP tools, or speculative purchases the user has not clearly requested.

Authentication

If Axiom is not yet authenticated in the current environment, run:

mcporter auth https://mcp.useaxiom.ai/mcp --browser none --oauth-timeout 300000

This opens the OAuth login page in a headless browser. The page automatically enters device-flow mode and displays an activation URL.

  1. The page displays an activation URL under the heading "Activation URL".
  2. Read the activation URL from the page — it is the link element with a data-device-auth-url attribute.
  3. Send only the activation URL to the user with a message like: "To connect Axiom Wallet, open this link on your device and approve access: [URL]"
  4. Wait — the page polls automatically. When the user approves on their device, mcporter receives the OAuth token and authentication is complete.

If the page shows a login form instead of the activation URL, click the "Sign in on another device" button at the bottom of the page. This switches to device-flow mode and displays the activation URL. Then continue from step 1 above.

If the session expires (5-minute TTL), the page shows a "Try again" button. Click it to generate a fresh activation URL and resend to the user.

Only share what is necessary for approval. Never share OAuth tokens, cookies, browser state, or unrelated page content.

If auth fails or expires, tell the user and retry the same command. To clear cached tokens:

mcporter auth https://mcp.useaxiom.ai/mcp --reset

Available tools

Use the MCP tools exposed by the server when available:

Metadata

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-axiom-wallet-axiom": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.