macro-monitor每日宏观数据监控和推送。自动浏览免费数据源(Trading Economics、FRED、国家统计局、央行官网、财联社等),整理整合过去24小时发布的宏观数据和政策信息,并推送给用户。通过 cron 每天晚上10点自动触发。
Install via ClawdBot CLI:
clawdbot install hmzo/macro-monitor当此技能被触发时(通常通过 cron 每天晚上10点),执行以下步骤:
使用 browser 工具启动浏览器控制:
browser action=start profile=openclaw
必须先读取 references/indicators.md 文件,获取常见指标的科普解释:
read path=/home/hmzo/.openclaw/workspace/skills/macro-monitor/references/indicators.md
按优先级访问以下数据源,收集过去24小时发布的宏观数据和政策信息:
国际数据:
国内数据:
新闻资讯:
将采集到的数据按以下结构整理:
【过去24小时宏观数据】📊
🌍 国际数据
- [数据名称] [发布值] [预期值] [前值] [影响说明]
💡 [小白向科普解释说明 - 每个指标都必须添加]
🇨🇳 国内数据
- [数据名称] [发布值] [预期值] [前值] [影响说明]
💡 [小白向科普解释说明 - 每个指标都必须添加]
📜 政策动态
- [政策标题] - [简要说明]
📰 重要资讯
- [新闻标题] - [简要说明]
科普解释规则(强制执行):
💡 [指标名]:[一句话定义]
- 为什么重要:[简短说明]
- 怎么看:[正常范围/关键阈值]
当遇到 references/indicators.md 中没有的指标时:
使用 browser 工具搜索该指标,访问多个来源:
将搜索结果整理成通俗易懂的格式:
💡 [指标名]:[一句话定义]
- 为什么重要:[简短说明]
- 怎么看:[正常范围/关键阈值]
如果该指标是常见指标,考虑将解释添加到 references/indicators.md 中,避免重复搜索
使用 message 工具将整理好的报告推送给用户:
此技能通过以下 cron job 调度:
{
"name": "macro-monitor-daily",
"schedule": {
"kind": "cron",
"expr": "0 22 * * *",
"tz": "Asia/Singapore"
},
"payload": {
"kind": "agentTurn",
"message": "执行宏观数据监控,浏览免费数据源,整理过去24小时发布的宏观数据和政策信息并推送"
},
"sessionTarget": "isolated",
"enabled": true
}
如需手动触发数据采集,发送消息:
执行宏观数据监控,浏览免费数据源,整理过去24小时发布的宏观数据和政策信息并推送
Generated Mar 1, 2026
Automatically collects and summarizes past 24-hour macroeconomic data and policy news from free sources like Trading Economics and central bank websites, providing concise reports with beginner-friendly explanations. Ideal for individual investors without access to premium data feeds, helping them stay informed on key indicators like GDP, CPI, and interest rates.
Monitors domestic and international policy changes and economic data releases, offering timely insights into market conditions and regulatory updates. Useful for small business owners to anticipate economic trends, adjust strategies, and manage risks related to inflation, interest rates, or trade policies.
Provides structured reports with mandatory plain-language explanations for each economic indicator, sourced from a knowledge base or web searches. Helps students learn about macro indicators, their significance, and real-world applications through daily automated updates.
Aggregates data from multiple free sources, including Trading Economics and FRED, to compile daily snapshots of economic releases and policy news. Assists analysts in tracking data trends, comparing actual vs. expected values, and generating quick overviews for internal reports or client briefings.
Offer basic daily macro reports for free to attract users, with premium tiers providing advanced features like historical data analysis, custom alerts, or integration with trading platforms. Revenue is generated through monthly or annual subscriptions from power users and institutional clients.
License the aggregated macro data and reports to financial institutions, media companies, or research firms for use in their products or services. This model leverages the skill's automated data collection and structuring capabilities to provide clean, formatted data feeds.
Provide the macro monitoring service for free to a broad user base, monetizing through targeted advertisements or sponsored content within the reports. This model focuses on user growth and engagement, with revenue from ad placements and partnerships with financial product providers.
💬 Integration Tip
Integrate with messaging platforms like Slack or email to push daily reports directly to users, ensuring timely delivery and easy access without manual checks.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.