Agent skills for Lista Lending — daily DeFi workflows on BSC and Etheruem, powered by live on-chain data.
A set of agent skills (slash commands) that give any LLM tool a full DeFi analyst for Lista Lending. Connect the MCP server once, install the skill, and your agent can answer questions about your positions, markets, and yield opportunities using live on-chain data — no custom backend required.
Coverage:
- Position Report — collateral, debt, health factor, LTV, liquidation price, recommendations
- Market Overview — TVL, lending rates, top vaults, high-utilization markets
- Yield Opportunities — best deposit APY across vaults
- Risk Check — liquidation risk alerts with configurable thresholds
- Daily Digest — positions + yield + market snapshot in one report
- Loop Strategy — leverage loop simulation, net APY, liquidation risk
| Command | Description |
|---|---|
/lista |
Lista Lending assistant: position report, market overview, yield scan, risk check, daily digest, loop strategy |
# Install all skills
npx skills add lista-dao/lista-skills
# Install specific skills only
npx skills add lista-dao/lista-skills --skill lista
# List available skills first
npx skills add lista-dao/lista-skills --list
# Install globally (available across all projects)
npx skills add lista-dao/lista-skills -gSupports: Codex, Cursor, OpenCode, Gemini CLI, and 30+ more agents.
npx add-skill lista-dao/lista-skillsSkills work out of the box via the Lista REST API. For richer live data, connect the MCP server to your LLM tool:
- Streamable HTTP:
https://mcp.lista.org/mcp - SSE:
https://mcp.lista.org/sse
/lista 0xYourWalletAddress # position report (default)
/lista 0xWallet1 0xWallet2 # multi-wallet
/lista # pick from 6 report types
Language and wallet address are saved locally (~/.lista/) on first run — no need to re-enter.
Each skill is a plain markdown prompt file. The LLM loads the relevant skill and fetches live data using Lista MCP tools:
lista_get_position— wallet positions, collateral, debt, priceslista_get_borrow_markets— market rates, LLTV, liquidity, supply APYlista_get_lending_vaults— vault APY, TVL, per-market allocation weightslista_get_oracle_price— token and LP price (ERC20, LST, Smart Lending LP)lista_get_staking_info— slisBNB / BNB-LST native staking yield
No backend infrastructure required. When MCP is unavailable, skills fall back to skills/lista/scripts/moolah.js — a self-contained Node.js script (no npm install) that hits the Lista REST API directly.
SKILL.md uses progressive disclosure: it's a compact orchestrator that dispatches to reference files in references/ on demand, so the LLM only loads what it needs for the selected report type.
Lista Lending (powered by the Moolah protocol) is a permissionless lending protocol on BNB Smart Chain. It features:
- Isolated markets — each market has its own collateral, oracle, and risk params
- Curated vaults — ERC4626 vaults that aggregate capital across markets
- Smart Lending — collateral doubles as DEX liquidity, earning trading fees
- Fixed Rate markets — via PT token integrations
- Alpha / Aster Zones — curated markets for emerging and partner assets
Learn more: docs.bsc.lista.org