Skills meme-risk-radar-skill
Bilingual meme token risk radar for Binance Web3 data. Scan newly launched or fast-rising meme tokens from Meme Rush, enrich with token audit and token info, produce a normalized risk report in Chinese or English, and support SkillPay billing hooks for paid scan and audit calls.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/2663629531/meme-risk-radar-skill" ~/.claude/skills/openclaw-skills-meme-risk-radar-skill && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/2663629531/meme-risk-radar-skill" ~/.openclaw/skills/openclaw-skills-meme-risk-radar-skill && rm -rf "$T"
manifest:
skills/2663629531/meme-risk-radar-skill/SKILL.mdsource content
Skill: meme-risk-radar-skill
Purpose
Use this skill to turn Binance Web3 meme discovery data into a tradable risk workflow. It is designed for users who want fast meme coverage, but need structured filtering before deciding whether to research further.
Default output supports both
zh and en.
Product Positioning
- Built for traders, researchers, alpha groups, and content operators who need faster meme token triage.
- Focus on
: find candidates first, then downgrade obvious traps before deeper research.risk-first discovery - Suitable for ClawHub-style paid usage because value is tied to each actionable scan, not to raw static content.
Trust Posture
- Read-only by default. This skill does not place orders or request exchange trading keys.
- Secrets are read only from environment variables and are never hard-coded.
- Output is explainable: every score is backed by visible signals such as holder concentration, dev share, liquidity, audit hits, and tax flags.
- User-facing language must remain neutral. Never promise profits or "safe coins."
Commands
Run from the skill root:
python3 scripts/meme_risk_radar.py scan --chain solana --stage new --limit 10 --lang zh python3 scripts/meme_risk_radar.py scan --chain bsc --stage finalizing --limit 5 --lang en --min-liquidity 10000 python3 scripts/meme_risk_radar.py audit --chain bsc --contract 0x1234... --lang en python3 scripts/meme_risk_radar.py health
Output Contract
Each scan returns:
chainstagelanggenerated_at_utctokens[]
Each token entry contains:
symbolnamecontract_addressscorerisk_levelsummarysignals[]metricsauditlinks
Billing Hook (SkillPay)
- Bill only
andscan
.audit - Read API key from
.SKILLPAY_APIKEY - Default price is read from
(defaultSKILLPAY_PRICE_USDT
).0.002 - Do not hard-code secrets.
Suggested Monetization
- Entry offer: charge per
and perscan
, keepaudit
free.health - Recommended starting price:
per call for public listing, then raise after usage data is stable.0.002 USDT - Best value narrative for users: "pay for a filtered shortlist, not for raw token noise."
- If later adding premium tiers, gate advanced filters, watchlists, exports, or alert delivery instead of the base explanation output.
Required/Useful Env Vars
(required for paid mode)SKILLPAY_APIKEY
(optional, defaultSKILLPAY_BASE_URL
)https://skillpay.me
(optional override)SKILLPAY_CHARGE_URL
(optional, defaultSKILLPAY_CHARGE_PATH
)/charges
(optional, defaultSKILLPAY_USER_REF
)anonymous
(optional, defaultSKILLPAY_PRICE_USDT
)0.002
(optional,SKILLPAY_BILLING_MODE
orskillpay
)noop
(optional, defaultBINANCE_WEB3_BASE_URL
)https://web3.binance.com
(optional, defaultBINANCE_HTTP_TIMEOUT_SEC
)12
Notes
- This skill is a risk-filtering tool, not an execution tool.
risk never means safe. The report is a point-in-time snapshot.LOW- Keep user-facing language neutral. Do not give trading guarantees or profit promises.