SlopeSniper for Openclaw

SlopeSniper is an AI-powered Solana trading assistant that enables token swaps on Jupiter DEX using simple natural language commands and automated safety protocols.

maddefientist
v1.0.0
Jan 27, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install slopesniper

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install slopesniper using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is SlopeSniper?

SlopeSniper is a powerful Solana trading tool integrated into the Openclaw Skills ecosystem, designed to simplify decentralized finance interactions. It allows users to execute trades, scan for opportunities, and manage their Solana portfolio through intuitive conversation. By leveraging the Jupiter DEX aggregator, SlopeSniper ensures optimal trade execution while providing advanced security features like Rugcheck analysis to protect against potential scams.

This skill bridges the gap between complex blockchain transactions and user-friendly automation, making it an essential addition to any developer's Openclaw Skills library. It focuses on speed and safety, offering various risk profiles ranging from conservative to aggressive, allowing users to trade with confidence while maintaining control over their digital assets.

SlopeSniper Use Cases

  • Executing quick token swaps on the Solana network using plain English commands.
  • Performing automated safety checks and rug analysis before purchasing new meme coins.
  • Monitoring wallet balances and portfolio performance across various Solana assets.
  • Implementing pre-defined trading strategies with automatic execution thresholds.
  • Identifying trending tokens and market opportunities through automated scanning.

How SlopeSniper Works

  1. The user provides a natural language prompt, such as "Buy $20 of BONK", which is processed by the AI agent.
  2. SlopeSniper resolves the token name or ticker to its specific mint address on the Solana blockchain.
  3. The skill performs a Rugcheck analysis to evaluate the token's safety and risk score before proceeding.
  4. A quote is fetched from the Jupiter DEX aggregator to ensure the best available price and minimal slippage.
  5. Depending on the current strategy and trade amount, the skill either auto-executes the transaction or prompts the user for manual confirmation.
  6. The transaction is broadcast to the network, and a Solscan link is provided for real-time verification.

SlopeSniper Setup

To get started with SlopeSniper, ensure you have uv installed. Add your Solana private key to your configuration to enable trading through Openclaw Skills.

# Install the SlopeSniper MCP extension via uv
uv tool install git+https://github.com/maddefientist/SlopeSniper.git#subdirectory=mcp-extension

Then, configure your environment with your private key:

{
  "skills": {
    "entries": {
      "slopesniper": {
        "apiKey": "your_solana_private_key_here"
      }
    }
  }
}

SlopeSniper Data Schema & Taxonomy

SlopeSniper organizes trading data and strategy parameters to provide a seamless experience within Openclaw Skills. It utilizes the following schema for managing transactions and safety limits:

Field Description Type
SOLANA_PRIVATE_KEY The wallet key used for signing transactions and executing trades. String (Secret)
Strategy Mode Determines auto-execution limits (Conservative, Balanced, Aggressive, Degen). Enum
Auto-Execute Threshold The maximum dollar amount for trades that do not require manual confirmation. Number
Safety Check Status Result of the Rugcheck analysis for specific tokens, including risk scores. JSON Object
Transaction Metadata Logs for swaps including mint addresses, amounts, and Solscan links. List

SlopeSniper Advanced Features

  • Multi-tier strategy modes that allow users to toggle between conservative safety and degen-level speed.
  • Real-time Rugcheck integration for automated scam detection and rug-pull prevention on every trade.
  • Support for custom Solana RPC URLs to bypass public rate limits and optimize transaction speed.
  • Advanced watchlist management to track specific tokens and prices before committing to a purchase.
  • Percent-based selling capabilities for precise profit-taking and portfolio rebalancing.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*