/lighter
Lighter — Orderbook DEX on Arbitrum
$ npx -y skills add alsk1992/CloddsBot --skill lighter --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/lighter
Context preview
The summary Claude sees to decide when to auto-load this skill.
Lighter — Orderbook DEX on Arbitrum
SKILL.md
lighter.SKILL.mdname: lighter
description: "Lighter — Orderbook DEX on Arbitrum"
emoji: "⚡"
commands:
- /lighter
gates:
envs:
- EVM_PRIVATE_KEYLighter
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
| Command | Description | |---------|-------------| | `/lighter markets` | List available markets | | `/lighter price <market>` | Get current price | | `/lighter book <market>` | Show orderbook depth |
Account
| Command | Description | |---------|-------------| | `/lighter balance` | Show balances | | `/lighter positions` | Show open positions | | `/lighter orders` | List open orders |
Trading
| 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
Configuration
# Required
export EVM_PRIVATE_KEY="0x..."
# Optional
export DRY_RUN=true
Resources
- [Lighter App](https://app.lighter.xyz)
- [Lighter Docs](https://docs.lighter.xyz)
Read more
name: lighter
description: "Lighter — Orderbook DEX on Arbitrum"
emoji: "⚡"
commands:
- /lighter
gates:
envs:
- EVM_PRIVATE_KEYLighter
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
| Command | Description | |---------|-------------| | `/lighter markets` | List available markets | | `/lighter price <market>` | Get current price | | `/lighter book <market>` | Show orderbook depth |
Account
| Command | Description | |---------|-------------| | `/lighter balance` | Show balances | | `/lighter positions` | Show open positions | | `/lighter orders` | List open orders |
Trading
| 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
Configuration
# Required export EVM_PRIVATE_KEY="0x..." # Optional export DRY_RUN=true
Resources
- [Lighter App](https://app.lighter.xyz)
- [Lighter Docs](https://docs.lighter.xyz)
Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.
Repo: alsk1992/CloddsBot
Other skills on cloddsbot.
- /acp
Enable agent-to-agent commerce with on-chain escrow, cryptographic agreements, and service discovery.
Open skill - /agentbets
AgentBets - AI-native prediction markets on Solana
Open skill - /ai-strategy
AI Strategy - natural language to trades
Open skill - /alerts
Create and manage price alerts for prediction markets
Open skill - /analytics
Performance attribution, trade analytics, and strategy optimization
Open skill - /arbitrage
Automated cross-platform arbitrage detection and monitoring
Open skill

