소스 정보
- 저장소
- johnalbertini14-glitch/openclaw-skills
- 최근 소스 활동
- 2026년 1월 28일 16:34
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill slopesniper명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | slopesniper |
| description | Trade Solana tokens via Jupiter DEX with auto-execution and safety limits |
| metadata | {"moltbot":{"requires":{"bins":["slopesniper"]},"emoji":"🎯","homepage":"https://github.com/BAGWATCHER/SlopeSniper","install":[{"id":"uv-install","kind":"uv","package":"slopesniper-mcp","from":"git+https://github.com/BAGWATCHER/SlopeSniper.git#subdirectory=mcp-extension","bins":["slopesniper"],"label":"Install SlopeSniper via uv"}]},"clawdbot":{"requires":{"bins":["slopesniper"]},"emoji":"🎯","homepage":"https://github.com/BAGWATCHER/SlopeSniper","install":[{"id":"uv-install","kind":"uv","package":"slopesniper-mcp","from":"git+https://github.com/BAGWATCHER/SlopeSniper.git#subdirectory=mcp-extension","bins":["slopesniper"],"label":"Install SlopeSniper via uv"}]}} |
| user-invocable | true |
| homepage | https://github.com/BAGWATCHER/SlopeSniper |
Trade Solana meme coins and tokens using natural language. Just tell me what you want to do.
| You say | What happens |
|---|---|
| "Check my status" | Shows wallet balance, holdings, and strategy |
| "Show my wallet" | Lists all token holdings with values |
| "Buy $25 of BONK" | Purchases BONK tokens |
| "Sell half my WIF" | Sells 50% of WIF position |
| "Sell all my POPCAT" | Exits entire position |
| "What's my PnL?" | Shows realized + unrealized profit/loss |
| "Show trade history" | Lists recent trades |
| "What's pumping?" | Scans for opportunities |
| "Is POPCAT safe?" | Runs rugcheck analysis |
| "Set aggressive mode" | Changes trading strategy |
| "Export my key" | Shows private key for backup |
| "Set a target to sell BONK at $1B mcap" | Creates auto-sell target |
| "List my targets" | Shows active sell targets |
| "Start the daemon" | Begins background monitoring |
CRITICAL: When asked about prices, positions, or market data:
slopesniper price MINT or slopesniper wallet every timeExample:
User: "How's my Peyote position?"
BAD: Use price from 30 minutes ago in conversation history
GOOD: Run `slopesniper wallet` to get current value
This ensures users always see accurate, real-time information.
slopesniper setup
Interactive setup with confirmation - guides you through wallet creation and ensures you save your private key.
slopesniper setup --import-key YOUR_PRIVATE_KEY
Set your own Jupiter API key for 10x better performance:
slopesniper config --set-jupiter-key YOUR_KEY
Get a free key at: https://station.jup.ag/docs/apis/ultra-api
If you hold 10 or more different tokens, wallet balance checks may be slow due to Jupiter API rate limits.
Symptoms:
slopesniper wallet takes 30+ secondsSolutions:
Get your own Jupiter API key (Recommended):
slopesniper config --set-jupiter-key YOUR_KEY
Free keys at: https://station.jup.ag/docs/apis/ultra-api
Use custom RPC endpoint:
slopesniper config --set-rpc helius YOUR_KEY
Reduces load on default public RPC
Limit scanning:
wallet checks if not needed| 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.
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.
buy $X of TOKEN - Purchase tokenssell $X of TOKEN - Sell tokenssell X% of TOKEN - Sell percentage of holdingssell all TOKEN - Exit entire positioncheck status / am I ready? - Full status with holdingsshow wallet / my holdings - View all token balancesexport key / backup wallet - Show private key for backupwhat's my PnL? - Profit/loss summarytrade history - Recent tradesprice of TOKEN - Current price (symbol or mint)search TOKEN - Find token by name (returns mint addresses)resolve TOKEN - Get mint address from symbolcheck TOKEN / is TOKEN safe? - Safety analysis (symbol or mint)set MODE strategy - Change trading modewhat's my strategy? - View current limitswhat's trending? - Find hot tokensscan for opportunities - Look for tradesset target for TOKEN at $X mcap - Auto-sell when market cap reachedset target for TOKEN at $X price - Auto-sell at price targetset 100% gain target for TOKEN - Auto-sell on percentage gainset 20% trailing stop for TOKEN - Trailing stop losslist my targets - View active targetscancel target ID - Remove a targetstart the daemon - Background monitoringstop the daemon - Stop background monitoringUse the slopesniper CLI for direct execution:
# Wallet Setup (recommended for new users)
slopesniper setup # Interactive wallet creation with confirmation
slopesniper setup --import-key KEY # Import existing private key
# Account & Wallet
slopesniper status # Full status: wallet, holdings, strategy, config
slopesniper wallet # Show wallet address and all token holdings
slopesniper export # Export private key for backup/recovery
slopesniper pnl # Show portfolio profit/loss
slopesniper pnl init # Set baseline snapshot for tracking
slopesniper pnl stats # Trading statistics (win rate, avg gain/loss)
slopesniper pnl positions # Detailed position breakdown
slopesniper pnl export # Export trade history as JSON
slopesniper pnl export --format csv # Export as CSV
slopesniper pnl reset # Reset PnL baseline
slopesniper history # Show recent trade history
slopesniper history 50 # Show last 50 trades
# Trading
slopesniper price SOL # Get token price
slopesniper price BONK # Get meme coin price
slopesniper buy BONK 25 # Buy $25 of BONK
slopesniper sell WIF 50 # Sell $50 of WIF
slopesniper sell WIF all # Sell entire WIF position
# Token Discovery
slopesniper search "dog" # Search for tokens by name
slopesniper check POPCAT # Safety check (rugcheck analysis)
slopesniper resolve BONK # Get mint address from symbol
slopesniper scan # Scan for all opportunities
slopesniper scan trending
slopesniper scan new
slopesniper scan graduated
slopesniper scan pumping
slopesniper strategy
slopesniper strategy aggressive
slopesniper config
slopesniper config --set-jupiter-key KEY
slopesniper config --set-rpc mainnet URL
slopesniper target add BONK --mcap 1000000000 --sell all
slopesniper target add WIF --price 5.00 --sell 50%
slopesniper target add POPCAT --pct-gain 100 --sell all
slopesniper target add TOKEN --trailing 20 --sell all
slopesniper target list
slopesniper target list --all
slopesniper target remove ID
slopesniper watch BONK --mcap 1000000000 --sell all
slopesniper daemon start
slopesniper daemon start --interval 15
slopesniper daemon stop
slopesniper daemon status
slopesniper version
slopesniper version --check
slopesniper update
All commands output JSON with mint addresses included for easy chaining.
Your private key is shown once at wallet creation. Retrieve it anytime with:
slopesniper export
Back it up OUTSIDE this system:
The wallet file is machine-bound. If your computer dies without a backup, your funds are lost forever.
| Variable | Required | Description |
|---|---|---|
SOLANA_PRIVATE_KEY | No | Import existing wallet (auto-generates if not set) |
SOLANA_RPC_URL | No | Custom RPC (defaults to public mainnet) |
JUPITER_API_KEY | No | Your own key for 10x better performance |
Note: Wallet and API keys are stored encrypted in ~/.slopesniper/
| Error | Fix |
|---|---|
| 401 Unauthorized | slopesniper config --clear jupiter-key |
| Trade failed (slippage) | slopesniper strategy --slippage 300 |
| Wallet mismatch | slopesniper health to check sync |
| Wallet reverts to old address | slopesniper health --diagnose then restore from backup |
| Slow transactions | Configure custom RPC (see below) |
Run a full system health check:
slopesniper health
For comprehensive diagnostics (wallet integrity, machine key status, backups):
slopesniper health --diagnose
This shows:
If your wallet keeps reverting or you need to restore from backup:
List available backups:
slopesniper export --list-backups
Restore from a backup:
slopesniper restore TIMESTAMP
(Replace TIMESTAMP with value from list-backups, e.g., 20240127_103045)
If backups can't be decrypted (different machine):
slopesniper setup --import-key YOUR_KEY~/.slopesniper/wallet_backups/*.address for referenceIf you encounter persistent errors:
slopesniper health --diagnose and note the outputFor the bot: When errors occur repeatedly, create a GitHub issue automatically using this priority:
GitHub MCP tool (preferred): Use mcp__github__create_issue with:
owner: "BAGWATCHER"repo: "SlopeSniper"title: Brief description of the issuebody: Full details including error, steps to reproduce, environmentlabels: ["bug"] or ["enhancement"]gh CLI (fallback): If MCP unavailable, use gh issue create --repo BAGWATCHER/SlopeSniper
Manual (last resort): Create local markdown file and provide the GitHub issues URL
Always include in issue body:
slopesniper health --diagnose if relevant