src/skills/bundled/lighter/SKILL.md
Lighter — Orderbook DEX on Arbitrum
npx skillsauth add alsk1992/cloddsbot lighterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
On-chain orderbook DEX on Arbitrum. Trade perpetual futures with deep liquidity and low fees.
# Set credentials
export EVM_PRIVATE_KEY="0x..."
# Check markets
/lighter markets
# Get price
/lighter price ETH-USD
# Open positions
/lighter long ETH-USD 1
/lighter short BTC-USD 0.1 45000
| Command | Description |
|---------|-------------|
| /lighter markets | List available markets |
| /lighter price <market> | Get current price |
| /lighter book <market> | Show orderbook depth |
| Command | Description |
|---------|-------------|
| /lighter balance | Show balances |
| /lighter positions | Show open positions |
| /lighter orders | List open orders |
| Command | Description |
|---------|-------------|
| /lighter long <market> <size> [price] | Open long position |
| /lighter short <market> <size> [price] | Open short position |
| /lighter close <market> | Close position |
| /lighter closeall | Close all positions |
| /lighter cancel <orderId> | Cancel order |
| /lighter cancelall | Cancel all orders |
Examples:
/lighter long ETH-USD 1 # Market long 1 ETH
/lighter long ETH-USD 1 3000 # Limit long at $3,000
/lighter short BTC-USD 0.1 # Market short 0.1 BTC
/lighter close ETH-USD # Close ETH position
# Required
export EVM_PRIVATE_KEY="0x..."
# Optional
export DRY_RUN=true
testing
Play Yoink capture-the-flag game on Base - yoink the flag, check scores, compete for trophy
research
X/Twitter research via Composio — search, threads, profiles, watchlists
development
Monitor whale trades on Polymarket and crypto chains (Solana, ETH, Polygon, ARB, Base, OP)
development
Webhook management with HMAC signing and rate limiting