EarningsFinancialsAgent
/install earnings-financials-agent
EarningsFinancialsAgent
This agent provides deep-dive analysis into quarterly earnings and corporate financial health. It is designed to run locally and uses the yfinance library for reliable, real-time data retrieval.
Setup
Before using this skill, ensure the dependencies are installed in your environment:
pip install yfinance
User Instructions
The agent can handle a variety of financial inquiries. Use these as templates for your requests:
- Earnings Performance: "Summarize the latest earnings for NVDA and check if they beat revenue estimates."
- Direct Comparison: "Compare the net income of Google vs Meta for the last 4 quarters."
- Financial Ratios: "What is the debt-to-equity ratio and quick ratio for TSLA?"
- Cash Flow Analysis: "Give me a summary of Amazon's cash flow from the most recent report."
- Growth Trends: "Show me the revenue growth trend for Netflix over the last year."
- Calendar Checks: "Is Broadcom reporting earnings this week? If so, when?"
- Profitability: "Analyze the profit margins for AMD based on their latest financials."
- Dividend Health: "Check the dividend payout ratio for Coca-Cola to see if it's sustainable."
Tools
get_earnings
Fetches the most recent earnings results and compares them to analyst estimates.
- Inputs:
ticker(string) - Call:
python3 logic.py --tool get_earnings --ticker {{ticker}}
get_financials
Retrieves key balance sheet, income statement, and cash flow metrics.
- Inputs:
ticker(string) - Call:
python3 logic.py --tool get_financials --ticker {{ticker}}
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install earnings-financials-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/earnings-financials-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
EarningsFinancialsAgent 是什么?
An autonomous agent for monitoring corporate earnings and analyzing financial statements using yfinance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 166 次。
如何安装 EarningsFinancialsAgent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install earnings-financials-agent」即可一键安装,无需额外配置。
EarningsFinancialsAgent 是免费的吗?
是的,EarningsFinancialsAgent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
EarningsFinancialsAgent 支持哪些平台?
EarningsFinancialsAgent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 EarningsFinancialsAgent?
由 Anthony Assi(@assix)开发并维护,当前版本 v1.0.3。