← Back to Skills Marketplace
419
Downloads
1
Stars
2
Active Installs
4
Versions
Install in OpenClaw
/install byreal-cli
Description
Byreal DEX (Solana) data & analytics CLI: query pools, tokens, TVL, APR, k-line charts, farmer rankings, launchpad projects, and DeFi position stats. Use whe...
README (SKILL.md)
Byreal DEX Analytics
Get Full Documentation
Always run these commands first to get complete, up-to-date documentation:
# Complete documentation (commands, parameters, workflows, constraints)
byreal-cli skill
# Structured capability discovery (all capabilities with params)
byreal-cli catalog list
# Detailed parameter info for a specific capability
byreal-cli catalog show \x3Ccapability-id>
Installation
# Check if already installed
which byreal-cli && byreal-cli --version
# Install
npm install -g @byreal-io/byreal-cli
Check for Updates
byreal-cli update check
If an update is available:
byreal-cli update install
Credentials & Permissions
- Most commands are read-only and require no wallet
- Write commands require wallet setup via
byreal-cli setup(interactive, handled by the CLI itself) - AI agents should never ask users to paste private keys in chat; always direct them to
byreal-cli setup
Hard Constraints
-o jsononly for parsing — when showing results to the user, omit it and let the CLI's built-in tables/charts render directly. Never fetch JSON then re-draw charts yourself.- Never truncate on-chain data — always display the FULL string for: transaction signatures (txid), mint addresses, pool addresses, NFT addresses, wallet addresses. Never use
xxx...yyyabbreviation. - Preview first with
--dry-run, then--confirm - Large amounts (>$1000) require explicit confirmation
- High slippage (>200 bps) must warn user
Usage Guidance
This skill is coherent for a CLI-based Byreal analytics tool, but treat npm packages with standard caution: verify the @byreal-io/byreal-cli package and its GitHub repo (look at package.json and any install scripts), prefer installing in a sandbox/container if you don't trust the package, and never paste private keys into chat (follow byreal-cli setup for wallet writes). If you need stronger assurances, inspect the package code on GitHub or install locally rather than globally and review postinstall actions before granting it system-level permissions.
Capability Analysis
Type: OpenClaw Skill
Name: byreal-cli
Version: 0.2.7
The byreal-cli skill is a standard wrapper for a Solana DEX analytics tool. The SKILL.md file includes positive security constraints, such as explicitly instructing the AI agent never to ask for private keys and requiring confirmation for high-value transactions or high slippage. The installation process uses a public npm package (@byreal-io/byreal-cli), and the command structure is focused on data retrieval and discovery without any signs of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description (Byreal DEX analytics) align with requirements: the skill requires the byreal-cli binary and installs @byreal-io/byreal-cli via npm, which is proportional to the stated CLI purpose.
Instruction Scope
SKILL.md only instructs the agent to discover and run byreal-cli commands, check/version/install the CLI, and follow safe handling rules for private keys; it does not request unrelated system files, extra environment variables, or exfiltration.
Install Mechanism
Install uses an npm package (@byreal-io/byreal-cli). This is expected for a Node CLI but carries the usual npm-install risks (postinstall scripts, arbitrary code run at install time). Package source is a GitHub repo which helps reviewability.
Credentials
No environment variables, credentials, or config paths are requested by the skill; instructions explicitly discourage pasting private keys into chat and direct users to the CLI's interactive setup for wallet writes.
Persistence & Privilege
Skill does not request always:true or elevated persistence. It is user-invocable and can be run autonomously per platform defaults, which is expected for a CLI integration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install byreal-cli - After installation, invoke the skill by name or use
/byreal-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.7
Reduce security flag surface: remove private key paths from metadata, reframe as data & analytics CLI
v1.1.1
sync SKILL.md with GitHub v0.2.6: npm install method, openclaw metadata, credentials docs, hard constraints
v1.1.0
npm registry migration: install via npm install -g @byreal-io/byreal-cli; added migration bridge for legacy users; AI context guidance for web search supplementation
v1.0.0
Initial release: AI-friendly CLI for Byreal concentrated liquidity DEX on Solana
Metadata
Frequently Asked Questions
What is Byreal Cli?
Byreal DEX (Solana) data & analytics CLI: query pools, tokens, TVL, APR, k-line charts, farmer rankings, launchpad projects, and DeFi position stats. Use whe... It is an AI Agent Skill for Claude Code / OpenClaw, with 419 downloads so far.
How do I install Byreal Cli?
Run "/install byreal-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Byreal Cli free?
Yes, Byreal Cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Byreal Cli support?
Byreal Cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Byreal Cli?
It is built and maintained by James333 (@ggg223399); the current version is v0.2.7.
More Skills