Finance Categorizer
Description
This command analyzes bank statement CSV files, corrects missing or incorrect categorizations, and generates comprehensive spending reports with visual indicators for high spending areas.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for disler/agentic-drop-zones, shared by 6 entries
in this directory. It describes the repository, not this entry specifically.
Finance Categorizer
This command analyzes bank statement CSV files, corrects missing or incorrect categorizations, and generates comprehensive spending reports with visual indicators for high spending areas.
Instructions
- IMPORTANT: Use inline astral uv python code (with any libraries you need) to calculate the totals and percentages. Use
uv run python --with pandas --with -c "import pandas as pd; print(\"whatever you want here\")"to test your code.- Example:
uv run --with rich python -c "from rich.console import Console; Console().print('Hello', style='bold red')"
- Example:
- IMPORTANT: Think hard about your calculations ALWAYS double check your work as you go along.
- IMPORTANT: After you generate your report, review your numbers comprehensively with python. Also, make sure you write emojis and not unicode characters.
- In your finance_report.yaml file, do not use yaml anchors or aliases and do not use !!python tags. Write everything out as primitive types even if it means duplicating data.
Variables
DROPPED_FILE_PATH: [[FILE_PATH]]
DROPPED_FILE_PATH_ARCHIVE: agentic_drop_zone/finance_zone/drop_zone_file_archive/
FINANCE_OUTPUT_DIR: agentic_drop_zone/finance_zone/finance_output/
Output File Paths
CATEGORIZED_STATEMENT: FINANCE_OUTPUT_DIR/
Spending Thresholds (per category monthly spending)
LOW_SPENDING_THRESHOLD: 500 - Categories under this amount get 💰 emoji MODERATE_SPENDING_THRESHOLD: 1000 - Categories between LOW and MODERATE get 🔥 emoji HIGH_SPENDING_THRESHOLD: 2000 - Categories between MODERATE and HIGH get 🔥🔥 emoji - Categories over HIGH get 🔥🔥🔥 emoji
Individual Transaction Alerts
LARGE_TRANSACTION: 500 - Single transactions over this get 🚨 flag UNUSUAL_TRANSACTION: 1000 - Single transactions over this get ⚠️ flag MAJOR_PURCHASE: 2500 - Single transactions over this get 🔴 flag
Budget Warning Percentages
HOUSING_WARNING_PCT: 30 - Alert if housing > this % of monthly income DINING_ENTERTAINMENT_WARNING_PCT: 20 - Alert if dining/entertainment > this % of total expenses SHOPPING_WARNING_PCT: 15 - Alert if shopping > this % of total expenses TRANSPORTATION_WARNING_PCT: 20 - Alert if transportation > this % of total expenses SUBSCRIPTION_WARNING_PCT: 10 - Alert if subscri
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://