finance-manager

Analyzes personal finance data from PDFs, CSVs, or JSONs and generates chart-ready reports.

6|1|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/auldsyababua/instructor-workflow --skill finance-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finance-manager
Source: https://github.com/auldsyababua/instructor-workflow/tree/main/skills/finance-manager
Command: npx skills add https://github.com/auldsyababua/instructor-workflow --skill finance-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, plotly, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Provides a comprehensive personal finance toolkit to analyze transactions, generate insights, visualize data, and deliver personalized budgeting recommendations.

Core Features & Use Cases

  • Transaction data processing from PDFs/CSVs
  • Advanced financial analysis with visual reports
  • Personalized budgeting recommendations
  • Trend analysis and performance dashboards

Quick Start

Import your transactions and generate an HTML report with charts and insights.

Frequently Asked Questions about finance-manager

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

FAQPage Schema
How do I analyze personal finance transactions from CSV and PDF files?

Analyze personal finance transactions by importing CSV or PDF data into this Skill, which extracts transactions, categorizes them, and generates insights. The pipeline handles date parsing, category tagging, and produces chart-ready output for visualization.

Can I visualize spending trends and budget performance with charts?

Yes. This Skill generates interactive HTML reports with Plotly charts that visualize spending trends, budget performance, and financial metrics. Charts are embedded in reports alongside insights and recommendations.

How do I get personalized budgeting recommendations from my transaction data?

Input your transactions and the Skill analyzes spending patterns, calculates savings rates, detects trends, and delivers personalized budget recommendations. Results appear in generated HTML reports with actionable insights.

What file formats does transaction data import support?

Transaction data import supports PDF, CSV, and JSON formats. The Skill extracts structured transaction records from these formats and processes them through its analysis pipeline.

Do I need Python experience to use this for personal finance analysis?

This Skill requires Python 3.7+ and familiarity with running scripts. It handles complex analysis internally—you import data, run the pipeline, and receive HTML reports with visualizations and recommendations.