financial-report-reader

Analyze corporate financial statements to reveal YoY and QoQ trends and detect anomalies.

12|2|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/haomingz/kimi-skills --skill financial-report-reader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: financial-report-reader
Source: https://github.com/haomingz/kimi-skills/tree/main/skills/financial-report-reader
Command: npx skills add https://github.com/haomingz/kimi-skills --skill financial-report-reader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

财报三表分析与异常检测的自动化工具,可快速从财务数据中提取洞察,提升报告与决策效率。

Core Features & Use Cases

  • YoY/QoQ 财务变动分析并输出关键比率
  • 异常检测规则(如应收账款暴增、现金流背离利润等)报告
  • 适用于季度或年度财务数据,生成清晰报告或 JSON 输出
  • Use Case: 对上市公司财报进行对比分析,发现潜在风险点并生成可执行建议

Quick Start

将含 periods、income_statement、balance_sheet、cash_flow 的 JSON 数据喂给分析工具以生成完整分析报告。

Frequently Asked Questions about financial-report-reader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate financial analysis and detect anomalies in corporate financial statements?

To automate financial analysis and detect anomalies in corporate financial statements, input JSON data containing periods, income_statement, balance_sheet, and cash_flow. The tool outputs YoY and QoQ trends, key ratios, and anomaly alerts.

What financial anomalies can be detected during a cash flow analysis?

During a cash flow analysis, the tool detects financial anomalies such as cash flow diverging from profit and accounts receivable surges. It applies predefined anomaly detection rules to balance sheet and cash flow data.

Can I use this tool for quarterly financial data or is it limited to annual reports?

You can use this tool for both quarterly and annual financial data. It accepts JSON input with period definitions to calculate QoQ and YoY changes, outputting structured financial reports with anomaly alerts.

What is the best way to extract YoY and QoQ financial trends from JSON data?

The best way to extract YoY and QoQ financial trends from JSON data is to supply structured income statement, balance sheet, and cash flow objects. The tool processes these inputs to generate key financial ratios and trend changes.

Do I need to install external dependencies to perform financial report analysis?

No external dependencies are required to perform financial report analysis. The tool operates as a standalone script component, accepting standard JSON input to generate structured reports and anomaly alerts without external libraries.

What should the JSON input structure look like for a comprehensive financial report analysis?

For a comprehensive financial report analysis, the JSON input structure must include periods, income_statement, balance_sheet, and cash_flow arrays. Feeding this structured data generates a complete report with ratios, changes, and anomaly alerts.