Agent skill
solend
Solend — Solana lending and borrowing
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/solend
SKILL.md
Solend
Solend is a decentralized lending and borrowing protocol on Solana. Supply assets to earn interest, borrow against collateral, and monitor health to avoid liquidation.
Commands
Lending
/solend deposit <amount> <token> Deposit collateral
/solend withdraw <amount|all> <token> Withdraw collateral
/solend borrow <amount> <token> Borrow assets
/solend repay <amount|all> <token> Repay borrowed assets
Account
/solend obligation View your positions (deposits & borrows)
/solend health Check health factor & liquidation risk
Markets
/solend reserves List reserves with APY & utilization
/solend rates View supply/borrow interest rates table
/solend markets List available lending markets
Examples
/solend deposit 100 USDC
/solend borrow 1 SOL
/solend health
/solend repay all SOL
/solend withdraw all USDC
/solend reserves
/solend rates
Configuration
export SOLANA_PRIVATE_KEY="your-base58-private-key"
export SOLANA_RPC_URL="https://api.mainnet-beta.solana.com" # Optional
See Also
/kamino— Kamino Finance lending + liquidity vaults/marginfi— MarginFi lending protocol/jup— Jupiter DEX aggregator/bags— Portfolio overview
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?