OpenClaw Skillv0.1.0

Trench

inkoak23-codeby inkoak23-code
Deploy on EasyClawdfrom $14.9/mo

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 prot...

How to use this skill

OpenClaw skills run inside an OpenClaw container. EasyClawd deploys and manages yours — no server setup needed.

  1. Sign up on EasyClawd (2 minutes)
  2. Connect your Telegram bot
  3. Install Trench from the skills panel
Get started — from $14.9/mo
5stars
313downloads
1installs
1comments
1versions

Latest Changelog

Initial placeholder - meme coin trading execution skill for AI agents

Tags

latest: 0.1.0

Skill Documentation

---
name: trench
description: "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."
---

# 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"
```
Security scan, version history, and community comments: view on ClawHub