/install financial-report-tracker
Financial Report Tracker
Automatically track tech company financial reports and generate investment summaries. Suitable for investors tracking portfolio companies' earnings calendars and automatically summarizing earnings highlights and risks.
Use Cases
When users mention earnings reports, financial reports, EPS, revenue expectations, earnings interpretation, tracking a company's financials, and similar scenarios.
Prerequisites
Install Python dependencies before first use:
pip install yfinance requests pandas
Core Capabilities
- Earnings Calendar Tracking — Automatically retrieve target company earnings release dates
- Market Expectation Comparison — EPS/Revenue expectations vs. actual data
- Earnings Interpretation — Key metric changes and management guidance summary
Command List
| Command | Description | Usage |
|---|---|---|
track |
Track earnings release dates | python scripts/earnings_tracker.py track \x3Cticker> |
preview |
Earnings preview analysis | python scripts/earnings_tracker.py preview \x3Cticker> |
review |
Earnings interpretation | python scripts/earnings_tracker.py review \x3Cticker> --quarter \x3CQ1/Q2/Q3/Q4> |
Usage Workflow
Scenario 1: Track Earnings Date
Track Apple's next earnings release date and market expectations
python scripts/earnings_tracker.py track AAPL
Scenario 2: Earnings Preview Analysis
Pre-earnings expectation analysis
python scripts/earnings_tracker.py preview AAPL
Scenario 3: Earnings Review
Interpret key data from the latest earnings report
python scripts/earnings_tracker.py review AAPL --quarter Q1
Output Format
All commands output a standard Markdown format report:
# 📊 Financial Report Tracker Report
**Generated on**: YYYY-MM-DD HH:MM
## Key Findings
1. [Key finding 1]
2. [Key finding 2]
3. [Key finding 3]
## Data Overview
| Metric | Value | Trend | Rating |
|--------|-------|-------|--------|
| Metric A | XXX | ↑ | ⭐⭐⭐⭐ |
| Metric B | YYY | → | ⭐⭐⭐ |
## Detailed Analysis
[Multi-dimensional analysis based on actual data]
## Actionable Recommendations
| Priority | Recommendation | Expected Outcome |
|----------|----------------|------------------|
| 🔴 High | [Specific recommendation] | [Quantified expectation] |
| 🟡 Medium | [Specific recommendation] | [Quantified expectation] |
| 🟢 Low | [Specific recommendation] | [Quantified expectation] |
References
- yfinance Library — Earnings calendar and earnings data
- Financial Modeling Prep API — Financial report data
Notes
- All analysis is based on data retrieved by the script; data is not fabricated
- Missing data fields are marked "Data Unavailable" rather than guessed
- It is recommended to combine with human judgment; AI analysis is for reference only
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install financial-report-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/financial-report-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Financial Report Tracker 是什么?
Automatically track tech company financial reports and generate investment summaries. Supports retrieving earnings calendars, market expectation comparisons,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。
如何安装 Financial Report Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install financial-report-tracker」即可一键安装,无需额外配置。
Financial Report Tracker 是免费的吗?
是的,Financial Report Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Financial Report Tracker 支持哪些平台?
Financial Report Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Financial Report Tracker?
由 OpenLark(@openlark)开发并维护,当前版本 v1.0.0。