nest-rwa-plugin

Installation
SKILL.md

Nest RWA Plugin

Park idle stablecoins into Nest's RWA yield vaults — tokenized US Treasuries (nTBILL), regulated funds (nWISDOM), private credit (nOPAL, nINSTO, nCREDIT), CLOs (nELIXIR), and a diversified mix (nALPHA). Deposit, withdraw, instant-redeem, claim, bridge shares across chains, and check positions. Compliance-gated; non-custodial; signing happens in TEE via okx-agentic-wallet.

The skill calls the nest CLI (from plumenetwork/nest-cli, v0.2.5+) which itself calls Plume's evm-actions-api. The API handles Predicate compliance, accountant rate reads, decimal conversion, and simulateCalls preflight server-side. The skill receives a pre-validated transaction bundle and forwards it to okx-agentic-wallet for signing.

nest also ships an interactive TUI (nest dashboard) with built-in vault / chain / asset pickers, live balances, and the same vault history. This skill does not invoke the TUI — agentic use stays strictly in the headless --dry-run -o json --address <user> mode so the OKX wallet remains the only signing surface. Users who want to drive Nest manually can launch the TUI themselves outside the skill.

Pre-flight — Nest CLI binary

This skill depends on the nest binary from plumenetwork/nest-cli (v0.2.5+). On first use:

  1. Check the binary is installed and meets the minimum version:
    nest --version
    
  2. If exit ≠ 0 or the reported version is < 0.2.5, ask the user once: "I need to install the Nest CLI (v0.2.5+) from nestagents.io. OK to install?"
  3. On confirmation, run the one-liner for the user's OS:
Installs
1
First Seen
Jun 2, 2026
nest-rwa-plugin — plumenetwork/okx-plugin-store