← 返回 Skills 市场
Solana Memecoin Guardian v2
作者
binance237a-hash
· GitHub ↗
· v1.0.0
409
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install solana-memecoin-trade
功能描述
Autonomously discovers and trades Solana memecoins by copying smart wallets, analyzing markets, detecting social trends, and enforcing strict on-chain risk c...
安全使用建议
This bundle is a coherent Solana trading bot and WILL need sensitive credentials to run live (a private key capable of signing transactions, Solana RPC URL, Helius and Jupiter API keys, and optionally an X/Twitter Bearer token). Before you run it: (1) Treat it as high-risk — do NOT put a main wallet private key here. Use an isolated test wallet with only a small amount of funds if you want to experiment. (2) Prefer paper mode for initial testing (no live transactions). (3) Review the code paths that call loadKeypair() and sendRawTransaction so you understand exactly when and how it can move funds. (4) Correct the metadata/manifest: the registry should declare the required env vars and primary credential so users are aware. (5) Consider alternatives to pasting an uncovered private key (hardware signer, signer service, or a wallet delegate with restricted allowances). (6) Run in a sandbox or isolated environment and audit network activity if you plan to run live. If you want, I can list the exact files/lines that read each env var and perform signing/network calls so you can audit those spots.
功能分析
Type: OpenClaw Skill
Name: solana-memecoin-trade
Version: 1.0.0
The skill is designed for automated cryptocurrency trading, which inherently involves high-risk operations. It requires the user to provide their Solana wallet private key via environment variables (`WALLET_PRIVATE_KEY_BASE58` or `WALLET_PRIVATE_KEY_JSON`) for live trading, as detailed in `docs/live_setup.md` and implemented in `src/providers/swapExecutor.ts`. While this is necessary for its stated purpose of executing trades, the direct handling of private keys for automated financial transactions represents a significant security risk and potential vulnerability if the skill or its execution environment were compromised. There is no evidence of intentional malicious behavior like data exfiltration to unauthorized endpoints or obfuscation, but the high-privilege financial capabilities warrant a 'suspicious' classification.
能力评估
Purpose & Capability
The skill is a full-featured Solana trading bot (copy-trading, live swaps, RPC queries, X stream). That purpose legitimately requires SOLANA_RPC_URL, HELIUS_API_KEY, JUP_API_KEY and a WALLET_PRIVATE_KEY to perform live trades — but the registry metadata lists no required environment variables or primary credential. The metadata therefore underreports the skill's privileges and needed secrets.
Instruction Scope
SKILL.md and docs explicitly instruct how to run in paper or live mode and to place API keys and a wallet private key in .env. The runtime instructions (and the code) will: read local config files, poll external services (DexScreener, Jupiter, Helius, Solana RPC, X/Twitter), and sign/send transactions when in live mode. All of that is consistent with the described trading purpose; there is no obvious out-of-scope file-reading or hidden exfiltration to unexpected endpoints.
Install Mechanism
No install spec was provided in the registry, but the bundle contains a full Node/TypeScript project and package.json. Running it requires npm install / tsx (dependencies are normal for Solana tooling). The mismatch (registry says instruction-only while code files exist) is an integrity/packaging concern but not an outright malicious install mechanism.
Credentials
Live operation requires high‑privilege secrets: WALLET_PRIVATE_KEY_BASE58 or WALLET_PRIVATE_KEY_JSON (used to sign and send transactions), SOLANA_RPC_URL (node access), HELIUS_API_KEY (wallet event streaming), JUP_API_KEY (Jupiter), and optionally X_BEARER_TOKEN. These are proportionate to a live trading bot, but the registry metadata omitted declaring any required envs/primary credential — that omission increases risk because users may not realize they must supply a private key. Supplying a private key gives the skill full control over funds in that wallet.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not persist tokens into other skills. It reads local config files and may write nothing persistent; autonomy (agent-invocation) is allowed by default but is not unusual for skills. No system-wide privilege escalation was observed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install solana-memecoin-trade - 安装完成后,直接呼叫该 Skill 的名称或使用
/solana-memecoin-trade触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Solana Memecoin Guardian v2
Solana Memecoin Guardian v2 is an autonomous trading skill designed to discover and trade Solana memecoins while minimizing downside risk. The system combines multiple intelligence layers, including smart-wallet copy trading, AI-driven market analysis, on-chain risk validation, and social narrative detection.
The engine continuously monitors the Solana ecosystem through sources such as Pump.fun, DexScreener, and on-chain wallet activity. It selectively follows high-performing smart wallets while also generating independent trade signals using rule-based AI analysis of liquidity stability, transaction flow, volatility patterns, and market structure.
In addition to market data, the system integrates a Narrative Engine that monitors viral trends and influential posts on platforms such as X (Twitter). When strong narratives emerge, the engine identifies relevant tokens and boosts them as potential candidates for analysis. However, narrative signals alone never trigger trades; every opportunity must still pass strict on-chain safety checks.
A unified Risk Gate protects the strategy from common memecoin threats such as rug pulls, excessive holder concentration, unstable liquidity, or abnormal trading behavior. Position sizing, portfolio exposure, and daily loss limits are strictly controlled to ensure capital preservation.
The architecture includes several core components:
• Smart Wallet Copy-Trade Engine
• AI Analysis Engine
• Narrative Detection Engine (X / social signals)
• Shared Risk Gate and On-Chain Safety Checks
• Position Manager with TP/SL and Trailing Stops
• Rug Alarm System for emergency exits
• Risk Budget Orchestrator for capital protection
By combining on-chain intelligence, social trend awareness, and strict risk management, Solana Memecoin Guardian v2 aims to capture high-probability opportunities while avoiding the majority of unsafe or manipulative tokens.
Primary philosophy:
Missing 100 pumps is acceptable.
Surviving one rug is mandatory.
元数据
常见问题
Solana Memecoin Guardian v2 是什么?
Autonomously discovers and trades Solana memecoins by copying smart wallets, analyzing markets, detecting social trends, and enforcing strict on-chain risk c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 409 次。
如何安装 Solana Memecoin Guardian v2?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install solana-memecoin-trade」即可一键安装,无需额外配置。
Solana Memecoin Guardian v2 是免费的吗?
是的,Solana Memecoin Guardian v2 完全免费(开源免费),可自由下载、安装和使用。
Solana Memecoin Guardian v2 支持哪些平台?
Solana Memecoin Guardian v2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Solana Memecoin Guardian v2?
由 binance237a-hash(@binance237a-hash)开发并维护,当前版本 v1.0.0。
推荐 Skills