Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

fund-keeper基金管理人

Agent Skill

fund-keeper 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,972

周安装

424

GitHub Stars

公开资料未说明

下载量

3,494
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:fund-keeper(基金管理人)
来源仓库:https://github.com/tangepier-crypto/fund-keeper
安装命令:
openclaw skills install fund-keeper
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install fund-keeper

简介

中国公募基金智能顾问,具有实时估值、买卖建议、盈利追踪、SIP规划、OCR识别、股基联动等功能。

SKILL.md

name
fund-keeper
version
2.6.0
description
Chinese mutual fund intelligent advisor with real-time valuation, buy/sell suggestions, profit tracking, SIP planning, OCR recognition, and stock-fund linkage. Supports offline mode and multi-source caching.
metadata
openclaw
emoji
🐔
category
finance
network
required
true
domains
reason
Fetch real-time fund valuation, historical NAV, and gold prices from public financial data sources
requires
pip
["akshare>=1.12", "pandas>=2.0", "requests>=2.28", "easyocr>=1.7"]
keywords

Fund Keeper - Intelligent Fund Advisor

A comprehensive tool for Chinese mutual fund management with real-time valuation, buy/sell suggestions, and portfolio tracking.

Quick Start

1. Install Dependencies

pip install akshare pandas requests

2. Create Fund List

Create your portfolio in workspace/funds/my-funds.md:

# My Fund Portfolio

## Holdings

| Fund Code | Fund Name | Shares | Cost NAV | Notes |
|---------|---------|---------|---------|------|
| 000001  | HuaXia Growth | 10000 | 1.500 | SIP |
| 110011  | YiFangDa SME | 5000 | 2.300 | Long-term |

3. Commands

# View portfolio P&L
fund-keeper portfolio

# Get buy/sell suggestions
fund-keeper advice

# View config
fund-keeper config

# Modify config
fund-keeper config --set alert_threshold=2.0

# Reset config
fund-keeper config --reset

# Add fund from screenshot
fund-keeper add-from-image screenshot.png

# View market overview
fund-keeper market

# Set alert
fund-keeper alert --fund 000001 --price 1.800

Core Features

1. Real-time Valuation

  • Fetch real-time NAV estimates from public sources
  • Compare with historical NAV, calculate daily change
  • Support QDII funds (HK/US markets)

2. Buy/Sell Suggestions

Based on comprehensive analysis:

  • Valuation: PE/PB historical percentile
  • Technical: Moving averages, MACD, RSI
  • Market Sentiment: Capital flow, news
  • Cost Basis: Compare with your holding cost

Suggestion Levels:

  • Strong Sell: Overvalued + technical top divergence
  • Consider Selling: Overvalued or profit target reached
  • Hold: Normal range
  • Consider Buying: Undervalued or SIP opportunity
  • Strong Buy: Significantly undervalued + technical bottom divergence

3. OCR Fund Recognition

Support screenshot recognition from:

  • Alipay fund holdings
  • Fund platform screenshots
  • Bank app fund pages

Auto-extract:

  • Fund code
  • Fund name
  • Shares held
  • Amount

4. Smart Alerts

  • NAV reaches target price
  • Daily change exceeds threshold
  • Market volatility
  • SIP date reminders

Fund Search

py fund_keeper.py search --name gold     # Search by name
py fund_keeper.py search --fund 000218   # View fund details

Portfolio Management

# Edit fund
py fund_keeper.py edit --fund 000218    # Interactive edit
py fund_keeper.py edit --fund 000218 --field amount --value 10000

# Remove fund
py fund_keeper.py remove --fund 000218

Editable Fields

  • name - Fund name
  • amount - Amount held
  • profit - Take profit %
  • stop - Stop loss %
  • day - SIP day
  • note - Notes

Gold Investment Report

py fund_keeper.py gold

Includes:

  • International gold price (AUTD)
  • Gold fund (000218) real-time NAV
  • Investment suggestions (buy/hold/sell)

Profit Visualization

py fund_keeper.py stats           # Basic stats
py fund_keeper.py stats --chart   # With charts
py fund_keeper.py trend           # 7-day trend

Data Sources & Caching

Multi-source Support:

  • TTJJ (default, fastest)
  • EastMoney
  • Sina Finance (backup)

Caching:

  • Auto-cache results (30 min valid)
  • Offline mode: --offline

Important Notes

Investment Risk

  • This tool is for reference only, not investment advice
  • Market risks exist, invest carefully
  • Diversification recommended

Data Delay

  • Mutual fund NAV updates once daily (evening)
  • Real-time estimates are approximations
  • QDII funds have T+2 delay

Stock-Fund Linkage (v2.2)

Link with stock-analysis skill:

# Recommend funds by sector
python stock_fund_linkage.py --sector semiconductor

# Analyze fund holdings
python stock_fund_linkage.py --fund 000218

Scheduled Tasks

# Daily 15:00 after market close
openclaw cron add --name "fund-check" --cron "0 15 * * 1-5" \
  --session isolated --message "Check fund valuation and generate report"

# Weekly report on Monday 8:00
openclaw cron add --name "fund-weekly" --cron "0 8 * * 1" \
  --session isolated --message "Generate weekly fund portfolio report"

Related Files

  • funds/my-funds.md - Portfolio list
  • funds/config.json - Configuration
  • funds/history.md - Transaction history
  • memory/fund-learnings.md - Investment insights

*Long-term investing, rational decisions.* 🐔

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

84.1%
按下载量换算2,938

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills