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 AKShare-based tracker presets under <skill-root>. Do not use for stock or ETF market-price analysis.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "fund-tracker" with this command: npx skills add alondotsh/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 <preset_name> → use specified preset
  • /fund-tracker list → show available presets

Step 2: Run the check script

# Default preset
python3 <skill-root>/tools/check.py

# Specific preset
python3 <skill-root>/tools/check.py <preset_name>

# List presets
python3 <skill-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 <skill-root>/tools/presets.json.

When the user wants to add a new preset, update the file at <skill-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_<name>.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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Byd Company

Chinese EV leader BYD integrates battery production, vehicle manufacturing, and semiconductors to dominate global plug-in sales and technology innovation.

Registry SourceRecently Updated
General

Polymarket Ladder Nhl Hockey Trader

Trades monotonicity violations in NHL hockey O/U market ladders and spread-vs-total consistency on Polymarket. Each game spawns multiple O/U lines that must...

Registry SourceRecently Updated
General

Polymarket 48h Precipitation Range Trader

Trades mispricings in precipitation-range markets by reconstructing the implied probability distribution across bins for the same city and period, detecting...

Registry SourceRecently Updated
General

City Of London

Global financial hub with a $900B+ economy, known for fintech innovation, diverse industries, top universities, and a key role in global trade and finance.

Registry SourceRecently Updated