crypto-scam-detector
Real-time cryptocurrency scam detection with database-first architecture. Protects users from phishing, honeypots, rug pulls, and ponzi schemes. No external API calls during checks!
Why use this skill?
Instantly detect crypto scams, phishing, and rug pulls with the OpenClaw Crypto Scam Detector. Zero API latency via local database-first architecture.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/princedoss77/crypto-scam-detectorWhat This Skill Does
The Crypto Scam Detector v2.0 is a robust, database-first security agent designed for OpenClaw. Unlike standard security tools that rely on sluggish third-party API calls at the moment of verification, this skill utilizes a high-performance local SQLite database. By decoupling the scanning process from the Etherscan API via a dedicated background sync worker, it ensures that your security checks are near-instantaneous (under 5ms). It proactively identifies threats including phishing attempts, honeypots, rug pulls, ponzi schemes, and sophisticated exploit recruitment messages. By analyzing hex data and transaction messages, it provides a deep-layer audit of suspicious addresses, protecting your assets without compromising on speed or connectivity constraints.
Installation
To integrate the Crypto Scam Detector into your workspace, ensure you have the OpenClaw environment active. Navigate to your workspace directory and use the clawhub installation command: clawhub install openclaw/skills/skills/princedoss77/crypto-scam-detector. After cloning the repository, execute the ./install.sh script to set up your virtual environment and dependencies. For optimal performance, run the ./setup.sh utility to securely encrypt your Etherscan API key, which will be utilized exclusively by the background sync worker to keep your local database updated with the latest threat intelligence.
Use Cases
- Proactive Wallet Protection: Quickly screen unknown transaction addresses before interacting with a decentralized application.
- Transaction Auditing: Analyze suspicious transaction history or hex-encoded data for hidden exploit signatures or malicious smart contract interactions.
- Asset Safety Monitoring: Maintain a local "blocklist" of known malicious actors like the Lazarus Vanguard group or Orbit Bridge hackers without triggering rate limits during active browsing or trading sessions.
Example Prompts
- "OpenClaw, scan this address 0x71C7656... to see if it is flagged as a potential rug pull or honeypot in our local database."
- "Check the transaction data associated with this hex input and tell me if it contains any known phishing or exploit keywords."
- "Is this address associated with any known hacking groups like the Lazarus Vanguard or known private key theft campaigns?"
Tips & Limitations
- Sync Frequency: While the check is instant, ensure your
sync_worker.pyis running on a cron schedule to keep your database current with the latest threats. - Zero API Latency: Because checks are local, the reliability depends on your local database being populated. If an address is brand new and not yet synced, consider adding it to the queue manually.
- Security: The skill uses encrypted storage for API keys; ensure you do not commit your
.envor decrypted key files to any public repositories.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-princedoss77-crypto-scam-detector": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read, external-api, code-execution
Related Skills
doctorbot-ci-validator
Stop failing in production. Validate your GitHub Actions, GitLab CI & Keep workflows offline with surgical precision. Born from Keep bounty research, perfected for agents.
arc-shield
Output sanitization for agent responses - prevents accidental secret leaks
AURA Security Scanner
Scan AI agent skills for malware, credential theft, prompt injection, and dangerous permissions before installing them
iseclaw-intel
Indonesian Web3 intelligence via Iseclaw ACP agent. Real-time market data, token signals, TGE research, and GameFi analysis from Southeast Asia's first transparent AI agent.
sbom-explainer
把依赖清单或 SBOM 翻译成非技术可读的风险说明,按影响面排序。;use for sbom, dependencies, risk workflows;do not use for 伪造 CVE 状态, 替代专业漏洞扫描.