AI Agent Hub
Back to skills
Wind Alice Fund Compare icon

Wind Alice Fund Compare

Professional Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @org-r64ixwde/alice-fund-compare according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Public fund comparisons often stop at net-value curves and manager bios. Practitioners still need a defensible way to decide whether Fund A should replace Fund B, which peer fund offers a better risk-adjusted trade-off, or what quantitative evidence should go into portfolio review and due diligence. This skill targets that fund-research workflow. It uses Wind Alice terminal data to produce a structured comparison report for 2–5 public funds, rather than a generic narrative.

How It Works

The core flow converts the user’s intent into a natural-language request, then calls the Wind Alice Agent through the alice-fund-compare CLI:

  • Input: fund names or codes (for example, 000001.OF) plus the comparison angle, such as risk-return fit or holding concentration.
  • Comparison dimensions: performance, risk metrics, portfolio structure, and management evaluation.
  • Output: the agentResult.value payload, typically including key conclusions, fund-specific strengths, main risks, allocation advice, and comparison tables.
  • Key controls: use --prompt to pass the question, --no-wait to let the CLI poll until the task reaches a terminal state, -d to choose the report attachment directory, and --continue-session only when follow-up context should be reused.

The report is research-oriented. It supports objective analysis, and it can also emphasize one side when the prompt asks a directional question such as “why is A better than B?” Data limitations are explicitly noted in the affected sections.

Boundaries

  • Best suited to comparing 2–5 public funds; depth may decline beyond three funds.
  • Full report files may be downloaded silently. When delivering results, present only agentResult.value; do not paste attachment content.
  • Requires Node.js 18+ and WIND_API_KEY. Prefer storing the key in ~/.wind-alice/config.env; by default the CLI does not read environment variables.
  • On Windows, if Chinese output appears garbled, read logs and reports as UTF-8 first; do not retry by changing the prompt or manually polling tasks.

Use Cases

  • Compare three equity funds on 1-year returns, drawdowns, and peer rank to decide which one to buy.
  • Assess whether Fund A should replace Fund B by comparing risk-adjusted returns, fees, and holding concentration.
  • Review similar bond funds on duration, credit, drawdown, and liquidity to pick a better portfolio candidate.
  • Prepare pre-investment due diligence on fund stability, holdings style, and manager tenure with clear risks.

Best For

  • Fund researchers who need a quantitative comparison of candidate funds and a concise research conclusion.
  • Wealth advisors who must explain fund differences and support subscription, redemption, or replacement advice.
  • Portfolio managers who want to screen peer funds for a better risk-adjusted or cost-adjusted candidate.
  • Investment educators who need concrete fund examples to teach performance, risk, and holding-style differences.