返回顶部
e

economic-calendar-pro经济日历脚本

Run a local script to fetch economic calendar events for a date range. Defaults to 7 days inclusive from the query day. Uses TradingEconomics when TRADING_ECONOMICS_API_KEY is present and falls back to Yahoo Finance otherwise.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.1
安全检测
已通过
364
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

economic-calendar-pro

技能:经济日历

使用场景

  • - 用户需要获取今日、本周或自定义日期范围的经济日历
  • 用户询问即将发生的宏观事件、预定发布数据或高/中/低影响力事件
  • 用户希望在交易前查看前瞻性的日历项目列表

不使用场景

  • - 用户仅需广泛的市场新闻和情绪分析 → 使用 market-news-brief
  • 用户需要股票价格或特定公司报价 → 使用 stock-price-checker-pro
  • 用户需要公司基本面数据 → 使用 stock-fundamentals

认证方式

  • - 推荐:将 TRADINGECONOMICSAPIKEY 设置为您的 TradingEconomics 凭证字符串
  • 支持的格式:client:secret
  • 可选:将仓库根目录下的 .env.example 复制为 .env 并填写 TRADINGECONOMICSAPIKEY
  • 备用方案:若无 API 密钥,脚本将使用雅虎财经的经济日历接口
  • 重要提示:雅虎备用方案可能省略重要性和市场预期字段,国家/地区将以 US、EU 或 JP 等短代码形式返回

命令

获取默认日历窗口

bash
uv run /root/.openclaw/workspace/skills/economic-calendar-pro/src/main.py

默认从查询日期起包含未来7天。

获取自定义日历窗口

bash
uv run /root/.openclaw/workspace/skills/economic-calendar-pro/src/main.py <开始日期> <结束日期>

日期必须使用 YYYY-MM-DD 格式。

示例

bash

默认窗口:查询日期加未来6天


uv run /root/.openclaw/workspace/skills/economic-calendar-pro/src/main.py

从指定日期开始,包含未来7天

uv run /root/.openclaw/workspace/skills/economic-calendar-pro/src/main.py 2026-03-10

明确指定日期范围

uv run /root/.openclaw/workspace/skills/economic-calendar-pro/src/main.py 2026-03-10 2026-03-24

输出内容

命令返回:

  • - 请求的日期范围
  • 使用的认证来源(TradingEconomics API 或 雅虎财经备用方案)
  • 事件总数和覆盖天数
  • 按日期分组的事件
  • 每个事件包含:UTC时间、国家/地区、事件名称、以及可用的实际值/预测值/前值

注意事项

  • - 脚本首先从环境变量读取 TRADINGECONOMICSAPI_KEY
  • 若未设置环境变量,将在回退至雅虎财经前检查仓库根目录下的 .env 文件
  • 对于当前/未来窗口,雅虎备用方案优于访客版 TradingEconomics,但元数据丰富度较低
  • 正常技能执行时请勿使用 economic-calendar-pro.sh 包装脚本——直接按上述方式调用 uv run src/main.py
  • 此工作流程无需使用网络搜索——使用脚本可确保输出按日期过滤且格式统一

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 economic-calendar-pro-1776177482 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 economic-calendar-pro-1776177482 技能

通过命令行安装

skillhub install economic-calendar-pro-1776177482

下载

⬇ 下载 economic-calendar-pro v0.1.1(免费)

文件大小: 8.72 KB | 发布时间: 2026-4-15 13:00

v0.1.1 最新 2026-4-15 13:00
- Renamed skill and script files from economic-calendar to economic-calendar-pro.
- Updated SKILL.md documentation to use the new skill name and paths throughout.
- Added a new wrapper script: economic-calendar-pro.sh (old economic-calendar.sh removed).
- Minor internal code updates in constants and utils for naming consistency.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部