Install this skill
npx skills add anthropics/claude-cookbooksWorks across Claude Code, Cursor, Codex, Copilot & Antigravity
What this skill does
- β’Computes liquidity ratios including current, quick, and cash ratios
- β’Evaluates profitability via ROE, ROA, and various margin calculations
- β’Generates valuation metrics like P/E, P/B, and EV/EBITDA
- β’Analyzes leverage through debt-to-equity and coverage ratios
- β’Provides textual interpretation of calculated values and trends
When to use it
- βWhen assessing the fiscal health of a company during due diligence
- βWhen automating the generation of quarterly investment summaries
- βWhen comparing the performance of multiple firms within the same sector
- βWhen calculating per-share metrics from provided annual report data
When not to use it
- βWhen performing real-time high-frequency trading calculations
- βWhen working with highly speculative or non-standardized crypto-asset data
- βWhen you require audited financial statements for regulatory compliance
How to invoke it
Example prompts that trigger this skill:
- βCalculate the current ratio and debt-to-equity ratio for the attached balance sheet.β
- βPerform a comprehensive profitability analysis for this firm over the last three fiscal years.β
- βWhat is the P/E and PEG ratio based on these earnings and the current stock price of $120?β
- βInterpret these inventory turnover figures in the context of the retail industry.β
- βGenerate a summary report comparing liquidity metrics between these two balance sheets.β
Example workflow
- Upload the financial dataset in CSV or JSON format.
- Request specific ratio calculations relevant to the current business inquiry.
- Execute the analysis script to derive raw metrics from the source data.
- Run the interpretation module to contextualize the findings against industry benchmarks.
- Generate a summary output report featuring the calculated values and observations.
Prerequisites
- βClaude API key
- βPython 3.x environment
- βFinancial data in a structured format (JSON, CSV, or Excel)
Pitfalls & limitations
- !Relies entirely on the accuracy of the provided raw financial data
- !Industry benchmarks are general references and may not match niche sectors
- !Interpretation modules are intended as support and do not replace professional accounting advice
FAQ
How it compares
Unlike manual spreadsheet calculations which require building and updating formulas, this skill automates both the math and the interpretive writing, providing immediate context for the results.
Source & trust
From the source: β# 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 - **Liqβ¦β
View the full SKILL.md source
# 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
Quoted from anthropics/claude-cookbooks for reference β see the original for the authoritative, latest version.
π Full skill instructions β original source: anthropics/claude-cookbooks
How to Use This Skill Unit
Option A: Project-Specific (Recommended)
- Click "Download" above
- In your project, create the directory:
.agent/skills/analyzing-financial-statements/ - Save the file as
SKILL.md - The agent will automatically discover the skill based on its description.
Option B: Global Installation (All Agents)
Save the file to these locations to make it available across all projects:
- Claude Code:
~/.claude/skills/anthropics/claude-cookbooks/analyzing-financial-statements/SKILL.md - Cursor:
~/.cursor/skills/anthropics/claude-cookbooks/analyzing-financial-statements/SKILL.md - Antigravity:
~/.gemini/antigravity/skills/anthropics/claude-cookbooks/analyzing-financial-statements/SKILL.md
π Install with CLI:npx skills add anthropics/claude-cookbooks