catalysts

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

A stock catalyst calendar listing past events and scheduled events for the next 60 days. A catalyst is an event that may change how investors view or price a company.

In plain words
What is it for?
Use it to track earnings windows, shareholder meetings, investor events, product launches, industry exhibitions, and selected central-bank meetings.
Why use it?
It puts potentially important dates in one timeline and labels their expected impact. This helps prevent missed earnings, shareholder, industry, or policy events.

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

Good fit Use it to track earnings windows, shareholder meetings, investor events, product launches, industry exhibitions, and selected central-bank meetings.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/godisego/hot-money/catalysts
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.

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 catalysts

README.md
[![agentmods](https://agentmods.dev/badge/commands/godisego/hot-money/catalysts/github.svg)](https://agentmods.dev/commands/godisego/hot-money/catalysts)
Your own site
<a href="https://agentmods.dev/commands/godisego/hot-money/catalysts"><img src="https://agentmods.dev/badge/commands/godisego/hot-money/catalysts/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for catalysts

Your own site · 80×15
<a href="https://agentmods.dev/commands/godisego/hot-money/catalysts"><img src="https://agentmods.dev/badge/commands/godisego/hot-money/catalysts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 323 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00028 $0.00323
Opus 5 $0.00014 $0.00161
Sonnet 5 $0.00006 $0.00065
Haiku 4.5 $0.00003 $0.00032

Measured 10d ago against content hash e01f33d217bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

catalysts 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 10d 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 catalysts — 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/catalysts.md · 37 lines

What it actually says

/catalysts <股票代码>

工作流

  1. 从 dim 15 (事件驱动) 提取历史事件 + 预排标准日程
  2. 调用:
    from lib.research_workflow import build_catalyst_calendar
    cal = build_catalyst_calendar(features, raw)
    

输出

  • 已发生事件(按时间倒序,分类打标 high/medium/low)
  • 未来 30 天
    • 季报披露窗口(高影响)
    • 股东大会 / 投资者关系活动(中影响)
  • 未来 60 天
    • 行业展会 / 新品发布(中影响)
  • 宏观节点
    • 美联储 FOMC 会议(参考)
  • 统计:high_impact_count, next_30d 列表

展示样式

2026-04-30  [HIGH] 2026 Q1 季报披露(关注营收/净利超预期与否)
2026-05-15  [MED]  股东大会
2026-06-15  [MED]  行业展会
2026-05-28  [LOW]  美联储 FOMC (参考)
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. 10d ago First seen · 37 lines · 28 tokens per session scan A e01f33d217bc

Subscribe to this mod's changes

catalysts is a command published in the GitHub repository godisego/hot-money (2 stars, last pushed 4mo ago), licensed MIT. It adds 28 tokens to every session and 323 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 catalysts, differing in 0 lines, and is treated as a copy.