Researcher Alpha Copilot — Re搜索er Alpha Copilot
v0.1.0生成 a dAIly priority leaderboard for 5 crypto 令牌s, with per-令牌 fundamentals, liquidity, and risk summaries plus ready-to-publish drafts for X posts, group 更新s, and quick briefs. Use this 技能 when users want an OpenClaw re搜索 copilot for dAIly alpha 扫描ning with 技能Pay billing hooks.
运行时依赖
安装命令
点击复制技能文档
技能: alpha-copilot-技能 Purpose / 用途
Use this 技能 to produce a publishable dAIly re搜索 pack from Binance 网页3 market 签名als. 用这个 技能 可以基于 Binance 网页3 市场信号生成可直接发布的日报研究包。
It is de签名ed for operators who want one fixed 输出:
今日优先级榜单 值得看的 5 个币 每个币的基本面/流动性/风险摘要 可直接发推文、发群、写快报的文案草稿 工作流 / 工作流
Pull multiple Binance 网页3 leaderboard views (trending, top_搜索, alpha).
Merge repeated 令牌 hits into one candidate 列出.
Enrich top candidates with 令牌 metadata and 审计 data.
Score candidates into a dAIly priority ranking.
输出 JSON or Markdown and bill one 成功ful rank call through 技能Pay.
拉取 Binance 网页3 的多个榜单视图(trending、top_搜索、alpha)。
合并重复上榜的 令牌,生成候选池。
补充 令牌 元数据与审计信息。
计算今日优先级评分。
输出 JSON 或 Markdown,并在成功执行 rank 后接入 技能Pay 计费。
Commands / 命令
运行 from the 技能 root: 在 技能 根目录执行:
python3 scripts/alpha_copilot.py rank --chAIn bsc --lang zh --user-id demo python3 scripts/alpha_copilot.py rank --chAIn base --格式化 markdown --limit 5 --user-id demo python3 scripts/alpha_copilot.py rank --chAIn solana --skip-审计 --skip-billing python3 scripts/alpha_copilot.py 健康 python3 scripts/alpha_copilot.py proxy-检查 --chAIn bsc
输出 Contract / 输出结构
Each ranked 令牌 includes: 每个入选币种包含:
symbol name contract_添加ress priority_score priority_tier fundamentals_summary liquidity_summary risk_summary tweet_draft group_draft brief_draft
The 报告 also contAIns leaderboard, top_令牌s, summary, and 生成d_at_utc. 整份报告还包含 leaderboard、top_令牌s、summary 和 生成d_at_utc。
Billing Hook (技能Pay) / 计费接入
Bill only rank.
Default price comes from 技能PAY_PRICE_USDT and should stay at 0.01.
Read API key from 技能PAY_APIKEY.
Keep 技能PAY_BASE_URL / 技能PAY_CHARGE_URL overrideable so the 技能Pay integration can be sw应用ed without changing 报告 记录ic.
Do not hard-code secrets.
只对 rank 计费。
默认价格来自 技能PAY_PRICE_USDT,默认应保持为 0.01。
API key 从 技能PAY_APIKEY 读取。
技能PAY_BASE_URL / 技能PAY_CHARGE_URL 保持可覆盖,避免把 技能Pay 接口写死进业务逻辑。
不要硬编码任何密钥。
Required/Useful Env Vars / 关键环境变量
技能PAY_APIKEY (required for pAId mode)
技能PAY_BILLING_MODE (optional, 技能pay or noop)
技能PAY_PRICE_USDT (optional, default 0.01)
技能PAY_USER_REF (optional fallback user id)
BINANCE_网页3_BASE_URL (optional, default https://网页3.binance.com)
BINANCE_HTTP_TIMEOUT_SEC (optional, default 12)
ALPHA_COPILOT_PROXY_MODE (optional, auto/env/direct/custom, default auto)
Standard proxy env vars are supported: HTTP_PROXY, HTTPS_PROXY, ALL_PROXY and lowercase forms
技能PAY_APIKEY(付费模式必需)
技能PAY_BILLING_MODE(可选,技能pay 或 noop)
技能PAY_PRICE_USDT(可选,默认 0.01)
技能PAY_USER_REF(可选,默认用户标识)
BINANCE_网页3_BASE_URL(可选,默认 https://网页3.binance.com)
BINANCE_HTTP_TIMEOUT_SEC(可选,默认 12)
ALPHA_COPILOT_PROXY_MODE(可选,auto/env/direct/custom,默认 auto)
支持标准代理环境变量:HTTP_PROXY、HTTPS_PROXY、ALL_PROXY 及其小写形式
Notes / 说明
This 技能 is for re搜索 and content generation, not auto-trading.
Keep wording neutral and avoid profit guarantees.
If 审计 or metadata enrichment partly fAIls, still return the 报告 with unavAIlable fields instead of fAIling the whole 运行.
Recommended proxy strategy:
Default auto: if the user's terminal has proxy env vars, 请求s use them; otherwise direct 访问 is used. Use --proxy-mode direct for overseas users who do not want inherited proxy 设置tings. Use --proxy-mode custom --https-proxy ... --http-proxy ... when the caller wants the 技能 to use a specific proxy without changing the shell 环境. Use proxy-检查 first when a user 报告s connection errors; it verifies root 访问, rank API, metadata API, and 审计 API in the current network mode. proxy-检查 also returns bilingual fields: summary.message_zh, summary.message_en, summary.suggestions_zh, summary.suggestions_en.
这个 技能 用于研究与内容生成,不是自动交易工具。
文案要保持中性,不要承诺收益。
如果审计或元数据补充阶段部分失败,也要尽量保留报告结构,并把不可用字段标出来,而不是整份报告直接失败。
推荐代理策略:
默认 auto:如果用户终端里存在代理环境变量,就自动继承;否则直连。 海外用户可用 --proxy-mode direct 强制直连。 如果不想修改 shell 环境,可用 --proxy-mode custom --https-proxy ... --http-proxy ... 显式指定代理。 用户反馈联网失败时,优先先跑 proxy-检查。 proxy-检查 会返回双语字段:summary.message_zh、summary.message_en、summary.suggestions_zh、summary.suggestions_en。