uzi
NewA-share, Hong Kong, and US stock analysis skill for deep research, quick scans, investor panel review, hot-money/LHB analysis, trap detection, valuation, IC memos, and Bloomberg-style HTML reports.
Summary
UZI is a comprehensive stock analysis skill for A-share, Hong Kong, and US markets, enabling deep research, quick scans, investor panel reviews, hot-money/LHB analysis, trap detection, valuation, IC memos, and Bloomberg-style HTML reports.
- It helps developers and analysts automate complex financial workflows directly from Claude Code.
Overview
UZI Skill Root
This root file is the top-level entry for agents that expect a SKILL.md at the repository root.
Use the narrowest matching workflow:
- •Full stock research, valuation, IC memo, initiation, catalysts, earnings review, or HTML report:
read skills/deep-analysis/SKILL.md.
- •Investor jury, "which investors would buy", panel-only voting, or persona review:
read skills/investor-panel/SKILL.md.
- •Hot-money, LHB, seat recognition, or A-share short-term trader analysis:
read skills/lhb-analyzer/SKILL.md.
- •Trap detection, pump-and-dump checks, "teacher/group/friend recommended this stock", or safety review:
read skills/trap-detector/SKILL.md.
- •Command-specific requests:
read the matching file under commands/.
Default Execution
From the repository root:
python3 run.py <ticker> --no-browserFor remote/mobile reports:
python3 run.py <ticker> --remoteFor a single investor school, such as A-share hot-money:
python3 run.py <ticker> --school F --no-browserAgent Rules
- Treat scripts as data and scoring tools, not as final analyst judgment.
- Do not invent numbers. Use script outputs, cached JSON, or current public evidence.
- For serious deep-analysis requests, complete the agent review loop described in
skills/deep-analysis/SKILL.mdbefore final report assembly. - For hot-money analysis, apply LHB seat matching and
is_in_range()before making a short-term judgment. - For trap detection, scan all eight signals and include concrete evidence when risk is non-trivial.
- For report template or UI changes, update tests, version metadata, and release notes together.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/uzi.md https://raw.githubusercontent.com/wbh604/UZI-Skill/main/SKILL.md/uziUse Cases
Usage Examples
/uzi AAPL --no-browser
/uzi 600519 --school F --remote
Run a trap detection scan on BABA and generate a safety review report.
Security Audits
Frequently Asked Questions
What is uzi?
UZI is a comprehensive stock analysis skill for A-share, Hong Kong, and US markets, enabling deep research, quick scans, investor panel reviews, hot-money/LHB analysis, trap detection, valuation, IC memos, and Bloomberg-style HTML reports. It helps developers and analysts automate complex financial workflows directly from Claude Code.
How to install uzi?
To install uzi: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/uzi.md https://raw.githubusercontent.com/wbh604/UZI-Skill/main/SKILL.md. Finally, /uzi in Claude Code.
What is uzi best for?
uzi is a skill categorized under General. It is designed for: code-review. Created by wbh604.
What can I use uzi for?
uzi is useful for: Run a full deep-dive research and generate a Bloomberg-style HTML report for a given ticker.; Analyze hot-money flows and LHB seat data to identify short-term trading opportunities in A-shares.; Detect potential traps or pump-and-dump schemes when a friend or group recommends a stock.; Simulate an investor panel to see which institutional investors would buy a stock based on persona criteria.; Generate an investment committee memo with valuation, catalysts, and earnings review for a stock.; Quick-scan a stock's fundamentals and technicals to decide whether to initiate coverage..