用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/alsk1992/CloddsBot --skill lighter命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | lighter |
| description | Lighter — Orderbook DEX on Arbitrum |
| emoji | ⚡ |
| commands | ["/lighter"] |
| gates | {"envs":["EVM_PRIVATE_KEY"]} |
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
基于 SOC 职业分类