Agent skill
catalyst-tracker
Build a catalyst list and event calendar for an asset.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/catalyst-tracker
Metadata
Additional technical details for this skill
- marketbot
-
{ "emoji": "calendar" }
SKILL.md
Catalyst Tracker
Compile relevant catalysts and events for a given asset and timeframe.
When to use
- User asks for "catalysts", "upcoming events", or "news drivers".
- You need context before making a directional call.
Inputs to confirm (ask if missing)
- Asset + market
- Time horizon (days/weeks/months)
- Geographic focus (if macro-sensitive)
Process
- List known catalyst categories for the market type.
- If web search is available, pull the latest events/news for the asset.
- Separate confirmed events vs speculative risks.
- Provide dates (or "TBD") and expected impact direction/volatility.
Output format (markdown)
# Catalyst Tracker: <ASSET>
## Upcoming (Confirmed)
- <date>: <event> — expected impact: low/medium/high
## Recent (Last 7-30 days)
- <date>: <event> — market reaction summary
## Macro/Industry Watchlist
- <event>: why it matters
## Data Gaps
- Missing sources or unverified events
> Disclaimer: MarketBot provides research/analysis only. Not financial advice.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?