← 返回 Skills 市场
120
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install solana-scam-detector
功能描述
Detect scam tokens on Solana before you trade. Checks ticker patterns, token age, and known scam mints. Read-only — no wallet signing required.
安全使用建议
This skill appears to do what it claims: read-only checks against Solana RPC. Before installing or running it, consider: (1) Use a trusted/private RPC endpoint if you care about privacy — public RPCs can see your IP and queries. (2) Inspect/confirm the dependency @solana/web3.js and run npm installs in a sandbox/container if unsure. (3) The skill will not ask for wallet keys or send transactions, but the agent may prompt you to provide RPC_URL or to add blacklist items — avoid pasting any secrets into prompts. (4) If you plan to let the agent invoke this autonomously, remember autonomous invocation is allowed by default; consider limiting that if you prefer manual control.
功能分析
Type: OpenClaw Skill
Name: solana-scam-detector
Version: 1.0.2
The solana-scam-detector skill is a legitimate utility for performing read-only analysis of Solana tokens to identify common scam patterns. The code in lib/scam_check.js uses the standard @solana/web3.js library to check token age and ticker patterns against blacklists without requiring sensitive permissions or private keys. Both the SKILL.md and code comments include explicit safety instructions for the AI agent to never request wallet keys, Telegram IDs, or trade history.
能力评估
Purpose & Capability
Name/description match the included code and instructions: the module performs ticker pattern checks, minted-address checks, and token-age checks via Solana RPC. Required runtime (node and @solana/web3.js) is appropriate for this purpose.
Instruction Scope
SKILL.md and the code keep to read-only operations (getSignaturesForAddress) and explicitly forbid requesting wallet keys or other sensitive user data. Minor note: the agent is allowed/encouraged to ask the user for RPC_URL and to let the user add blacklist entries; these are reasonable but give the agent discretion to prompt for values which could contain user-specific endpoints or identifiers.
Install Mechanism
This is instruction-only (no automated install spec). The README/SKILL.md instructs running `npm install @solana/web3.js`. That is a standard, expected dependency, but running npm install pulls third-party packages — users should vet dependencies before installing in a sensitive environment.
Credentials
No credentials or environment secrets are required. An optional RPC_URL may be supplied; using the default public RPC (https://api.mainnet-beta.solana.com) is functional but may expose the user's IP and query patterns to the RPC provider. The optional env usage is proportional but should be understood by users concerned about privacy.
Persistence & Privilege
Skill does not request persistent privileges, does not set always:true, and does not modify other skills or system configuration. The addToBlacklist function mutates in-memory arrays only (no disk persistence).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install solana-scam-detector - 安装完成后,直接呼叫该 Skill 的名称或使用
/solana-scam-detector触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated lib/config.js (details not shown)
- No user-facing features or interface changes
- Existing detection logic, usage, and documentation remain unchanged
v1.0.1
**Simplified and made read-only, no personal data required.**
- Removed all requirements for wallet keys, Telegram ID, or trade/trade history.
- Blacklist and winner-tracking features removed for a fully read-only module.
- Updated configuration: only RPC URL and minimum token age are customizable.
- Documentation rewritten for clarity, reflecting streamlined usage.
- Detection logic and API simplified to just token age, ticker patterns, and mint blacklist checks.
v1.0.0
Initial release of Solana Scam Detector.
- Detects scam tokens on Solana using ticker patterns, token age, blacklists, and risk scoring.
- Users and agents can configure blacklists and thresholds for tailored protection.
- Agents are guided to request RPC details and risk preferences from users.
- Adds support for tracking both blacklisted and winning tokens.
- Provides clear installation, usage, and extension instructions.
元数据
常见问题
Solana Scam Detector 是什么?
Detect scam tokens on Solana before you trade. Checks ticker patterns, token age, and known scam mints. Read-only — no wallet signing required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。
如何安装 Solana Scam Detector?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install solana-scam-detector」即可一键安装,无需额外配置。
Solana Scam Detector 是免费的吗?
是的,Solana Scam Detector 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Solana Scam Detector 支持哪些平台?
Solana Scam Detector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Solana Scam Detector?
由 ammkode(@ammkode)开发并维护,当前版本 v1.0.2。
推荐 Skills