fund-analysis

Analyzes mutual funds and builds portfolio allocation and dollar-cost averaging plans.

Updated Aug 31, 2026
One-click install
npx skills add https://github.com/DreamMacer/jiuwenswarm --skill fund-analysis-dreammacer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fund-analysis
Source: https://github.com/DreamMacer/jiuwenswarm/tree/main/resources/agent/workspace/plugins/agent_templates/personal-finance-expert/skills/fund-analysis
Command: npx skills add https://github.com/DreamMacer/jiuwenswarm --skill fund-analysis-dreammacer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Making rational fund investment decisions requires evaluating performance, risk, holdings, and style across many dimensions, which is time-consuming and error-prone without a structured framework. This Skill provides a systematic fund research and portfolio analysis workflow grounded in real-time valuation data. ## Core Features & Use Cases - Fund Research Framework: Evaluates fund type, scale, manager background, short/mid/long-term performance, alpha, drawdown, Sharpe ratio, holdings concentration, and style drift. - Portfolio Diagnosis: Assesses asset allocation, industry and style diversification, correlation, concentration risk, and liquidity constraints. - Wealth Planning & SIP Strategy: Matches allocations to risk profiles (conservative to aggressive) and designs dollar-cost averaging plans with entry frequency and profit-taking rules. - Use Case: A user holds three equity funds and wants to know if the portfolio is too concentrated. The Skill fetches real-time estimates via the a_share_market tool, checks holdings overlap, and produces a diagnostic report with rebalancing suggestions. ## Quick Start Analyze fund 005827 and give me a full evaluation report covering performance, risk metrics, holdings, and an investment recommendation.

Frequently Asked Questions about fund-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze a mutual fund before investing?▼

Fund analysis evaluates performance across short, mid, and long horizons, risk metrics like maximum drawdown and Sharpe ratio, holdings concentration, and manager style stability. This Skill fetches real-time estimates via the a_share_market tool and applies this framework to produce a structured report.

How to check if my fund portfolio is too concentrated?▼

Portfolio concentration is diagnosed by checking whether any single fund exceeds 30% of holdings and whether top holdings across funds overlap by more than 40%. The Skill also evaluates industry and style diversification plus correlation between funds.

What funds are suitable for dollar-cost averaging?▼

Dollar-cost averaging works best with index or broad-based funds showing moderate volatility and a long-term upward trend. The Skill recommends pairing this with a target-return profit-taking rule, typically between 15% and 30%.

Does this fund analysis provide real-time valuation data?▼

Yes, real-time fund estimates are retrieved through the a_share_market tool using the fund_estimate action with a fund code. The returned data includes fund name, unit NAV, estimated NAV, estimated change, and valuation timestamp.

When should a fund be excluded from a portfolio?▼

A fund should be excluded when its maximum drawdown exceeds the investor's risk tolerance or when significant style drift is detected. Funds with top-decile short-term performance but bottom-half long-term rankings are also flagged for sustainability concerns.