← 返回 Skills 市场
ggg223399

Byreal Cli

作者 James333 · GitHub ↗ · v0.2.7 · MIT-0
cross-platform ✓ 安全检测通过
419
总下载
1
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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

  1. -o json only 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.
  2. 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...yyy abbreviation.
  3. Preview first with --dry-run, then --confirm
  4. Large amounts (>$1000) require explicit confirmation
  5. High slippage (>200 bps) must warn user
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install byreal-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /byreal-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug byreal-cli
版本 0.2.7
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 4
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 419 次。

如何安装 Byreal Cli?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install byreal-cli」即可一键安装,无需额外配置。

Byreal Cli 是免费的吗?

是的,Byreal Cli 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Byreal Cli 支持哪些平台?

Byreal Cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Byreal Cli?

由 James333(@ggg223399)开发并维护,当前版本 v0.2.7。

💬 留言讨论