2.5k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill slopesniper- _meta.json281 B
- SKILL.md3.8 KB
Overview
This skill helps you trade Solana tokens via the Jupiter DEX with automated execution and safety limits. It accepts plain-English commands to buy, sell, scan for opportunities, and run token safety checks. Designed for rapid meme-coin trading while enforcing configurable risk controls.
How this skill works
The skill resolves token names to mint addresses, performs rugcheck safety analysis, fetches quotes from Jupiter, and either auto-executes trades under configured thresholds or prompts for confirmation. It tracks wallet balance and strategy state, supports watchlists and scans for trending tokens, and logs transaction links for review.
When to use it
- Buy or sell small to medium Solana token positions via natural language.
- Quickly scan the market for trending or pump candidates.
- Validate token safety before trading with rugcheck analysis.
- Automate routine micro-trades under predefined risk limits.
- Switch strategies between conservative and aggressive trading modes.
Best practices
- Use a dedicated wallet with limited funds to reduce risk.
- Start in conservative mode and increase limits as you gain confidence.
- Enable required environment variables: SOLANA_PRIVATE_KEY and optionally SOLANA_RPC_URL and JUPITER_API_KEY.
- Review rugcheck results before approving large trades.
- Keep auto-execute thresholds low for new or illiquid tokens.
Example use cases
- "Buy $25 of BONK" → resolves BONK, runs rugcheck, quotes via Jupiter, and auto-executes if under threshold.
- "Sell half my WIF" → calculates 50% of holdings and executes a sell order.
- "What's pumping?" → scans for tokens with recent volume and price spikes and surfaces opportunities.
- "Is POPCAT safe?" → runs a safety analysis and returns a rugcheck score and warnings.
- Set strategy: "Set aggressive mode" to expand trade size and change auto-execute behavior.
FAQ
You must provide SOLANA_PRIVATE_KEY. SOLANA_RPC_URL and JUPITER_API_KEY are optional for custom RPC and higher rate limits.
Will the skill auto-execute every trade?
No. Auto-execution is limited by the current strategy's threshold. Trades above that require explicit confirmation.