Crypto Weekly banner
dennyzxf dennyzxf

Crypto Weekly

Data community

Description

crypto weekly report A Claude Code Skill for crypto weekly reports. Say "How was BTC this week?" to auto-generate an 8-module report: ETF flows, on-chain data, derivatives, macro, first principles, investment thermometer, plus WoW trends. Supports BTC/ETH/HYPE/AAVE/ZEC, with one-click coin expansion.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Crypto Weekly — 币圈投资周报 Skill

输入一句"BTC 这周怎么样",自动产出一份**投资研究周报**(不是新闻摘要)。

覆盖 **市场表现 → ETF 资金流 → 链上数据 → 衍生品 → 宏观 → 行业事件 → 第一性原理 → 投资评分与温度计** 八大模块,并做 **"本周 vs 上周"趋势对比**。

支持资产

资产 专属模板 链专属指标
BTC btc-report ETF 明细 + 本周vs上周对比表
ETH eth-report 质押/通缩、L2 TVL、费用燃烧、升级
HYPE hype-report 永续量、协议收入、Tokenomics/回购、TVL
AAVE aave-report TVL、协议收入、借贷利率、清算
ZEC zec-report 遮蔽交易、Hashrate/矿业、隐私叙事

新增资产只需在 `config/assets.yaml` 加一条并选模板,**无需重写 skill**。

安装

把本仓库内容复制到任意项目的 `.claude/skills/crypto-weekly/`:

mkdir -p .claude/skills
git clone https://github.com/dennyzxf/crypto-weekly.git .claude/skills/crypto-weekly

或手动复制 `SKILL.md` + `config/` + `templates/` + `workflows/` + `tools/`。

使用

币圈周报 BTC
BTC 这周怎么样?
/crypto-weekly BTC --html      # 额外生成美观 HTML
/crypto-weekly BTC ETH HYPE
  • 默认输出 Markdown 周报
  • --html 调用 tools/render.py 生成美观自包含 HTML(需 pip install markdown

目录结构

crypto-weekly/
├── SKILL.md           注册 + 工作流总纲(8 模块)
├── config/
│   ├── assets.yaml    资产定义(新增资产只需在此加一条)
│   ├── sources.yaml   数据源分级 Level 1-4 + 每指标检索源
│   ├── indicators.yaml 全部指标清单
│   └── scoring.yaml   评分规则(六维分/温度计/Macro/Bull-Base-Bear)
├── templates/         各币周报模板
├── workflows/         采集→验证→分析→评分→报告 五阶段指令
├── tools/render.py    Markdown → 美观 HTML
└── data//      周快照(本周 vs 上周,本地生成)

关键特性

  • 事实验证:重大数字走 Claim→Source→Level→Cross Check→Confidence 五步,标注来源与置信度,不编造
  • 第一性原理:发生了什么 → 为什么 → 改变什么假设 → 结构性/周期性/噪音
  • 驱动识别:区分"杠杆驱动"(价格↑+OI↑+Funding↑)与"现货驱动"(价格↑+OI↓+Funding正常+ETF↑)
  • 投资温度计:🟢极度看多 → 🟢看多 → 🟡中性 → 🟠风险增加 → 🔴周期顶部,映射五个投资动作
  • 本周 vs 上周:读 data//last_week.json 快照做趋势对比

数据源分级

  • L1 原始:Bitcoin Blockchain / SEC / Fed / CFTC / 交易所 / CME / 官方博客
  • L2 研究:Glassnode / CryptoQuant / CoinShares / NYDIG / Fidelity
  • L3 新闻:Bloomberg / Reuters / CoinDesk / The Block / DL News
  • L4 社区:X / Reddit / Telegram(仅线索,不当事实)

注意事项

  • 纯 Claude 联网检索驱动,无需额外 API Key;未来接 Glassnode/Cr