openclaw-skills/event-driven-tracker/SKILL.md
Use when tracking earnings, product launches, M&A, dividends, buybacks, unlocks, or other market-moving dates that need a prioritized event calendar.
npx skillsauth add seaworld008/commonly-used-high-value-skills event-driven-trackerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
在市场“收割”你之前,先锁定关键的股价催化剂(Catalysts)。Event Driven Tracker 旨在帮助投资者从海量的日常公告中识别出真正具备“市场影响力”的大事件,并围绕这些时间点构建防御性或进攻性的交易计划。
# 确保已安装事件日历相关的库
pip install openbb pandas
# 准备事件数据
npx clawhub install event-driven-tracker
scripts/track_events.py。{
"ticker": "TSLA",
"event_type": "Product Launch",
"event_name": "Robotaxi Day",
"date": "2026-08-08",
"priority": "Critical",
"implied_move": "±8.5%",
"scenario_analysis": {
"Bull": "Full FSD integration roadmap shared -> Target $280",
"Bear": "Vague delay or regulatory hurdles -> Target $210"
}
}
### 🗓️ 本周核心催化剂 (2026-03-30 ~ 2026-04-03)
**1. [高优先级] NVDA GTC 大会 (周二)**:
- **预期**: 发布 B100 架构详情。
- **仓位风险**: 重仓持有中,建议买入 Puts 对冲潜在的“Sell the news”。
**2. [中优先级] PCE 物价指数发布 (周五)**:
- **预期**: 2.6% (YoY)。
- **市场含义**: 如果 > 2.8%,降息预期可能进一步推迟。
**3. [低优先级] AAPL 股息除权日 (周三)**:
- **操作**: 保持现状,无需额外动作。
# 获取特定标的的未来事件
python scripts/track_events.py --ticker MSFT --range 30d
tavily-search 抓取临床试验数据的专家讨论摘要。npx github-ops 类似的检查。portfolio-risk-manager 技能打通。MEMORY.md。development
Enumerating failure modes via pre-mortem analysis. Systematically identifies failure scenarios for plans, designs, and features, scoring them with RPN/AP. Does not write code.
testing
Orchestrating specialist AI agent teams as a meta-coordinator. Decomposes requests into minimum viable chains, spawns each as an independent session in AUTORUN modes, and drives to final output. Use when a task spans multiple specialist domains, requires parallel agent execution, or needs hub-and-spoke routing across the skill ecosystem.
development
Converting document formats (Markdown/Word/Excel/PDF/HTML). Converts specs from Scribe and reports from Harvest into distributable formats; generates reusable conversion scripts. Use when converting documents, building accessibility-compliant PDFs, or creating Pandoc/LibreOffice pipelines.
testing
Curating cross-agent knowledge and guarding institutional memory. Extracts patterns from agent journals into METAPATTERNS.md, detects knowledge decay, propagates best practices, prevents organizational forgetting. Use when consolidating cross-agent insights, curating memory, or auditing knowledge decay.