An AI-powered assistant for managing Stellar XLM transactions, trustlines, and secure cross-border payments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install stellar
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install stellar using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Stellar skill provides a robust framework for interacting with the Stellar network through AI agents. It simplifies complex blockchain tasks such as managing memo requirements for exchange deposits, navigating minimum account reserves, and executing multi-operation transactions. By integrating this into the Openclaw Skills library, developers can automate interactions with the native XLM asset and fiat-backed tokens like USDC with high precision.
This skill is designed to handle the technical nuances of the Stellar Consensus Protocol (SCP), including fast finality and low-cost operations. It ensures that users adhere to critical security practices, such as never sharing secret keys while leveraging federated and muxed addresses for human-readable and efficient routing.
To integrate this skill into your workflow, follow these configuration steps:
# Add the Stellar skill to your local environment
openclaw install stellar
# Set your public network key (never use your secret key in plain text)
export STELLAR_PUBLIC_KEY="G..."
# If using Soroban smart contracts, initialize the Rust-based environment
stellar network add --rpc-url https://horizon.stellar.org --network-passphrase "Public Global Stellar Network ; September 2015"
The skill organizes Stellar-specific data using the following taxonomy to ensure transaction accuracy:
| Attribute | Format/Rule | Description |
|---|---|---|
| Public Key | G... (56 chars) | The standard public identifier for Stellar accounts |
| Memo | Text, ID, or Hash | Critical metadata required for exchange deposits |
| Base Reserve | 1.0 XLM | Minimum balance required to keep an account active |
| Trustline | 0.5 XLM Reserve | The locked amount required per non-native asset held |
| XDR | Base64 String | The transaction envelope format used for pre-signing validation |
Loading
A dynamic statistical companion that adapts to any level of expertise to build intuition, ensure analytical rigor, and prevent common data misconceptions.

A comprehensive toolset for managing HTTPS, provisioning TLS certificates, and troubleshooting secure connections across diverse server environments.

A specialized AI agent skill for managing SQLite databases with professional-grade concurrency, integrity, and performance configurations.

An advanced data management skill that enables AI agents to read, write, and analyze tabular data across multiple platforms with persistent schema memory.

A specialized tool for sourcing free stock photos and placeholder images directly via URLs for rapid prototyping and web design.

A professional-grade market analysis framework for managing stock watchlists, validating trade theses, and enforcing strict risk controls.








































