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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/2663629531/alpha-copilot-skillSkill: alpha-copilot-skill
Purpose / 用途
Use this skill to produce a publishable daily research pack from Binance Web3 market signals. 用这个 skill 可以基于 Binance Web3 市场信号生成可直接发布的日报研究包。
It is designed for operators who want one fixed output:
- 今日优先级榜单
- 值得看的 5 个币
- 每个币的基本面/流动性/风险摘要
- 可直接发推文、发群、写快报的文案草稿
Workflow / 工作流
-
Pull multiple Binance Web3 leaderboard views (
trending,top_search,alpha). -
Merge repeated token hits into one candidate list.
-
Enrich top candidates with token metadata and audit data.
-
Score candidates into a daily priority ranking.
-
Output JSON or Markdown and bill one successful
rankcall through SkillPay. -
拉取 Binance Web3 的多个榜单视图(
trending、top_search、alpha)。 -
合并重复上榜的 token,生成候选池。
-
补充 token 元数据与审计信息。
-
计算今日优先级评分。
-
输出 JSON 或 Markdown,并在成功执行
rank后接入 SkillPay 计费。
Commands / 命令
Run from the skill root: 在 skill 根目录执行:
python3 scripts/alpha_copilot.py rank --chain bsc --lang zh --user-id demo
python3 scripts/alpha_copilot.py rank --chain base --format markdown --limit 5 --user-id demo
python3 scripts/alpha_copilot.py rank --chain solana --skip-audit --skip-billing
python3 scripts/alpha_copilot.py health
python3 scripts/alpha_copilot.py proxy-check --chain bsc
Output Contract / 输出结构
Each ranked token includes: 每个入选币种包含:
symbolnamecontract_addresspriority_scorepriority_tierfundamentals_summaryliquidity_summaryrisk_summarytweet_draftgroup_draftbrief_draft
The report also contains leaderboard, top_tokens, summary, and generated_at_utc.
整份报告还包含 leaderboard、top_tokens、summary 和 generated_at_utc。
Billing Hook (SkillPay) / 计费接入
-
Bill only
rank. -
Default price comes from
SKILLPAY_PRICE_USDTand should stay at0.01. -
Read API key from
SKILLPAY_APIKEY. -
Keep
SKILLPAY_BASE_URL/SKILLPAY_CHARGE_URLoverrideable so the SkillPay integration can be swapped without changing report logic. -
Do not hard-code secrets.
-
只对
rank计费。 -
默认价格来自
SKILLPAY_PRICE_USDT,默认应保持为0.01。 -
API key 从
SKILLPAY_APIKEY读取。 -
SKILLPAY_BASE_URL/SKILLPAY_CHARGE_URL保持可覆盖,避免把 SkillPay 接口写死进业务逻辑。 -
不要硬编码任何密钥。
Required/Useful Env Vars / 关键环境变量
SKILLPAY_APIKEY(required for paid mode)SKILLPAY_BILLING_MODE(optional,skillpayornoop)SKILLPAY_PRICE_USDT(optional, default0.01)SKILLPAY_USER_REF(optional fallback user id)BINANCE_WEB3_BASE_URL(optional, defaulthttps://web3.binance.com)BINANCE_HTTP_TIMEOUT_SEC(optional, default12)ALPHA_COPILOT_PROXY_MODE(optional,auto/env/direct/custom, defaultauto)- Standard proxy env vars are supported:
HTTP_PROXY,HTTPS_PROXY,ALL_PROXYand lowercase forms
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-alpha-copilot-skill": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
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.
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.