A high-performance, database-first security tool for Openclaw Skills that provides instant detection of cryptocurrency scams and malicious blockchain addresses.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install crypto-scam-detector
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install crypto-scam-detector using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Crypto Scam Detector is a sophisticated security extension built for Openclaw Skills, designed to protect users from the evolving landscape of Web3 fraud. By utilizing a database-first architecture, this skill eliminates the latency and rate-limiting issues common with standard blockchain scanners. It performs deep analysis on Ethereum addresses, checking for known phishing signatures, honeypot contract patterns, and suspicious transaction messages.
Unlike traditional tools that rely on live API calls during every query, this implementation for Openclaw Skills maintains a local SQLite database that synchronizes in the background. This ensures that users receive instant results (under 5ms) when verifying addresses for potential risks like rug pulls or Ponzi schemes. It is a critical utility for any developer or trader looking to integrate robust security checks into their automated workflows.
To get started with this skill for Openclaw Skills, follow these installation and configuration steps:
# Navigate to your skills directory
cd ~/.openclaw/workspace/skills/crypto-scam-detector
# Run the automated installer
bash install.sh
# Configure your Etherscan API key using the encrypted setup wizard
./setup.sh
It is highly recommended to set up a cron job to keep your local database updated:
# Run the sync worker every 10 minutes via crontab
*/10 * * * * cd ~/.openclaw/workspace/skills/crypto-scam-detector && source venv/bin/activate && python3 sync_worker.py --max-jobs 30
The skill organizes its security intelligence using a structured SQLite schema to ensure rapid lookups and detailed reporting within Openclaw Skills:
| Table | Description |
|---|---|
addresses |
Stores core address metadata, balance info, and final risk scores. |
transactions |
Archives suspicious transactions with decoded hex messages for deep analysis. |
scam_indicators |
Catalogs specific red flags (e.g., 'phishing', 'Lazarus group') found for each address. |
sync_queue |
Manages the pipeline of addresses pending full blockchain synchronization. |
Loading
An AI-driven cryptocurrency safety assistant that provides instant, database-backed protection against blockchain scams and phishing.

A high-performance, database-first security tool for identifying cryptocurrency scams and malicious addresses instantly.

A protocol for instant, gasless stablecoin payments over HTTP using the 402 Payment Required status code.

A developer-friendly skill for AI agents to make and receive instant stablecoin payments using the x402 open standard.

A three-tier task routing logic designed to minimize API costs by escalating from Flash to Plus models only when complexity requires it.

An AI-driven minimal diary for daily journaling and task tracking with intelligent auto-tagging and Markdown support.








































