catalyst-calendar

catalyst-calendar is a skill for Claude Code, Codex from ginlix-ai/LangAlpha. It costs 18 tokens per session (852 once invoked), scanned A, original, Apache-2.0.

A calendar for upcoming events that may affect companies or markets, including earnings, economic data releases, conferences, product launches, and regulatory decisions.

In plain words
What is it for?
It is for building event calendars for selected companies, sectors, or time periods, including company earnings, macroeconomic events, conferences, launches, and regulatory deadlines.
Why use it?
It collects important dates in one view so an analyst can decide what deserves attention and prepare for events that may move a company or market.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for building event calendars for selected companies, sectors, or time periods, including company earnings, macroeconomic events, conferences, launches, and regulatory deadlines.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ginlix-ai/langalpha/catalyst-calendar
About the project

LangAlpha is an agent workspace for researching financial markets and supporting investment decisions through persistent research, news analysis, and parallel subagents. It is for investors who want to develop and update trading theses over time, including generating long-short pair-trade ideas. The catalogue entries provide the skills, instructions, MCP servers, and plugin that make up its agent workflow.

ginlix-ai/LangAlpha · 1,727 stars · on GitHub · langalpha.ai

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.

Any agent
npx skills add ginlix-ai/LangAlpha --skill catalyst-calendar
Clone the repo
git clone --depth 1 https://github.com/ginlix-ai/LangAlpha

Made for: Claude Code, Codex.

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 catalyst-calendar

README.md
[![agentmods](https://agentmods.dev/badge/skills/ginlix-ai/langalpha/catalyst-calendar/github.svg)](https://agentmods.dev/skills/ginlix-ai/langalpha/catalyst-calendar)
Your own site
<a href="https://agentmods.dev/skills/ginlix-ai/langalpha/catalyst-calendar"><img src="https://agentmods.dev/badge/skills/ginlix-ai/langalpha/catalyst-calendar/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 catalyst-calendar

Your own site · 80×15
<a href="https://agentmods.dev/skills/ginlix-ai/langalpha/catalyst-calendar"><img src="https://agentmods.dev/badge/skills/ginlix-ai/langalpha/catalyst-calendar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 852 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 86
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
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.1 $0.00018 $0.00852
Opus 5 $0.00009 $0.00426
Sonnet 5 $0.00004 $0.00170
Haiku 4.5 $0.00002 $0.00085

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

Security

Grade A, and why

catalyst-calendar 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 9d 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

3 near-identical copies found in the catalogue:

plugins/langalpha_research/skills/catalyst-calendar/SKILL.md · 97 lines

How it starts

The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Catalyst Calendar

Build and maintain a calendar of upcoming catalysts across a coverage universe — earnings dates, conferences, product launches, regulatory decisions, and macro events. Helps prioritize attention and position ahead of events. Triggers on "catalyst calendar", "upcoming events", "what's coming up", "earnings calendar", "event calendar", or "catalyst tracker".

Workflow

Step 1: Define Coverage Universe

  • List of companies to track (tickers or names)
  • Sector / industry focus
  • Include macro events? (Fed meetings, economic data, regulatory deadlines)
  • Time horizon (next 2 weeks, month, quarter)

Step 2: Gather Catalysts

For each company, identify upcoming events using platform tools:

  • Use macro MCP: get_earnings_calendar(from_date, to_date) for all companies reporting in date range
  • Use macro MCP: get_economic_calendar(from_date, to_date) for upcoming macro events
  • Use get_company_overview tool for company details
  • Use WebSearch / WebFetch for news-driven catalysts

Earnings & Financial Events

  • Quarterly earnings date and time (pre/post market)
  • Annual shareholder meeting
  • Investor day / analyst day
  • Capital markets day
  • Debt maturity / refinancing dates

Corporate Events

  • Product launches or announcements
  • FDA approvals / regulatory decisions
  • Contract renewals or expirations
  • M&A milestones (close dates, regulatory approvals)
  • Management transitions
  • Insider trading windows (lockup expirations)

Industry Events

  • Major conferences (dates, which companies presenting)
  • Trade shows and expos
  • Regulatory comment periods or rulings
  • Industry data releases (monthly sales, traffic, etc.)

Macro Events

  • Fed meetings (FOMC dates)
  • Jobs report, CPI, GDP releases
  • Central bank decisions (ECB, BOJ, etc.)
  • Geopolitical events with market impact

Step 3: Calendar View

Date Event Company/Sector Type Impact (H/M/L) Our Positioning Notes
Earnings/Corp/Industry/Macro Long/Short/Neutral

Read the full file on GitHub · 97 lines

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. 9d ago First seen · 97 lines · 18 tokens per session scan A 6d960e19ea84

Subscribe to this mod's changes

catalyst-calendar is a skill published in the GitHub repository ginlix-ai/LangAlpha (1,727 stars, last pushed today), licensed Apache-2.0. It adds 18 tokens to every session and 852 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.