Skip to content
BeClaude

uzi

New
4.9kGitHubGeneralby wbh604

A-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.

First seen 6/5/2026

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:

bash
python3 run.py <ticker> --no-browser

For remote/mobile reports:

bash
python3 run.py <ticker> --remote

For a single investor school, such as A-share hot-money:

bash
python3 run.py <ticker> --school F --no-browser

Agent Rules

  1. Treat scripts as data and scoring tools, not as final analyst judgment.
  2. Do not invent numbers. Use script outputs, cached JSON, or current public evidence.
  3. For serious deep-analysis requests, complete the agent review loop described in skills/deep-analysis/SKILL.md before final report assembly.
  4. For hot-money analysis, apply LHB seat matching and is_in_range() before making a short-term judgment.
  5. For trap detection, scan all eight signals and include concrete evidence when risk is non-trivial.
  6. For report template or UI changes, update tests, version metadata, and release notes together.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/uzi.md https://raw.githubusercontent.com/wbh604/UZI-Skill/main/SKILL.md
3
Invoke in Claude Code
/uzi

Use Cases

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.

Usage Examples

1

/uzi AAPL --no-browser

2

/uzi 600519 --school F --remote

3

Run a trap detection scan on BABA and generate a safety review report.

View source on GitHub
code-review

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..