/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bifrost-slpx - After installation, invoke the skill by name or use
/bifrost-slpx - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.
How do I install Bifrost Slpx skills?
Run "/install bifrost-slpx" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Bifrost Slpx skills free?
Yes, Bifrost Slpx skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Bifrost Slpx skills support?
Bifrost Slpx skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Bifrost Slpx skills?
It is built and maintained by Bifrost (@bifrost-io); the current version is v0.1.3.