← Back to Skills Marketplace
120
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install solana-scam-detector
Description
Detect scam tokens on Solana before you trade. Checks ticker patterns, token age, and known scam mints. Read-only — no wallet signing required.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install solana-scam-detector - After installation, invoke the skill by name or use
/solana-scam-detector - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.
How do I install Solana Scam Detector?
Run "/install solana-scam-detector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Solana Scam Detector free?
Yes, Solana Scam Detector is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Solana Scam Detector support?
Solana Scam Detector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Solana Scam Detector?
It is built and maintained by ammkode (@ammkode); the current version is v1.0.2.
More Skills