xiond-usage

Automate Xiond CLI account management, token transfers, and balance queries.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/burnt-labs/xion-skills --skill xiond-usage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xiond-usage
Source: https://github.com/burnt-labs/xion-skills/tree/main/skills/xiond-usage
Command: npx skills add https://github.com/burnt-labs/xion-skills --skill xiond-usage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires xiond, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Guide for using the xiond CLI for account management, transactions, and queries. Use when user needs to create accounts, send tokens, query balances, or configure chain connections.

Core Features & Use Cases

  • Create and manage Xiond accounts
  • Transfer tokens between accounts
  • Query account balances and configure chain connections

Quick Start

Run the create-account script to generate a new wallet, then use the show-account, send-tokens, and query-balance scripts to manage keys, transfer funds, and verify balances.

Frequently Asked Questions about xiond-usage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Xion blockchain account creation and token transfers?

You can automate Xion blockchain account creation and token transfers by executing shell scripts that wrap the xiond CLI, which handles wallet generation, token transfers, and outputs machine-readable JSON for each operation.

How do I query wallet balances on the Xion blockchain?

To query wallet balances on the Xion blockchain, you run the query-balance script provided by the Skill, which executes the underlying xiond commands and returns the balance data in machine-readable JSON format.

Do I need a local xiond installation to manage accounts and send tokens?

Yes, you need a local xiond installation to manage accounts and send tokens, because the Skill relies on the local xiond CLI binary to execute its automated workflows for account management and transactions.

What is the best way to configure chain connections for Xiond accounts?

The best way to configure chain connections for Xiond accounts is to use the provided shell scripts that wrap the xiond CLI, ensuring your local environment is correctly connected to the Xion blockchain for queries and transfers.

Can I get machine-readable JSON output from xiond CLI transactions?

Yes, you can get machine-readable JSON output from xiond CLI transactions, because the Skill executes the provided shell scripts and formats the output of each account creation, token transfer, and balance inquiry as JSON.