CtrlK
BlogDocsLog inGet started
Tessl Logo

drift

Drift Protocol - perpetuals and prediction markets on Solana

Install with Tessl CLI

npx tessl i github:alsk1992/CloddsBot --skill drift
What are skills?

Overall
score

61%

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

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
Repository
github.com/alsk1992/CloddsBot
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.