← Back to Skills Marketplace
loutai0307-prog

Meme Coin Scanner

by loutai0307-prog · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
96
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install bytesagain-meme-coin-scanner
Description
Scan meme coins for scam signals, rug-pull risk, and on-chain audit flags. Use when evaluating tokens, auditing contracts, checking liquidity lock status.
README (SKILL.md)

Meme Coin Scanner

Detect scams and find gems in the meme coin market.

Commands

bash scripts/meme.sh scan \x3Ctoken_address> [chain]   # Deep scan a token
bash scripts/meme.sh new [chain]                     # New token listings
bash scripts/meme.sh trending                        # Trending meme coins
bash scripts/meme.sh checklist                       # Safety checklist

Risk Indicators

  • 🔴 Honeypot: Can't sell after buying
  • 🔴 Rug Pull: Dev can drain liquidity
  • 🟡 High Tax: >10% buy/sell tax
  • 🟡 Concentrated: Top holder >20% supply
  • 🟢 Locked LP: Liquidity locked >6 months
  • 🟢 Renounced: Ownership given up

Safety First

  1. Never invest more than you can afford to lose
  2. Always check contract before buying
  3. Start with tiny amounts to test selling
  4. Verify on multiple scanners (TokenSniffer, GoPlus)

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Requirements

  • bash 4+
  • python3 (standard library only)
Usage Guidance
This skill appears to do what it claims: run local scripts that call public token/DEX APIs and produce heuristic risk output. Before installing, consider: (1) The scripts will create and write logs under your home directory (~/.meme-scanner or an XDG path) that may contain token addresses or query history — review those files if you care about privacy. (2) The code makes outbound requests to public services (DexScreener etc.); those services will see your queried token addresses. (3) No secrets are required, but the tips mention optional API keys — only set keys if you trust the skill and the upstream services. (4) One of the provided files (scripts/meme.sh) was partially truncated in the supplied bundle; to raise confidence, review the full file to ensure there are no hidden network calls or unexpected behavior in the missing portion. If you want extra safety, run the scripts in a restricted/sandboxed environment or inspect the full source locally before use.
Capability Analysis
Type: OpenClaw Skill Name: bytesagain-meme-coin-scanner Version: 1.0.0 The skill bundle provides a functional meme coin scanner that fetches data from the DexScreener API to evaluate token risks. The primary script, scripts/meme.sh, performs legitimate data retrieval and basic risk analysis (liquidity, age, volume) without any signs of data exfiltration or malicious execution. While scripts/script.sh contains generic security utility placeholders (hashing, password generation) that are unrelated to the core functionality, they do not exhibit harmful behavior.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
Name/description match the included scripts: the shell+Python scripts query token/DEX APIs, present risk heuristics, and print external checker links. No unrelated cloud credentials or unrelated binaries are requested.
Instruction Scope
SKILL.md instructs running local scripts (meme.sh, script.sh). Those scripts perform network GETs to public APIs (e.g., DexScreener), print assessments, and provide checklists. They also create a local data directory (~/.meme-scanner or XDG path) and write logs/history — expected for a CLI scanner but worth noting for privacy.
Install Mechanism
No install spec; this is instruction+bundled scripts only. Nothing is downloaded or executed from remote URLs during install.
Credentials
The skill declares no required env vars or credentials. Scripts optionally respect MEME_COIN_SCANNER_DIR/XDG_DATA_HOME to change data path and the tips mention API keys as optional. No unexplained secret access is present.
Persistence & Privilege
always:false and no modifications to system-wide or other skills' configs. The script persists logs and data in a per-user data directory (normal but persistent on the machine).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bytesagain-meme-coin-scanner
  3. After installation, invoke the skill by name or use /bytesagain-meme-coin-scanner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Restored with improvements
Metadata
Slug bytesagain-meme-coin-scanner
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Meme Coin Scanner?

Scan meme coins for scam signals, rug-pull risk, and on-chain audit flags. Use when evaluating tokens, auditing contracts, checking liquidity lock status. It is an AI Agent Skill for Claude Code / OpenClaw, with 96 downloads so far.

How do I install Meme Coin Scanner?

Run "/install bytesagain-meme-coin-scanner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Meme Coin Scanner free?

Yes, Meme Coin Scanner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Meme Coin Scanner support?

Meme Coin Scanner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Meme Coin Scanner?

It is built and maintained by loutai0307-prog (@loutai0307-prog); the current version is v1.0.0.

💬 Comments