dalehurley/phpbot

financial-analysis

Analyze financial statements from PDF documents.

First seen Mar 1, 2026

Installation

$ npx skills add dalehurley/phpbot --skill financial-analysis

Summary

  • Analyze financial statements from PDF documents.
  • Use when asked to prepare a financial analysis, review financial statements, analyze balance sheets, income statements, or cash flow statements.
  • Triggers include: any mention of 'financial analysis', 'financial statements', 'balance sheet', 'income statement', 'cash flow', 'financial review', 'annual report analysis', or requests to analyze PDF documents containing financial data.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dalehurley/phpbot · top by installs.

npx skills add dalehurley/phpbot

Browse all from dalehurley/phpbot

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2
License MIT
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.1.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,356 B
  • docs SUMMARY.md 458 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

Skill: financial-analysis

When to Use

Use this skill when the user asks to analyze or review financial statements, typically provided as a PDF file.

Example triggers:

  • "Prepare a financial analysis of this PDF"
  • "Analyze the financial statements in this document"
  • "Review the balance sheet and income statement"
  • "Summarize the annual report"
  • "What are the key financial ratios from this report?"

Procedure

  1. Identify the source PDF document from the user's request.
  2. Extract text content from the PDF using available tools (e.g., bash with pdftotext, or read the file directly).
  3. Parse and identify the key financial statements: balance sheet, income statement, cash flow statement, and notes.
  4. Perform year-over-year comparisons where multiple periods are available.
  5. Calculate key financial ratios and metrics (liquidity, profitability, leverage, efficiency).
  6. Identify strengths, challenges, and strategic opportunities.
  7. Generate output documents in multiple formats (markdown, HTML, and/or summary text) in the same directory as the source file.
  8. Provide an executive summary highlighting the most important findings and recommendations.

Example

An example of a request that uses this skill:

Prepare a financial analysis of a PDF file

Last Result (truncated)

## Task Completed Successfully!

Prepared a comprehensive financial analysis of financial statements. Deliverables included:

1. **README_Analysis_Summary.txt** - Overview, quick start guide, executive summary with key findings
2. **Financial_Analysis.md** - Complete comprehensive analysis in markdown format with year-over-year comparisons, financial ratios and metrics, strengths/challenges/opportunities, strategic recommendations
3. **Financial_Analysis.html** - Same content formatted for browser viewing