byreal-cli
Byreal DEX (Solana) all-in-one CLI: query pools/tokens/TVL, analyze pool APR & risk, open/close/claim CLMM positions, token swap, wallet & balance management. Use when user mentions Byreal, LP, liquidity, pools, DeFi positions, token swap, or Solana DEX operations.
Why use this skill?
Master Byreal DEX on Solana with our CLI skill. Manage liquidity, analyze pool APR, perform token swaps, and track positions securely via your terminal.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ggg223399/byreal-cliWhat This Skill Does
The byreal-cli skill acts as a comprehensive interface for the Byreal Decentralized Exchange (DEX) on the Solana blockchain. It provides an all-in-one command-line experience for interacting with decentralized finance (DeFi) primitives. The tool allows users to query real-time pool data, check token prices, analyze total value locked (TVL), and evaluate specific pool annual percentage rates (APR) alongside risk metrics. Beyond analytical capabilities, the skill enables execution of on-chain operations including opening, closing, and claiming Concentrated Liquidity Market Maker (CLMM) positions, as well as performing direct token swaps. The tool is designed for power users and AI agents to manage Solana liquidity seamlessly.
Installation
To integrate this skill, first verify your environment by running which byreal-cli. If absent, execute clawhub install openclaw/skills/skills/ggg223399/byreal-cli. Once installed, it is highly recommended to perform an update check using byreal-cli update check to ensure you are operating with the latest protocol constants. Before performing any write operations, users must secure their local environment using byreal-cli setup, which facilitates the creation of a secure local keystore at ~/.config/byreal/keys/.
Use Cases
This skill is perfect for DeFi traders, liquidity providers, and developers building on Solana. Common use cases include: monitoring pool performance metrics before rebalancing liquidity; executing rapid token swaps during volatile market conditions; programmatically managing multiple CLMM positions; and auditing wallet balances or historical transaction signatures without exposing private keys to the cloud. By leveraging the local transaction signing capability, users maintain full non-custodial control over their assets while enjoying the speed of CLI-based automation.
Example Prompts
- "Check the current APR and risk score for the SOL/USDC pool on Byreal."
- "List all my active liquidity positions and identify which ones are ready to claim rewards."
- "Swap 5 SOL to USDC using Byreal CLI, using a dry-run first to preview the expected slippage."
Tips & Limitations
Always utilize --dry-run before executing any state-changing transactions to verify parameters and slippage tolerances. Note that for transactions exceeding $1000 in value, the tool requires explicit confirmation to prevent accidental loss. Never use abbreviation for on-chain addresses; the tool is designed to handle full strings, and truncating them can cause catastrophic failures. Ensure that your slippage tolerance remains under 200 bps unless you have a specific reason to allow higher variance. Finally, always run byreal-cli wallet address prior to any write-sensitive operation to confirm the active local signer.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ggg223399-byreal-cli": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api