Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alsk1992 avatar

Lighter

  • 14 installs
  • 610 repo stars
  • Updated June 26, 2026
  • alsk1992/cloddsbot

lighter is a Claude Code skill that trades perpetual futures on the Lighter orderbook DEX on Arbitrum via chat commands.

About

lighter is a Claude Code skill that integrates Lighter, an on-chain orderbook DEX on Arbitrum. It lists markets, shows prices and orderbook depth, and opens, closes and cancels perpetual-futures positions and orders. A developer uses it to trade Lighter perps from chat, with an optional dry-run mode.

  • Trades perpetual futures on the Lighter orderbook DEX on Arbitrum
  • Opens, closes and cancels long/short positions and orders from chat
  • Shows markets, prices and orderbook depth with a DRY_RUN safety mode

Lighter by the numbers

  • 14 all-time installs (skills.sh)
  • Ranked #752 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

lighter capabilities & compatibility

Free skill; requires an EVM private key. Supports DRY_RUN mode.

Capabilities
perps trading · orderbook trading · order management
Use cases
trading
Pricing
Bring your own API key
From the docs

What lighter says it does

On-chain orderbook DEX on Arbitrum. Trade perpetual futures with deep liquidity and low fees.
SKILL.md
Open long position
SKILL.md
npx skills add https://github.com/alsk1992/cloddsbot --skill lighter

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs14
repo stars610
Last updatedJune 26, 2026
Repositoryalsk1992/cloddsbot

What it does

Trade perpetual futures on the Lighter orderbook DEX on Arbitrum (positions, orders, orderbook) from chat commands.

Who is it for?

Trading perpetual futures on the Lighter orderbook DEX from an agent.

When should I use this skill?

You want to open, close or cancel Lighter perp positions or orders.

What you get

Lighter perp positions and orders opened, closed and cancelled from chat.

  • executed perp orders
  • position management
  • orderbook views

By the numbers

  • 3 command groups: market data, account, trading
  • 8 trading commands (long, short, close, closeall, cancel, cancelall)

Files

SKILL.mdMarkdownGitHub ↗

Lighter

On-chain orderbook DEX on Arbitrum. Trade perpetual futures with deep liquidity and low fees.

Quick Start

# 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

Commands

Market Data

CommandDescription
/lighter marketsList available markets
/lighter price <market>Get current price
/lighter book <market>Show orderbook depth

Account

CommandDescription
/lighter balanceShow balances
/lighter positionsShow open positions
/lighter ordersList open orders

Trading

CommandDescription
/lighter long <market> <size> [price]Open long position
/lighter short <market> <size> [price]Open short position
/lighter close <market>Close position
/lighter closeallClose all positions
/lighter cancel <orderId>Cancel order
/lighter cancelallCancel 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

Configuration

# Required
export EVM_PRIVATE_KEY="0x..."

# Optional
export DRY_RUN=true

Resources

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.