← Back to Skills Marketplace
srikanthbellary

Solana Sniper Bot

by srikanthbellary · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1304
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install solana-sniper-bot
Description
Autonomous Solana token sniper and trading bot. Monitors new token launches on Raydium/Jupiter, evaluates rugpull risk with LLM analysis, auto-buys promising launches, and manages exit strategies. Use when user wants to snipe Solana token launches, trade memecoins, monitor new Solana pairs, or build a Solana trading bot. Supports cron-based monitoring, take-profit/stop-loss, and portfolio tracking.
Usage Guidance
This skill appears to do what it claims, but it requires your wallet private key and will autonomously sign and send trades. Before installing: (1) Do not use your main wallet — create a dedicated funding wallet with only the funds you can afford to lose. (2) Inspect the code yourself (or have someone you trust do so); the repo is plain Python and uses known APIs. (3) Run inside an isolated environment (container or VM) and use a Python virtualenv to avoid global pip installs. (4) Consider running on Solana devnet/testnet first to validate behavior. (5) Limit the bot's privileges: prefer a wallet/signing setup that avoids exposing a raw long‑term private key if possible (hardware or remote signer), or rotate the private key after testing. (6) Monitor logs and network activity; be aware that any compromise of the environment or LLM key could affect decisions or leak operational metadata. If you are not comfortable exposing a hot private key, do not install.
Capability Analysis
Type: OpenClaw Skill Name: solana-sniper-bot Version: 1.0.0 The skill is classified as suspicious due to its inherent high-risk functionality, specifically the handling and use of the user's `SOLANA_PRIVATE_KEY` to sign and execute automated financial transactions via the Jupiter aggregator (`scripts/sniper.py`). While the code appears to align with its stated purpose of an autonomous trading bot and includes explicit security warnings in `SKILL.md` (e.g., 'Use a DEDICATED wallet', 'Never use your main wallet's private key'), the capability to perform automated, irreversible financial operations with a private key elevates it beyond benign. The instruction to copy the script to `/opt/sniper/` in `SKILL.md` also suggests a system-level integration, which, while not malicious in this context, adds to the overall risk profile.
Capability Assessment
Purpose & Capability
The name/description (Solana sniper/trading bot) aligns with what the files do: monitoring Raydium pools, assessing tokens, calling an LLM for risk scoring, and executing swaps via Jupiter. Required env vars (SOLANA_PRIVATE_KEY and LLM_API_KEY) are expected for signing trades and calling the LLM.
Instruction Scope
SKILL.md and scripts instruct the agent to install Python deps, place/run the sniper script, create a .env containing the private key and LLM key, poll Raydium/Jupiter RPCs, send token metadata to Anthropic, and perform swaps. All actions stay within the trading/sniping scope, but they require storing a private key in .env and running a long‑running agent that can autonomously sign/send transactions.
Install Mechanism
setup.sh runs pip install of specific packages from PyPI (no obscure downloads). This is expected for a Python tool, but the installer runs pip globally unless a venv is used — note the usual supply-chain and system-impact concerns for pip installs.
Credentials
Only two env vars are required (SOLANA_PRIVATE_KEY and LLM_API_KEY), which are relevant. However, SOLANA_PRIVATE_KEY is extremely sensitive (full control of on‑chain funds). Requesting it is proportionate to the bot's purpose but carries high privilege — the user must understand the financial risk of providing a hot private key to software.
Persistence & Privilege
Skill does not request always:true and does not modify other skills or system configs. It will run as a long‑running/cron process and can autonomously invoke network calls and sign transactions — normal for this use case but increases blast radius if misused or compromised.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install solana-sniper-bot
  3. After installation, invoke the skill by name or use /solana-sniper-bot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: autonomous Solana token sniper with LLM rugpull detection, Jupiter swaps, Raydium pool monitoring
Metadata
Slug solana-sniper-bot
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Solana Sniper Bot?

Autonomous Solana token sniper and trading bot. Monitors new token launches on Raydium/Jupiter, evaluates rugpull risk with LLM analysis, auto-buys promising launches, and manages exit strategies. Use when user wants to snipe Solana token launches, trade memecoins, monitor new Solana pairs, or build a Solana trading bot. Supports cron-based monitoring, take-profit/stop-loss, and portfolio tracking. It is an AI Agent Skill for Claude Code / OpenClaw, with 1304 downloads so far.

How do I install Solana Sniper Bot?

Run "/install solana-sniper-bot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Solana Sniper Bot free?

Yes, Solana Sniper Bot is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Solana Sniper Bot support?

Solana Sniper Bot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Solana Sniper Bot?

It is built and maintained by srikanthbellary (@srikanthbellary); the current version is v1.0.0.

💬 Comments