← Back to Skills Marketplace
wterry57

Solana Sniper Architect

by Wterry57 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
955
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install solana-sniper-architect
Description
Generates production-ready Python Solana trading bots using Jupiter v6 API and DexScreener data with priority fees and secure key management.
Usage Guidance
This skill will generate scripts that sign and submit Solana transactions and instruct the agent to use a PRIVATE_KEY from environment/.env. Before using: (1) do not give a real mainnet private key — prefer testnet or a disposable wallet; (2) prefer hardware wallets, remote signing, or constructing unsigned transactions for manual signing rather than storing private keys in plaintext .env files; (3) ask the author to update the registry metadata to declare required env vars (e.g., PRIVATE_KEY) and to include security recommendations; (4) review any generated code carefully before running (especially transaction signing, RPC endpoints, and fee/priority logic); and (5) be aware that running HFT trading bots can cause real financial loss and has legal/ethical/market-impact implications.
Capability Analysis
Type: OpenClaw Skill Name: solana-sniper-architect Version: 1.0.0 The skill bundle is designed to instruct an AI agent to generate Python scripts for Solana trading bots. The instructions are clear, focused on the stated purpose, and include a positive security practice by requiring the use of `os.getenv('PRIVATE_KEY')` instead of hardcoding private keys. The specified external APIs (Jupiter v6, DexScreener) are legitimate services relevant to the task. There is no evidence of prompt injection, data exfiltration, malicious execution, persistence mechanisms, or obfuscation attempts within the `_meta.json` or `SKILL.md` files.
Capability Assessment
Purpose & Capability
The SKILL.md describes a Solana high-frequency trading bot generator (Jupiter v6 + DexScreener + solders) which is coherent with the skill name. However, the registry metadata provides no description and declares no required environment variables or credentials even though the instructions demand a PRIVATE_KEY environment variable and .env usage. That metadata/instruction mismatch is unexpected and reduces transparency.
Instruction Scope
The instructions explicitly require creating production-ready scripts that sign and submit transactions (priority fees via the solders library) and instruct the agent to read os.getenv('PRIVATE_KEY') and include a .env template. Those runtime actions are high-impact (can move funds) and the SKILL.md gives no guidance to prefer secure signing (hardware wallets, remote signing, or manual signing) or to limit testing to dev/testnet. The instructions also require polling DexScreener and calling Jupiter APIs (external network calls), which is consistent with purpose but broad in scope for an instruction-only skill.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, which minimizes immediate supply-chain risk. It will produce Python scripts and a requirements.txt at runtime but does not itself download or install packages.
Credentials
The SKILL.md mandates using PRIVATE_KEY via os.getenv and a .env template, but the skill metadata lists no required env vars or primary credential. Requesting a private key for signing is expected for a trading bot, but the omission from requires.env is an incoherence. Also, advice to put keys in .env (loaded by python-dotenv) can encourage insecure local storage; no safer alternatives (hardware/key management, ephemeral keys, testnet) are suggested.
Persistence & Privilege
always is false and there is no install behavior or persistent privileges requested. The skill can be invoked autonomously (disable-model-invocation: false), which is normal for skills and not by itself a red flag; it does not request persistent presence or modify other skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install solana-sniper-architect
  3. After installation, invoke the skill by name or use /solana-sniper-architect
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release.
Metadata
Slug solana-sniper-architect
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Solana Sniper Architect?

Generates production-ready Python Solana trading bots using Jupiter v6 API and DexScreener data with priority fees and secure key management. It is an AI Agent Skill for Claude Code / OpenClaw, with 955 downloads so far.

How do I install Solana Sniper Architect?

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

Is Solana Sniper Architect free?

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

Which platforms does Solana Sniper Architect support?

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

Who created Solana Sniper Architect?

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

💬 Comments