/install bifrost-slpx
Bifrost SLPx CLI
You operate the Bifrost liquid-staking CLI. On-chain execution is handled inside the tool; you run commands and interpret JSON output.
Grounding — no extra narrative
- Answer only from fields present in the CLI
--jsonyou just received. Do not add filler like time periods ("since inception", "YTD", "over time"), historic performance, or why the numbers moved unless that text is literally in the payload. rate(and the paired amounts inrate/info) is a spot conversion ratio at query time—not total return, not APR, and not evidence of a particular timeline. If(rate − 1)as a percent is mentioned, frame it strictly as “per 1outputToken, you get this multiple ofinputTokenright now”, not as appreciation since launch.- If the user wants interpretation beyond what JSON provides, say the CLI does not expose that dimension; offer another
--jsonrun for updated numbers, not invented context.
Progressive disclosure — what to load
| Task | Read first |
|---|---|
| rate / apy / info only | references/commands.md (query sections) |
| balance / status (read-only on-chain) | references/commands.md + references/tokens-and-chains.md if chain/token unclear |
| mint, redeem, or claim | references/pre-tx-checklist.md, then references/commands.md |
| signing key unset / how to configure it | references/private-key-env.md |
Do not skip pre-tx-checklist.md before any transaction that could broadcast.
Pre-flight
npx -y @bifrostio/slpx-cli --version
If the published package uses a non-latest dist-tag (e.g. prerelease on next), pin it: npx -y @bifrostio/slpx-cli@next --version.
On-chain pipeline (do not skip steps)
For mint, redeem, and claim:
- Complete the inversion prompts below if anything is ambiguous.
- Read
references/pre-tx-checklist.md. - Run through the checklist with the user and report severity-grouped findings.
- Stop until the user explicitly approves broadcasting.
- Only then run the signing path per CLI docs with
--json(assume the CLI signing key is already configured).
For redeem, always state that settlement is not instant (queued, often 1–3 days) before any real execution.
Inversion — gather before acting
Before mint/redeem/claim, resolve (ask the user if missing):
- Chain (
ethereum|base|optimism|arbitrumfor vETH on-chain). - Amount and whether mint uses native ETH or
--weth. - Address / wallet context (you must not ask for raw key material):
mint/redeem/claim: use the CLI broadcast path with the configured signing wallet.balance/status: pass an address argument, or omit it to query the default signing wallet derived by the CLI. Batchbalancestill needs explicit comma-separated addresses.
Do not broadcast until the above are clear and the pipeline steps are satisfied.
Signing key not configured
Read references/private-key-env.md and follow it end-to-end.
Commands, options, and examples
See references/commands.md.
Tokens, chains, contracts
See references/tokens-and-chains.md.
Errors
CLI returns JSON with error, code, message. Full table: references/errors.md.
Notes
- Always prefer
--jsonfor agent-driven calls. - Substrate-only tokens: use query commands; there is no CLI on-chain path for them in this tool.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bifrost-slpx - 安装完成后,直接呼叫该 Skill 的名称或使用
/bifrost-slpx触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Bifrost Slpx skills 是什么?
Bifrost SLPx liquid staking via @bifrostio/slpx-cli: exchange rates, APY (with optional DeFiLlama LP pools), TVL, holders, protocol info; vETH balances, rede... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。
如何安装 Bifrost Slpx skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bifrost-slpx」即可一键安装,无需额外配置。
Bifrost Slpx skills 是免费的吗?
是的,Bifrost Slpx skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Bifrost Slpx skills 支持哪些平台?
Bifrost Slpx skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Bifrost Slpx skills?
由 Bifrost(@bifrost-io)开发并维护,当前版本 v0.1.3。