Agent skill
drift
Drift Protocol - perpetuals and prediction markets on Solana
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/drift-alsk1992-cloddsbot
SKILL.md
Drift Protocol
Drift is a Solana DEX for perpetual futures and prediction markets.
Commands
Trading
/drift long <market> <size> [price] Open long position
/drift short <market> <size> [price] Open short position
/drift close <market> Close position
/drift cancel [orderId] Cancel order(s)
Positions & Orders
/drift positions View open positions
/drift orders View open orders
/drift balance Check account balance
Market Info
/drift markets List available markets
/drift market <index> Get market details
/drift leverage <market> <amount> Set leverage
Examples
/drift long SOL-PERP 0.5
/drift short BTC-PERP 0.01 95000
/drift positions
/drift balance
/drift leverage SOL-PERP 5
Market Types
- perp: Perpetual futures (SOL-PERP, BTC-PERP, ETH-PERP)
- spot: Spot markets
- prediction: Prediction markets
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?