Back to Registry View Author Profile
Official Verified
trench
Fast meme coin trading execution for AI agents. Snipe new token launches, execute rapid buys/sells on Solana DEXs (Jupiter, Raydium, Pump.fun), with MEV protection, auto-slippage, rug detection, and position management. Use when an agent needs to trade meme coins, snipe new pools, monitor token launches, or manage fast-paced degen positions on Solana.
skill-install ā Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/inkoak23-code/trenchOr
Trench šŖ
Fast meme coin trading execution skill for AI agents on Solana.
ā ļø This skill is under active development. Core modules coming soon.
Capabilities (Planned)
Execution
- Rapid buy/sell via Jupiter aggregator + Raydium direct
- Pump.fun token sniping and graduation tracking
- Jito bundle submission for MEV protection
- Priority fee optimization
- Auto-retry on failed transactions
Intelligence
- New pool detection (Raydium, Pump.fun)
- Rug/honeypot detection (liquidity lock check, mint authority, top holders)
- Token safety scoring via Rugcheck API
- Real-time price feeds via DexScreener / Birdeye
Position Management
- Auto take-profit / stop-loss
- Trailing stops
- Multi-wallet support
- PnL tracking per position
Architecture
trench/
āāā SKILL.md
āāā scripts/
ā āāā buy.py # Fast buy execution
ā āāā sell.py # Fast sell execution
ā āāā snipe.py # New pool sniper
ā āāā monitor.py # Token monitor & alerts
ā āāā safety.py # Rug detection & token analysis
ā āāā portfolio.py # Position & PnL tracking
āāā references/
āāā jupiter-api.md # Jupiter V6 swap API reference
āāā raydium.md # Raydium pool interaction
āāā jito-bundles.md # Jito bundle submission
āāā pump-fun.md # Pump.fun API & graduation mechanics
Usage Examples
"Buy 0.5 SOL worth of POPCAT with 1% slippage"
"Snipe the next pump.fun graduation with 0.1 SOL"
"Set a 3x take-profit on my WIF position"
"Check if this token CA is safe: <address>"
"Show my open positions and PnL"
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build ā we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-inkoak23-code-trench": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.