a-fund-monitor

Installation
SKILL.md

A股基金监控

A股基金净值监控,支持盘中实时估值和盘后实际净值,通过 OpenClaw cron 推送到 Telegram 私聊。

架构

fund_monitor.py (纯 Python,无外部依赖)
  ├── estimate 模式 → fundgz.1234567.com.cn (盘中实时估值)
  └── nav 模式      → api.fund.eastmoney.com/f10/lsjz (收盘净值)

OpenClaw cron (isolated agentTurn)
  ├── 09:30-19:00 → estimate 模式(收盘后先推估值,净值当晚才公布)
  └── 19:00 之后  → nav 模式(收盘实际净值)
  └── stdout → delivery announce → Telegram 私聊

关键路径: skills/a-fund-monitor/scripts/(本仓库)

Installs
3
GitHub Stars
69
First Seen
May 17, 2026
a-fund-monitor — aaaaqwq/claude-code-skills