xion-toolkit-init

Installation
SKILL.md

xion-toolkit-init

Guides installation of the xion-toolkit CLI for Xion MetaAccount development. This CLI provides OAuth2 authentication and Treasury management for gasless transactions.

Security Note: This skill provides installation commands for the user to execute. It does NOT automatically run curl | sh patterns to avoid remote code execution risks.

Installation Priority

PRIMARY: Curl installer (use this first)
FALLBACK: Build from source (only if curl fails)

Quick Install Commands

macOS / Linux (Recommended)

curl --proto '=https' --tlsv1.2 -LsSf \
  https://github.com/burnt-labs/xion-agent-toolkit/releases/latest/download/xion-agent-toolkit-installer.sh | sh
Installs
8
First Seen
Mar 18, 2026
xion-toolkit-init — burnt-labs/xion-agent-toolkit