Agent skill
lighter
Lighter — Orderbook DEX on Arbitrum
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/lighter
SKILL.md
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
| 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
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?