Claude Skill
outsmartchad/solana-trading-cli
Open-source TypeScript trading infrastructure for Solana with 17 DEX adapters, 12 TX providers, LP operations, and CLI/SDK. Supports algo-trading, HFT, and upcoming gRPC/OpenClaw integration.
Overview
Repository
Install this Skill
npm install -g outsmart@alphaRegistry
npm install -g outsmart@alphagit clone https://github.com/outsmartchad/outsmart-cli.gitnpm install --legacy-peer-deps
Summary
Solana Trading CLI is a unified trading infrastructure for AI agents and humans on Solana, featuring 17 DEX adapters, 12 transaction landing providers, and liquidity pool operations. It provides a CLI/SDK interface with upcoming gRPC streaming and OpenClaw agent integration.
Solana上AI代理与人类交易的统一基础设施。集成17个DEX适配器、12个交易终端提供商,支持流动性池操作,提供统一CLI/SDK——即将推出gRPC流式传输与OpenClaw代理集成功能。
Key features
- 17 DEX adapters for broad market access
- 12 transaction landing providers for execution flexibility
- Liquidity pool (LP) operations support
- Unified CLI and SDK interface
- Upcoming gRPC streaming capabilities
- Planned OpenClaw agent integration
Use cases
- Algorithmic trading strategy development
- High-frequency trading on Solana DEXs
- Liquidity provision and pool management
- AI agent trading infrastructure
- Developer tools for DeFi applications
- Automated trading bot creation
README excerpt
# outsmart **The most complete Solana DEX CLI and toolkit for builders, traders, and AI agents** **[Documentation](https://outsmartchad.github.io/outsmart-cli/)** | **[npm](https://www.npmjs.com/package/outsmart)** | **[Discord](https://discord.gg/dc3Kh3Y3yJ)** ## Table of Contents - [About](#about) - [Quick Start](#quick-start) - [Commands](#commands) - [Trading](#trading) - [Liquidity](#liquidity) - [Event Streaming](#event-streaming) - [Wallet Management](#wallet-management) - [Balances](#balances) - [Utilities](#utilities) - [Perpetual Futures (Percolator)](#perpetual-futures-percolator) - [Shared Swap Options](#shared-swap-options) - [Stablecoin Auto-Swap](#stablecoin-auto-swap) - [DEX Adapters](#dex-adapters) - [Programmatic API](#programmatic-api) - [Event Streaming (Programmatic)](#event-streaming-1) - [LP Manager](#lp-manager) - [TX Landing Providers](#tx-landing-providers) - [Environment Variables](#environment-variables) - [Testing](#testing) - [Project Structure](#project-structure) - [Contributing](#contributing) - [Disclaimer](#disclaimer) - [License](#license) --- ## About outsmart unifies every major Solana DEX protocol into a single CLI and Node.js library. 18 on-chain adapters (Raydium, Meteora, Orca, PumpFun, PumpSwap, and more), 2 swap aggregators (Jupiter Ultra, DFlow), 12 concurrent TX landing providers, real-time event streaming via Yellowstone gRPC or WebSocket, and an LP manager with auto-rebalancing and fee compounding — all from one package. **For builders** — `import { getDexAdapter, LpManager, EventStream } from "outsmart"` and ship your own strategies. Typed event streams, per-DEX vault parsing, and a unified adapter interface mean you write the logic — outsmart handles the protocol plumbing across 18 DEXes. **For AI