← 返回
未分类 中文

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...
用于用户输入 /fund-tracker 或想查询基金购买可用性、每日购买限额、费用及与上次运行的差异。使用本地 AK...
alondotsh
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 314
下载
💾 0
安装
1
版本
#latest

概述

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 → 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 /tools/presets.json.

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

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-08 00:30 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

alon-github-security-audit

alondotsh
用于审计GitHub仓库或本地目录中的恶意代码、后门、可疑行为或供应链风险
★ 0 📥 572

Alon Search Skill Plus

alondotsh
在可信目录、ClawHub 和 GitHub 中搜索代理技能,并对候选进行明确的排名与安全过滤。
★ 0 📥 438

alon-fact-check

alondotsh
用于核实文本或URL中的事实声明,追溯其原始或官方来源。
★ 0 📥 359