/SKILL.md
Generate reusable Binance Alpha reports for 4x-point tokens, stable farming candidates, Alpha-linked futures alerts, and official daily briefs. Use this skill when users ask for Binance Alpha point multipliers, "四倍分" token analysis, low-volatility刷分 recommendations, Alpha futures monitoring, or an Alpha日报 with official listings/news/activity sources.
npx skillsauth add aa1643614923/binance-alpha-assistant binance-alpha-assistantInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
这个 skill 面向「币安 Alpha 四倍分跟踪 + 稳定刷币 + 合约异动 + 官方日报」场景。
优先通过本地脚本生成结构化报告,再基于报告回答用户;这样更适合 OpenClaw 复用、GitHub 提交和比赛演示。
scripts/binance_alpha_assistant.py 生成最新报告。JSON 作为结构化事实来源。Markdown 或 HTML 报告。脚本会生成三份输出:
JSON:适合其他 OpenClaw / Agent 直接接入复用Markdown:适合直接贴给用户或发群HTML:适合录屏演示和比赛展示当用户提出以下需求时,应触发本 skill:
mulPoint = 4 的代币和总成交量8200」估算当前参与人数在 skill 根目录运行:
py -3 scripts/binance_alpha_assistant.py \
--config config.example.json \
--json-output output/latest_report.json \
--markdown-output output/latest_report.md \
--html-output output/latest_report.html
回答时优先读取 output/latest_report.json,不要重复猜测或手算。
MarkdownHTMLJSONmulPoint == 4 识别为「四倍分」;不要自行脑补倍数8200scripts/binance_alpha_assistant.py:主脚本,抓取 Binance Alpha / Futures / Official CMS 数据并生成报告references/data-sources.md:官方数据源与字段说明scoring-model.md:稳定刷分和合约异动的评分方法assets/report_template.html:自包含演示页面模板testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).