/install fund-tracker
Fund Purchase Status Tracker
Track purchase status and quota changes for any fund using AKShare.
Instructions
When the user types /fund-tracker, follow these steps:
Step 1: Determine preset
/fund-tracker→ use default preset/fund-tracker \x3Cpreset_name>→ use specified preset/fund-tracker list→ show available presets
Step 2: Run the check script
# Default preset
python3 \x3Cskill-root>/tools/check.py
# Specific preset
python3 \x3Cskill-root>/tools/check.py \x3Cpreset_name>
# List presets
python3 \x3Cskill-root>/tools/check.py list
Step 3: Present results to the user
Show a table with the following columns:
| 基金代码 | 基金简称 | 申购状态 | 日限额 | 手续费 | 变化 |
The "变化" column highlights any change from the previous check:
- NEW if this is the first check (no history)
- Status changes like "暂停→限额" or "限额→开放"
- Quota changes like "100→10000"
- "-" if no change
Step 4: Summarize actionable items
After the table, add a one-line summary:
- Which funds became available or more accessible
- Which funds became restricted
- Or "无变化" if nothing changed
Managing Presets
Presets are stored in \x3Cskill-root>/tools/presets.json.
When the user wants to add a new preset, update the file at \x3Cskill-root>/tools/presets.json:
{
"default": {
"label": "汇丰QDII",
"funds": ["006075", "050025", "016057", "016055", "016533", "016532"]
},
"dingtou": {
"label": "定投组合",
"funds": ["110011", "519736", "007721"]
}
}
Each preset has its own runtime history file (runtime/history_\x3Cname>.json) for independent change tracking.
Default Preset
| 代码 | 简称 |
|---|---|
| 006075 | 博时标普500ETF联接C |
| 050025 | 博时标普500ETF联接A |
| 016055 | 博时纳斯达克100联接A |
| 016057 | 博时纳斯达克100联接C |
| 016532 | 嘉实纳斯达克100联接A |
| 016533 | 嘉实纳斯达克100联接C |
About Alon
Public skill from Alon's real daily workflows.
- GitHub: https://github.com/alondotsh
- ClawHub: https://clawhub.ai/u/alondotsh
- X: https://x.com/alondotsh
- WeChat Official Account: alondotsh
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fund-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/fund-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
fund-tracker 是什么?
USE WHEN user types /fund-tracker or wants to check fund purchase availability, daily purchase quota, fee, and changes versus the previous run. Uses local AK... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 56 次。
如何安装 fund-tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fund-tracker」即可一键安装,无需额外配置。
fund-tracker 是免费的吗?
是的,fund-tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
fund-tracker 支持哪些平台?
fund-tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 fund-tracker?
由 alon(@alondotsh)开发并维护,当前版本 v0.1.0。