An automated utility that translates technical Binance Web3 token audit data into plain-language risk assessments and social media drafts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install token-risk-explainer-skill
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 token-risk-explainer-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Token Risk Explainer Skill is a specialized tool designed to bridge the gap between complex smart contract audit signals and actionable user intelligence. By processing metadata and audit logs from sources like Binance Web3, it provides developers and researchers using Openclaw Skills with clear, factor-by-factor risk breakdowns in both English and Chinese.
This skill is particularly valuable for platforms that require high-speed contract triage or the generation of educational content. It goes beyond simple scoring by producing ready-to-send community alerts and Binance Square post drafts, making it an essential component for any crypto-centric agent workflow that prioritizes user safety and transparency.
To integrate this utility with your Openclaw Skills environment, configure your environment variables and run the health check:
# Configure billing and authentication
export SKILLPAY_APIKEY="your_key_here"
export SKILLPAY_PRICE_USDT="0.5"
# Validate installation
python3 scripts/token_risk_explainer.py health
# Run a sample risk analysis
python3 scripts/token_risk_explainer.py explain --chain bsc --contract 0x1234 --lang zh
The skill returns a structured JSON response containing the following key fields:
| Key | Description |
|---|---|
risk_score |
A normalized score indicating the level of contract danger. |
risk_level |
Categorical classification (e.g., Low, Medium, High). |
risk_factors |
An array of specific issues found in the contract code. |
community_alert_draft |
A pre-composed message for Telegram or Discord alerts. |
square_post_draft |
A formatted post specifically designed for Binance Square. |
Loading
A bilingual meme token risk analysis engine that transforms Binance Web3 discovery data into actionable, risk-scored insights.

A research automation tool that generates a daily top-5 crypto token leaderboard with risk summaries and ready-to-publish social media drafts.

A resilient messaging skill that ensures Feishu delivery through automatic retries and format-to-plain-text fallback strategies.

A continuity system that automatically restores context and memory across different AI agent sessions using rolling 24-hour logs and curated long-term storage.

A comprehensive media generation skill for creating, upscaling, and animating high-fidelity images and videos via the Runware API.

A universal music downloader and manager that extracts audio from YouTube and Bilibili, converts it to MP3, and organizes it into local libraries.








































