Skip to main content

analyzing-financial-statements

Calculate and interpret financial ratios from real statement data — liquidity, profitability, leverage, efficiency and valuation multiples — and turn them into an investment read rather than a table of numbers. Use for 'analyse these financials', 'compute the ratios', 'is this company healthy', 'read this balance sheet / income statement / 10-K', or in French 'analyse ces comptes', 'ratios financiers', 'cette boite est-elle saine'. Ships calculate_ratios.py and interpret_ratios.py. NOT for building a forecast model (that is creating-financial-models).

跳到安装

来源信息

仓库
agentik-os/OmegaOS
最近来源活动
2026年8月18日 09:35
检测到的 SKILL.md 语言
英语
星标
11
分支
2

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
3 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
analyzing-financial-statements
description
Calculate and interpret financial ratios from real statement data — liquidity, profitability, leverage, efficiency and valuation multiples — and turn them into an investment read rather than a table of numbers. Use for 'analyse these financials', 'compute the ratios', 'is this company healthy', 'read this balance sheet / income statement / 10-K', or in French 'analyse ces comptes', 'ratios financiers', 'cette boite est-elle saine'. Ships calculate_ratios.py and interpret_ratios.py. NOT for building a forecast model (that is creating-financial-models).
# Financial Ratio Calculator Skill This skill provides comprehensive financial ratio analysis for evaluating company performance, profitability, liquidity, and valuation. ## Capabilities Calculate and interpret: - **Profitability Ratios**: ROE, ROA, Gross Margin, Operating Margin, Net Margin - **Liquidity Ratios**: Current Ratio, Quick Ratio, Cash Ratio - **Leverage Ratios**: Debt-to-Equity, Interest Coverage, Debt Service Coverage - **Efficiency Ratios**: Asset Turnover, Inventory Turnover, Receivables Turnover - **Valuation Ratios**: P/E, P/B, P/S, EV/EBITDA, PEG - **Per-Share Metrics**: EPS, Book Value per Share, Dividend per Share ## How to Use 1. **Input Data**: Provide financial statement data (income statement, balance sheet, cash flow) 2. **Select Ratios**: Specify which ratios to calculate or use "all" for comprehensive analysis 3. **Interpretation**: The skill will calculate ratios and provide industry-standard interpretations ## Input Format Financial data can be provided as: - CSV with financial line items - JSON with structured financial statements - Text description of key financial figures - Excel files with financial statements ## Output Format Results include: - Calculated ratios with values - Industry benchmark comparisons (when available) - Trend analysis (if multiple periods provided) - Interpretation and insights - Excel report with formatted results ## Example Usage "Calculate key financial ratios for this company based on the attached financial statements" "What's the P/E ratio if the stock price is $50 and annual earnings are $2.50 per share?" "Analyze the liquidity position using the balance sheet data" ## Scripts - `calculate_ratios.py`: Main calculation engine for all financial ratios - `interpret_ratios.py`: Provides interpretation and benchmarking ## Best Practices 1. Always validate data completeness before calculations 2. Handle missing values appropriately (use industry averages or exclude) 3. Consider industry context when interpreting ratios 4. Include period comparisons for trend analysis 5. Flag unusual or concerning ratios ## Limitations - Requires accurate financial data - Industry benchmarks are general guidelines - Some ratios may not apply to all industries - Historical data doesn't guarantee future performance --- ## Provenance Vendored into OmegaOS from [anthropics/claude-cookbooks](https://github.com/anthropics/claude-cookbooks/tree/35f2eec/skills/custom_skills/analyzing-financial-statements) @ `35f2eec` — MIT (c) Anthropic. Upstream teaching notebooks live in `~/.omega/cookbooks/skills/notebooks/`; the routing layer is the `/cookbook` skill.
在 GitHub 查看