
Trading Automation
slopesniper
SlopeSniper is a Solana trading assistant that lets you trade meme coins and tokens using plain English. After configuring your Solana private key, you can check wallet status, place buys and sells (including dollar amounts or percentage sells), query token prices, search tokens, and run safety (rug
總覽
SlopeSniper is a Solana trading assistant that lets you trade meme coins and tokens using plain English.
SlopeSniper is a Solana trading assistant that lets you trade meme coins and tokens using plain English. After configuring your Solana private key, you can check wallet status, place buys and sells (including dollar amounts or percentage sells), query token prices, search tokens, and run safety (rugcheck) analyses. Key features include mint-address resolution, Jupiter DEX quoting and routing, automated safety checks, and configurable strategy profiles (Conservative, Balanced, Aggressive, Degen) with per-strategy auto-execute thresholds. Trades below the threshold can auto-execute; larger trades prompt confirmation. Typical use cases are rapid micro-trading, scanning for pumps/opportunities, performing safety vetting before buying, and streamlining routine DEX interactions. Core advantages are natural-language control, faster decision-to-execution flow, and built-in risk controls to reduce manual errors.
Skill.md
這個 Skill 如何運作
SlopeSniper is a Solana trading assistant that lets you trade meme coins and tokens using plain English. After configuring your Solana private key, you can check wallet status, place buys and sells (including dollar amounts or percentage sells), query token prices, search tokens, and run safety (rug
SlopeSniper - Solana Trading Assistant
Trade Solana meme coins and tokens using natural language. Just tell me what you want to do.
Examples
| You say | What happens |
|---|---|
| "Check my status" | Shows wallet balance and current strategy |
| "Buy $25 of BONK" | Purchases BONK tokens |
| "Sell half my WIF" | Sells 50% of WIF position |
| "What's pumping?" | Scans for opportunities |
| "Is POPCAT safe?" | Runs rugcheck analysis |
| "Set aggressive mode" | Changes trading strategy |
Getting Started
-
Set your wallet key in Clawdbot config:
{ "skills": { "entries": { "slopesniper": { "apiKey": "your_solana_private_key_here" } } } } -
Say "check my status" to verify setup
-
Start trading! Just describe what you want in plain English
Trading Strategies
| Strategy | Max Trade | Auto-Execute | Safety Checks |
|---|---|---|---|
| Conservative | $25 | Under $10 | Required |
| Balanced | $100 | Under $25 | Required |
| Aggressive | $500 | Under $50 | Optional |
| Degen | $1000 | Under $100 | None |
Say "set conservative mode" or "use aggressive strategy" to change.
How It Works
You: "Buy $20 of BONK"
↓
[1] Resolve BONK → mint address
[2] Check rugcheck score
[3] Get Jupiter quote
[4] Auto-execute (under threshold)
↓
Result: "Bought 1.2M BONK for $20. Tx: solscan.io/tx/..."
For trades above your auto-execute threshold, you'll be asked to confirm first.
Available Commands
Trading
buy $X of TOKEN- Purchase tokenssell $X of TOKEN- Sell tokenssell X% of TOKEN- Sell percentage of holdings
Information
check status/am I ready?- Wallet and config statusprice of TOKEN- Current pricesearch TOKEN- Find token by namecheck TOKEN/is TOKEN safe?- Safety analysis
Strategy
set MODE strategy- Change trading modewhat's my strategy?- View current limits
Scanning
what's trending?- Find hot tokensscan for opportunities- Look for tradeswatch TOKEN- Add to watchlist
Tool Reference
For direct tool invocation:
# Check status
uv run --directory {baseDir}/../mcp-extension python -c "
from slopesniper_skill import get_status
import asyncio; print(asyncio.run(get_status()))
"
# Quick trade
uv run --directory {baseDir}/../mcp-extension python -c "
from slopesniper_skill import quick_trade
import asyncio; print(asyncio.run(quick_trade('buy', 'BONK', 25)))
"
Security
- Use a dedicated wallet - Only fund with amounts you're willing to lose
- Start with conservative mode - Get comfortable before increasing limits
- Rugcheck integration - Automatic scam token detection
- Two-step confirmation - Large trades require explicit approval
Environment Variables
| Variable | Required | Description |
|---|---|---|
SOLANA_PRIVATE_KEY | Yes | Your wallet's base58 private key |
SOLANA_RPC_URL | No | Custom RPC (defaults to public) |
JUPITER_API_KEY | No | For higher rate limits |
Support
最適合用於
何時使用
SlopeSniper is a Solana trading assistant that lets you trade meme coins and tokens using plain English. After configuring your Solana private key, you can check wallet status, place buys and sells (including dollar amounts or percentage sells), query token prices, search tokens, and run safety (rug

01 · 會前準備
準備決策簡報
在投資委員會開會前,把零散證據整理成結構化的論據。

02 · 團隊協作
統一交接標準
讓分析師、投資組合經理與 Agent 產出一致的研究結果。

03 · 即時更新
更新投資邏輯
出現新催化劑、KPI 發布或財報結果後,更新情境假設。
社群回饋
越用越好用。
隨著 Skill 被使用與評審,回饋將顯示在這裡。
探索更多
相關 Skills
查看全部hyperliquid-trading
The Hyperliquid Trading skill provides a concise interface for trading on Hyperliquid’s spot and perpetual markets. Use it to place limit and market orders, cancel open orders, query order status,…
bankr
Bankr enables executing crypto trading and DeFi operations via natural-language commands. It offers two integration options: a batteries-included Bankr CLI and a REST API at https://api.bankr.bot,…
pine-backtester
pine-backtester provides comprehensive backtesting for Pine Script indicators and strategies. Use it to append performance metrics, analyze trades, generate equity curves, compute win rates, track…