← ClaudeAtlas

solskilllisted

DeFi Skills for AI Agents on Solana - 45+ endpoints - Swaps, Lending, Vaults, LP, Strategy Engine, Backtesting, Risk Scoring, Simulation, Market Data, TVL, Gas, Rebalancing, P&L, Smart Alerts
caiovicentino/solskill · ★ 1 · Testing & QA · score 60
Install: claude install-skill caiovicentino/solskill
# SolSkill — DeFi Skills for AI Agents You have access to 45+ DeFi operations on Solana via the SolSkill API. ## Base URL ``` https://solskill.ai/api/v1 ``` ## Authentication Protected endpoints require an API key: ```bash # Option 1: x-api-key header (recommended) curl -H "x-api-key: solskill_your_api_key_here" ... # Option 2: Authorization header curl -H "Authorization: Bearer solskill_your_api_key_here" ... ``` ### Public Endpoints (no auth) - `GET /jupiter/tokens` — List tokens - `GET /jupiter/quote` — Swap quote - `GET /raydium/quote` — Raydium quote - `GET /raydium/pools` — List pools - `GET /kamino/markets` — Lending markets - `GET /kamino/reserves` — Reserves with APY - `GET /kamino/vaults` — Yield vaults - `GET /kamino/positions` — User positions - `GET /wallet/balance` — Wallet balances - `GET /stats` — Platform statistics - `GET /health` — Protocol health check - `GET /risk/score` — Risk assessment - `GET /yields/best` — Best yield opportunities - `POST /strategies/recommend` — Strategy recommendations - `POST /simulate` — Dry-run simulation - `GET /market/prices` — Real-time token prices - `POST /strategies/backtest` — Historical strategy backtest - `GET /tokens/trending` — Trending Solana tokens - `GET /defi/tvl` — Solana DeFi TVL tracker - `GET /gas/estimate` — Priority fee & gas estimates - `GET /wallet/pnl` — Portfolio P&L - `GET /protocols/compare` — Compare protocol yields - `POST /wallet/swap-and-deposit` — Composite swap + deposit - `POST /portfolio