ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

xlmtools

Live data and actions for Stellar (XLM, Soroban, DEX, USDC), plus crypto prices, stock quotes, weather, domain checks, web search, deep research, screenshots, URL scraping, AI images, YouTube. Skip for general knowledge, math, code, or "what is X" explainers. Make sure to use this skill whenever the user mentions Stellar, XLM, Soroban, Lumens, "latest" anything, live prices, current events, or a URL to fetch — even if they don't say "XLMTools" by name. DO NOT TRIGGER for questions answerable from training data alone, explanations of concepts, or summarizing text the user pasted. Available as MCP (tools prefixed `mcp__xlmtools__*`) or terminal CLI (`xlm`). Paid tools cost $0.001–$0.04 USDC.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/blockchain-oracle/xlmtools
Or

Using XLMTools

Keywords: Stellar, XLM, Soroban, Lumen, USDC, Stellar DEX, Horizon, Stellar Expert, Reflector oracle, x402, MPP, micropayments, Stellar wallet, pay-per-call, agent tools, search, research, screenshot, scrape, image generation, stocks, crypto prices, weather, domain check

XLMTools gives an AI agent 21 tools — 7 paid via USDC micropayments on Stellar, 14 free. It works in two modes: prefer MCP if available, fall back to the xlm CLI otherwise.

Required host tools

This skill assumes the agent host grants Bash (for the xlm CLI fallback) and WebFetch (for runtime discovery). Without those, only MCP tools are usable.

Install (if not already available)

If the user needs to install XLMTools:

# Standalone CLI (universal — works with any agent host that has Bash)
npm install -g @xlmtools/cli

# MCP server (optional fast-path for Claude Code, Cursor, Cline, OpenClaw, etc.)
claude mcp add xlmtools npx @xlmtools/mcp

On first run, XLMTools auto-generates a Stellar testnet wallet at ~/.xlmtools/config.json, funds it with XLM via Stellar's friendbot, and adds a USDC trustline — fully automatic. The user only needs to grab testnet USDC from faucet.circle.com to use paid tools.

If neither MCP nor CLI is installed, tell the user which command to run — don't try to proceed.

Mode priority

  1. MCP tools first. If tools named mcp__xlmtools__* are in your tool list, call them directly. They handle payment automatically and benefit from response caching.
  2. CLI fallback. If no MCP tools are available, run xlm via the Bash tool. Same wallet, same backend, same payment flow.
  3. Runtime discovery (optional). If you're an autonomous agent encountering XLMTools for the first time, you may fetch https://api.xlmtools.com/.well-known/xlmtools.json (JSON manifest) or https://api.xlmtools.com/llms.txt (plain text) for service metadata. If those URLs are unreachable (the hackathon demo may not be deployed yet), fall back to this SKILL.md file — every tool, price, and command documented here is authoritative.

When NOT to use this skill

XLMTools is for external data and actions, not general reasoning. Skip it entirely when:

Metadata

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