← Back to Skills Marketplace
38
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install daily-financial-report
Description
完整流程:采集数据 → 生成 Word 日报 → 生成 PPT 简报 → 发送邮件。 当用户说"生成每日金融日报"、"生成今日日报"、"生成晨报"时触发。
README (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:
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install daily-financial-report - After installation, invoke the skill by name or use
/daily-financial-report - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次发布
Metadata
Frequently Asked Questions
What is 生成每日金融日报?
完整流程:采集数据 → 生成 Word 日报 → 生成 PPT 简报 → 发送邮件。 当用户说"生成每日金融日报"、"生成今日日报"、"生成晨报"时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.
How do I install 生成每日金融日报?
Run "/install daily-financial-report" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 生成每日金融日报 free?
Yes, 生成每日金融日报 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 生成每日金融日报 support?
生成每日金融日报 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 生成每日金融日报?
It is built and maintained by szrw1825 (@szrw1825); the current version is v1.0.0.
More Skills