zhengxi-views

zhengxi-views

Provides traceable investment analysis based on public insights from Yifangda fund manager Zheng Xi.

Agent SkillBusinessOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.0k
Source
skill-github

Overview

This Agent Skill is built upon all publicly available views and investment approaches of Yifangda fund manager Zheng Xi, combined with comprehensive fund data across the market, to deliver traceable investment analysis. It can retrieve Zheng Xi's actual opinions on specific areas, explain his investment logic, and score funds according to his framework. Ideal for researchers and investors seeking a deeper understanding of Zheng Xi's investment philosophy. Available via platforms such as Claude Code and Tencent WorkBuddy.

Capabilities

  • Retrieve Zheng Xi's genuine views on specific topics
  • Explain Zheng Xi's investment methodology
  • Make forward-looking judgments using Zheng Xi's approach
  • Write commentary in Zheng Xi's distinctive tone
  • Compare funds managed by Zheng Xi with those of other fund managers
  • Score funds using Zheng Xi's analytical framework

Use cases

Research Zheng Xi's views on a particular industryLearn Zheng Xi's investment methodologyAssess whether a fund aligns with Zheng Xi's criteriaDraft investment reports in Zheng Xi's style

Setup

Requires: API KeyNode 环境
For Claude Code:

macOS / Linux:
```bash
mkdir -p "$HOME/.claude/skills/zhengxi-views"
cp -R SKILL.md README.md references scripts "$HOME/.claude/skills/zhengxi-views"/
```

Windows PowerShell:
```powershell
$dst = "$HOME\.claude\skills\zhengxi-views"
New-Item -ItemType Directory -Force $dst | Out-Null
Copy-Item -Recurse SKILL.md,README.md,references,scripts $dst
```

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Can this skill be used for actual investment decisions?

For research and learning only; not a substitute for investment advice.

What dependencies are required to run?

Pure corpus retrieval requires no dependencies; fetching fund data requires installing requests, beautifulsoup4, and lxml.

Related skills