UZI-Skill is a collection of coding-agent skills for analyzing individual stocks across Chinese, Hong Kong, and United States markets using public data, investor viewpoints, quantitative rules, and institutional analysis methods. It is for users who want an agent to produce detailed stock-analysis reports. The catalogue entries are the commands, skills, instructions, plugin, agent, and hook that provide this workflow in supported coding agents.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/wbh604/uzi-skill/thesisgit clone --depth 1 https://github.com/wbh604/UZI-SkillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/wbh604/uzi-skill/thesis)<a href="https://agentmods.dev/commands/wbh604/uzi-skill/thesis"><img src="https://agentmods.dev/badge/commands/wbh604/uzi-skill/thesis.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00026 | $0.00393 |
| Opus 5 | $0.00013 | $0.00197 |
| Sonnet 5 | $0.00005 | $0.00079 |
| Haiku 4.5 | $0.00003 | $0.00039 |
Grade A, and why
thesis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- thesis — 100% identical, 0 lines differ
What it actually says
/thesis <股票代码>
实时监控"我为什么看多这只股"的 5 条核心支柱。
5 条自动生成的支柱
- 营收增速 > 15% — 当前
rev_growth_3y - ROE > 15% — 当前
roe_last - 技术面 Stage 2 — 当前
kline.stage - 估值合理 (PE < 40) — 当前
pe - FCF 为正 — 当前
fcf_positive
工作流
from lib.research_workflow import build_thesis_tracker
result = build_thesis_tracker(features, raw, direction="long")
输出
| Pillar | Target | Current | Trend | Verdict |
|---|---|---|---|---|
| 营收增速 > 15% | 15%+ | 18.5% | stable | ✅ |
| ROE > 15% | 15%+ | 11.8% | concerning | ⚠️ |
| Stage 2 | Stage 2 上升 | Stage 2 | stable | ✅ |
| PE < 40 | < 40 | 35 | stable | ✅ |
| FCF 为正 | 持续正 | 正 | stable | ✅ |
信念度判定
thesis_intact_pct ≥ 80%→ High · 建议:Hold / Add- 60-80% → Medium · Hold
- 40-60% → Low · Trim / Review
- < 40% → Broken · Exit
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 41 lines · 26 tokens per session scan A 6a8ff6232934
thesis is a command published in the GitHub repository wbh604/UZI-Skill (6,737 stars, last pushed 8d ago), licensed MIT. It adds 26 tokens to every session and 393 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
merit-reconcile
Preview or check the status of Stripe → Merit payout reconciliation (read-only).
audit-checklist
Perform an internal audit, review controls, or prepare for an external financial audit.
valuation-methods
Valuation methods analysis — multiples, DCF inputs, PEG integration, valuation assumption extraction.
scan
Scan AWS account for cost optimization.
finops-status
Orientation — say where an opportunity or assignment sits in the five-step FinOps lifecycle and what unlocks next. Useful when a record has no active stage: an opportunity while its assignments do the work, an assignment whose plan has not been approved yet, or a rejected or archived assignment. Read-only; mutates…
archive-ledger
../../../shared/commands/archive-ledger.md.