screen

screen is a command for coding agents from wbh604/UZI-Skill. It costs 25 tokens per session (324 once invoked), scanned A, original, MIT.

A stock-screening command that checks a company against value, growth, quality, GARP, or short-selling rules. Stock screening means filtering companies using financial measures such as price, growth, cash flow, and debt.

In plain words
What is it for?
Use it to screen a stock symbol with a selected style, review which rules passed, and see the overall match rate and result.
Why use it?
It turns a long list of financial checks into a pass-or-fail result, making it easier to see whether a stock matches a chosen approach.

Command

Part of the UZI-Skill plugin — 5 skills, 20 commands, 1 agent, 1 hook shipped together

Install

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.

agentmods
npx agentmods add commands/wbh604/uzi-skill/screen
Clone the repo
git clone --depth 1 https://github.com/wbh604/UZI-Skill

Or install UZI-Skill, the plugin that ships this one along with the rest of its 5 skills, 20 commands, 1 agent, 1 hook.

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

agentmods badge for screen

README.md
[![agentmods](https://agentmods.dev/badge/commands/wbh604/uzi-skill/screen.svg)](https://agentmods.dev/commands/wbh604/uzi-skill/screen)
Your own site
<a href="https://agentmods.dev/commands/wbh604/uzi-skill/screen"><img src="https://agentmods.dev/badge/commands/wbh604/uzi-skill/screen.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 324 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00025 $0.00324
Opus 5 $0.00013 $0.00162
Sonnet 5 $0.00005 $0.00065
Haiku 4.5 $0.00003 $0.00032

Measured 4d ago against content hash cf4f7be6b4f6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

screen 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 4d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • screen — 100% identical, 0 lines differ
commands/screen.md · 31 lines

What it actually says

/screen <股票代码> [style=quality]

对目标股票跑 5 种经典 quant screen:

Style 核心标准
value PE<15 · PB<1.5 · 股息率>3% · FCF>0 · 负债率<50%
growth 营收增速>15% · 净利增速>20% · 毛利扩张 · ROE>15%
quality ROE 5Y>15% · 净利率>15% · FCF+ · 债务<50% · 护城河≥28
gulp PEG<1.5 · 营收>15% · ROE>15% · Stage 2
short PE>60 · 营收下滑 · ROE<5% · 债务>70%

工作流

from lib.research_workflow import run_idea_screen
result = run_idea_screen(features, style="quality")

输出

  • 每条标准 pass / fail 列表
  • passed / total 命中率
  • pass_rate_pct ≥ 70% → 🟢 命中筛选
  • fits_screen 布尔标记
Changes

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.

  1. 4d ago First seen · 31 lines · 25 tokens per session scan A cf4f7be6b4f6

Subscribe to this mod's changes

screen is a command published in the GitHub repository wbh604/UZI-Skill (6,737 stars, last pushed 7d ago), licensed MIT. It adds 25 tokens to every session and 324 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.