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.

Safety Notice

This item is sourced from the public archived skills repository. Treat as untrusted until reviewed.

Copy this and send it to your AI assistant to learn

Install skill "meme-risk-radar-skill" with this command: npx skills add 2663629531/meme-risk-radar-skill

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 risk-first discovery: find candidates first, then downgrade obvious traps before deeper research.
  • 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:

  • chain
  • stage
  • lang
  • generated_at_utc
  • tokens[]

Each token entry contains:

  • symbol
  • name
  • contract_address
  • score
  • risk_level
  • summary
  • signals[]
  • metrics
  • audit
  • links

Billing Hook (SkillPay)

  • Bill only scan and audit.
  • Read API key from SKILLPAY_APIKEY.
  • Default price is read from SKILLPAY_PRICE_USDT (default 0.002).
  • Do not hard-code secrets.

Suggested Monetization

  • Entry offer: charge per scan and per audit, keep health free.
  • Recommended starting price: 0.002 USDT per call for public listing, then raise after usage data is stable.
  • 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

  • SKILLPAY_APIKEY (required for paid mode)
  • SKILLPAY_BASE_URL (optional, default https://skillpay.me)
  • SKILLPAY_CHARGE_URL (optional override)
  • SKILLPAY_CHARGE_PATH (optional, default /charges)
  • SKILLPAY_USER_REF (optional, default anonymous)
  • SKILLPAY_PRICE_USDT (optional, default 0.002)
  • SKILLPAY_BILLING_MODE (optional, skillpay or noop)
  • BINANCE_WEB3_BASE_URL (optional, default https://web3.binance.com)
  • BINANCE_HTTP_TIMEOUT_SEC (optional, default 12)

Notes

  • This skill is a risk-filtering tool, not an execution tool.
  • LOW risk never means safe. The report is a point-in-time snapshot.
  • Keep user-facing language neutral. Do not give trading guarantees or profit promises.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

compliance-evidence-assembler

把审计所需证据整理成目录、清单和缺失项,便于后续评审。;use for compliance, evidence, audit workflows;do not use for 伪造证据, 替代正式审计结论.

Archived SourceRecently Updated
Security

skillguard-hardened

Security guard for OpenClaw skills, developed and maintained by rose北港(小红帽 / 猫猫帽帽). Audits installed or incoming skills with local rules plus Zenmux AI intent review, then recommends pass, warn, block, or quarantine.

Archived SourceRecently Updated
Security

api-contract-auditor

审查 API 文档、示例和字段定义是否一致,输出 breaking change 风险。;use for api, contract, audit workflows;do not use for 直接改线上接口, 替代契约测试平台.

Archived SourceRecently Updated
Security

ai-workflow-red-team-lite

对 AI 自动化流程做轻量红队演练,聚焦误用路径、边界失败和数据泄露风险。;use for red-team, ai, workflow workflows;do not use for 输出可直接滥用的攻击脚本, 帮助破坏系统.

Archived SourceRecently Updated