token-risk-explainer-skill
Explain crypto token risk in plain Chinese and English from Binance Web3 token audit and market metadata. Use this skill when users want a contract-level risk score, factor-by-factor explanation, comparison between tokens, watchlist triage, and ready-to-send community or Binance Square risk copy.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/2663629531/token-risk-explainer-skillSkill: token-risk-explainer-skill
Purpose / 用途
Use this skill to turn raw token audit signals into a readable risk explanation for users, community managers, and content operators. 用这个 skill 可以把原始风控字段转成用户看得懂的风险解释,适合新手教育、社群预警、内容科普和快速筛查。
Commands / 命令
Run from the skill root: 在 skill 根目录执行:
python3 scripts/token_risk_explainer.py explain --chain bsc --contract 0x1234 --lang zh
python3 scripts/token_risk_explainer.py compare --chain bsc --contracts 0xaaa,0xbbb --lang zh
python3 scripts/token_risk_explainer.py watchlist --chain bsc --input ./contracts.txt --lang zh
python3 scripts/token_risk_explainer.py health
Output Contract / 输出结构
explain returns:
tokencontract_addresschainrisk_scorerisk_levelrisk_summary_zhrisk_summary_enrisk_factors[]continue_researchcommunity_alert_draftsquare_post_draft
Billing Hook (SkillPay) / 计费预留
- Bill only
explain,compare, andwatchlist. - Read API key from
SKILLPAY_APIKEY. - Default price comes from
SKILLPAY_PRICE_USDT. - Keep secrets in environment variables only.
Notes / 说明
- This skill is read-only. It does not place orders.
- Output must remain neutral. Never promise safety or returns.
LOWrisk does not mean safe. It only means fewer visible red flags in the current snapshot.
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-2663629531-token-risk-explainer-skill": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
alpha-copilot-skill
Generate a daily priority leaderboard for 5 crypto tokens, with per-token fundamentals, liquidity, and risk summaries plus ready-to-publish drafts for X posts, group updates, and quick briefs. Use this skill when users want an OpenClaw research copilot for daily alpha scanning with SkillPay billing hooks.
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.