← 返回 Skills 市场
zero2ai-hub

Catalyst Calendar

作者 Zero2Ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
185
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-catalyst-calendar
功能描述
Track upcoming market-moving events (macro, crypto protocol, exchange listings, regulatory decisions, conference keynotes, ETF approvals) and pre-flag releva...
使用说明 (SKILL.md)

Catalyst Calendar

Forward-looking event tracker. Identifies upcoming catalysts and surfaces pre-positioning opportunities before the market prices them in.

What Counts as a Catalyst

  • Macro: Fed decisions, CPI prints, GDP data, regulatory announcements
  • Crypto-specific: Protocol upgrades, halving events, token unlocks, mainnet launches
  • Exchange: Binance/Coinbase/Kraken new listings, futures launches
  • Regulatory: ETF approvals/rejections, SEC/CFTC rulings, country-level bans or legalization
  • Conferences: Major industry events (ETHDenver, Consensus, Binance Blockchain Week, NVIDIA GTC, etc.)
  • Earnings/Partnerships: Public company earnings with crypto exposure (Coinbase, MicroStrategy, Marathon)

Calendar Storage

Stored at: ~/.openclaw/workspace/trading/catalyst-calendar.json

{
  "events": [
    {
      "id": "evt-001",
      "date": "2026-03-19",
      "event": "FOMC Rate Decision",
      "category": "macro",
      "impact": "high",
      "affected_assets": ["BTC", "ETH", "all"],
      "pre_position_days": 3,
      "notes": "Rate hold expected — risk-on if confirmed",
      "source": "federalreserve.gov"
    },
    {
      "id": "evt-002",
      "date": "2026-04-10",
      "event": "Ethereum Pectra Upgrade",
      "category": "protocol",
      "impact": "high",
      "affected_assets": ["ETH", "staking tokens"],
      "pre_position_days": 14,
      "notes": "EIP-7251 — raises validator limit, reduces sell pressure",
      "source": "ethereum.org"
    }
  ]
}

Usage

View upcoming catalysts (next 14 days)

List upcoming catalysts from trading/catalyst-calendar.json for the next 14 days. Flag any where pre_position_days window is now open.

Add new event

Add to catalyst-calendar.json: [event details]

Weekly scan (find new catalysts)

Search for upcoming crypto and macro events this week. Update catalyst-calendar.json with any new high-impact events in the next 30 days.

Alert Logic

When today's date is within pre_position_days of an event:

📅 CATALYST ALERT — 7 days to Ethereum Pectra Upgrade
  Date: 2026-04-10
  Impact: HIGH
  Affected: ETH, staking tokens
  Pre-position window: OPEN NOW
  Notes: EIP-7251 — raises validator limit, reduces sell pressure
  Action: Review ETH position vs threshold-watcher signal

Cron Integration

  • Weekly scan (Monday 07:00 UTC): scrape upcoming events, update calendar
  • Daily check (07:00 UTC): flag events where pre-position window opens today

Integration with Trading Pipeline

  • Outputs feed skill-crypto-threshold-watcher (set tighter thresholds near high-impact events)
  • Logged to skill-trading-journal as context for trade decisions
  • Informs backtest-expert on regime conditions (pre/post catalyst)
安全使用建议
This skill appears to do what it says: maintain a local catalyst calendar and flag pre-positioning windows. Before installing: 1) Decide whether you’re comfortable letting the agent read/write ~/.openclaw/workspace/trading/catalyst-calendar.json (it will persist entries there). 2) Confirm policy for autonomous network access / scraping — the SKILL.md is vague about which sites or APIs to use, so restrict sources or require explicit confirmation before the agent scrapes the web. 3) If you use paid data feeds, expect you may need to supply credentials later; none are declared now. 4) Consider backups or a review step for events the agent adds (to avoid automated insertion of incorrect/biased items). If you want stricter control, require manual approval for weekly scans and constrain allowed source domains (e.g., federalreserve.gov, ethereum.org).
功能分析
Type: OpenClaw Skill Name: skill-catalyst-calendar Version: 1.0.0 The skill-catalyst-calendar bundle is a standard event-tracking tool designed to manage a trading calendar. It uses a local JSON file (~/.openclaw/workspace/trading/catalyst-calendar.json) to store market events and provides clear instructions for an AI agent to search for, add, and alert on these events. No evidence of data exfiltration, malicious execution, or unauthorized persistence was found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name/description match the behavior: tracking market-moving events and flagging pre-position windows. Required resources (none declared) and the operations described (storing a JSON calendar, flagging events) are proportional to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to 'search for upcoming crypto and macro events' and to 'scrape upcoming events' but does not specify which sources, APIs, or scraping approach to use. It also specifies a persistent path (~/.openclaw/workspace/trading/catalyst-calendar.json) and a relative reference (trading/catalyst-calendar.json) in different places — minor inconsistency. The instructions do not ask the agent to read unrelated files or require unrelated credentials, but the open-ended 'search/scrape' step could cause broad web access unless constrained.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing will be written to disk by an installer. The only on-disk persistence is the calendar JSON described in SKILL.md, which is expected for this functionality.
Credentials
No environment variables, credentials, or config paths are requested. This is proportionate to a calendar/tracker. Be aware that some data sources (paid feeds or APIs) could require credentials later; none are declared here.
Persistence & Privilege
The skill writes and reads a persistent JSON at ~/.openclaw/workspace/trading/catalyst-calendar.json (and references trading/catalyst-calendar.json elsewhere). Persisting user data is reasonable for a calendar skill, but you should be comfortable with the agent having permission to write to that workspace path. always is false (not force-installed); autonomous invocation is allowed (default), which means scheduled scans could run without a fresh prompt unless you restrict that behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-catalyst-calendar
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-catalyst-calendar 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Catalyst Calendar: a forward-looking event tracker for macro, crypto, regulatory, and protocol catalysts. - Stores events and pre-flagged assets in a local JSON file for easy integration. - Provides commands to view, add, and update catalysts, with logic to alert when pre-positioning windows open. - Automates weekly event scanning and daily alerts through cron scheduling. - Integrates with threshold-watching, trading journal, and backtesting pipelines for enhanced trading insights.
元数据
Slug skill-catalyst-calendar
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Catalyst Calendar 是什么?

Track upcoming market-moving events (macro, crypto protocol, exchange listings, regulatory decisions, conference keynotes, ETF approvals) and pre-flag releva... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 185 次。

如何安装 Catalyst Calendar?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-catalyst-calendar」即可一键安装,无需额外配置。

Catalyst Calendar 是免费的吗?

是的,Catalyst Calendar 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Catalyst Calendar 支持哪些平台?

Catalyst Calendar 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Catalyst Calendar?

由 Zero2Ai(@zero2ai-hub)开发并维护,当前版本 v1.0.0。

💬 留言讨论