← 返回 Skills 市场
wterry57

Solana Sniper Architect

作者 Wterry57 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
955
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install solana-sniper-architect
功能描述
Generates production-ready Python Solana trading bots using Jupiter v6 API and DexScreener data with priority fees and secure key management.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install solana-sniper-architect
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /solana-sniper-architect 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release.
元数据
Slug solana-sniper-architect
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Solana Sniper Architect 是什么?

Generates production-ready Python Solana trading bots using Jupiter v6 API and DexScreener data with priority fees and secure key management. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 955 次。

如何安装 Solana Sniper Architect?

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

Solana Sniper Architect 是免费的吗?

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

Solana Sniper Architect 支持哪些平台?

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

谁开发了 Solana Sniper Architect?

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

💬 留言讨论