screen

screen is a command for Claude Code from godisego/hot-money. It costs 25 tokens per session (324 once invoked), scanned A, a copy of screen, MIT.

A stock-screening command that checks a company against five sets of financial rules: value, growth, quality, GARP, and short-selling signals. Stock screening means filtering companies using measurable criteria.

In plain words
What is it for?
Comparing a stock with rules such as valuation, sales and profit growth, return on equity, cash flow, debt, and signs that may support a short position.
Why use it?
It turns a long list of financial data into a pass-or-fail checklist and shows how many rules the company meets.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the stock-deep-analyzer plugin — 4 skills, 15 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/godisego/hot-money/screen
Clone the repo
git clone --depth 1 https://github.com/godisego/hot-money

Made for: Claude Code.

Or install stock-deep-analyzer, the plugin that ships this one along with the rest of its 4 skills, 15 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/godisego/hot-money/screen.svg)](https://agentmods.dev/commands/godisego/hot-money/screen)
Your own site
<a href="https://agentmods.dev/commands/godisego/hot-money/screen"><img src="https://agentmods.dev/badge/commands/godisego/hot-money/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 100% copy Near-identical to another mod 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.1 $0.00025 $0.00324
Opus 5 $0.00013 $0.00162
Sonnet 5 $0.00005 $0.00065
Haiku 4.5 $0.00003 $0.00032

Measured 5d ago against content hash cf4f7be6b4f6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 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.

Origin

This is a copy

100% identical to screen — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

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. 5d 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 godisego/hot-money (2 stars, last pushed 4mo 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. It is 100% identical to screen, differing in 0 lines, and is treated as a copy.