Agent skill
kamino
Kamino Finance — Solana lending, borrowing, and liquidity vaults
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/kamino-alsk1992-cloddsbot
SKILL.md
Kamino Finance
Kamino is Solana's largest lending protocol and liquidity vault provider. Deposit collateral, borrow assets, provide liquidity to automated vaults, and monitor health to avoid liquidation.
Commands
Lending
/kamino deposit <amount> <token> Deposit collateral
/kamino withdraw <amount|all> <token> Withdraw collateral
/kamino borrow <amount> <token> Borrow assets
/kamino repay <amount|all> <token> Repay borrowed assets
/kamino obligation View your positions
/kamino health Check health factor & liquidation risk
/kamino reserves List available reserves with rates
/kamino rates View supply/borrow APYs
Liquidity Vaults
/kamino strategies List all vault strategies
/kamino strategy <address> Get strategy details
/kamino vault-deposit <strat> <amtA> [amtB] Deposit to vault
/kamino vault-withdraw <strat> [shares|all] Withdraw from vault
/kamino shares View your vault shares
/kamino share-price <strategy> Get strategy share price
Info
/kamino markets List lending markets
Examples
/kamino deposit 100 USDC
/kamino borrow 50 SOL
/kamino health
/kamino repay all SOL
/kamino rates
/kamino strategies
/kamino vault-deposit ABC123... 1000 500
Configuration
export SOLANA_PRIVATE_KEY="your-base58-private-key"
export SOLANA_RPC_URL="https://api.mainnet-beta.solana.com" # Optional
See Also
/marginfi— MarginFi lending protocol/solend— Solend 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?