← 返回 Skills 市场
srikanthbellary

Solana Sniper Bot

作者 srikanthbellary · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1304
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install solana-sniper-bot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /solana-sniper-bot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: autonomous Solana token sniper with LLM rugpull detection, Jupiter swaps, Raydium pool monitoring
元数据
Slug solana-sniper-bot
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1304 次。

如何安装 Solana Sniper Bot?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install solana-sniper-bot」即可一键安装,无需额外配置。

Solana Sniper Bot 是免费的吗?

是的,Solana Sniper Bot 完全免费(开源免费),可自由下载、安装和使用。

Solana Sniper Bot 支持哪些平台?

Solana Sniper Bot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Solana Sniper Bot?

由 srikanthbellary(@srikanthbellary)开发并维护,当前版本 v1.0.0。

💬 留言讨论