← 返回 Skills 市场
szrw1825

生成每日金融日报

作者 szrw1825 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
38
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-financial-report
功能描述
完整流程:采集数据 → 生成 Word 日报 → 生成 PPT 简报 → 发送邮件。 当用户说"生成每日金融日报"、"生成今日日报"、"生成晨报"时触发。
使用说明 (SKILL.md)

每日金融日报生成流程

执行顺序

Step 1 → collect-market-data/scripts/run_data_collection.py
Step 2 → generate-word-report/scripts/generate_word.py
Step 3 → generate-ppt-report/scripts/generate_ppt.py
Step 4 → send-email-to/scripts/send_email_to.py
  • Step 1 包含两个子步骤(市场表现+经济数据 → 政策+企业+汇总),必须完整执行
  • Step 2 和 Step 3 可并行执行,互不依赖
  • Step 4 必须等 Step 2 和 Step 3 完成

Step 1 数据采集内容

run_data_collection.py 执行两步数据采集:

子步骤 脚本 采集内容 数据源
Step 1-A collect_market_data.py 市场表现类(美股/A股/港股/欧股/亚太/大宗/外汇)+ 经济数据类 API(akshare/TickDB/Sina/FRED等)
Step 1-B collect_news_websearch.py 政策动态 + 科技企业动态 + 环球市场速览 Web Search(Tavily → Bocha → DuckDuckGo)

输出文件:E:\daily\{YYYY-MM-DD}\market_data.json

各步骤详细说明见对应 Skill 的 SKILL.md:

安全使用建议
Install only if you trust the local config and the referenced companion skills, and confirm where email will be sent before running it. Treat short requests like 'generate morning report' as capable of collecting market/news data, creating files, and sending the results externally.
能力评估
Purpose & Capability
The data collection, Word/PPT generation, and email-sending steps match the stated daily financial report purpose; the main risk is the outbound email step rather than a hidden capability.
Instruction Scope
The trigger list includes a broad phrase equivalent to 'generate morning report,' and the workflow does not require an explicit confirmation before the side-effecting email step.
Install Mechanism
No installer or persistence mechanism is present, but the script depends on a hardcoded local Windows workspace path, a config module, and several adjacent skills that are not included in this artifact.
Credentials
Running the script launches multiple local scripts and sends email using external/unbundled configuration, so the authority is broader than this small skill artifact can fully explain or constrain.
Persistence & Privilege
The artifact shows no background service, startup registration, privilege escalation, credential harvesting, or durable persistence behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-financial-report
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-financial-report 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布
元数据
Slug daily-financial-report
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

生成每日金融日报 是什么?

完整流程:采集数据 → 生成 Word 日报 → 生成 PPT 简报 → 发送邮件。 当用户说"生成每日金融日报"、"生成今日日报"、"生成晨报"时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。

如何安装 生成每日金融日报?

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

生成每日金融日报 是免费的吗?

是的,生成每日金融日报 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

生成每日金融日报 支持哪些平台?

生成每日金融日报 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 生成每日金融日报?

由 szrw1825(@szrw1825)开发并维护,当前版本 v1.0.0。

💬 留言讨论