finance-import

Parse CSV financial data and output a normalized markdown summary.

2|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/ARCASSystems/FounderOS --skill finance-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finance-import
Source: https://github.com/ARCASSystems/FounderOS/tree/main/skills/finance-import
Command: npx skills add https://github.com/ARCASSystems/FounderOS --skill finance-import

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of incorporating financial data into your operating system by converting CSV finance exports into a normalized markdown format, making it easily accessible and usable for further analysis.

Core Features & Use Cases

  • CSV Parsing: Converts CSV exports into a markdown summary for your operating system.
  • Read-only Access: Ensures that the original CSV data is not altered.
  • Use Case: Automatically import and summarize your bank or accounting CSV export into a format that is readable and actionable by your other skills, such as unit-economics.

Quick Start

Use the finance-import skill to import your latest finance CSV file by saying, "Import this finance export."

Frequently Asked Questions about finance-import

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

FAQPage Schema
How do I convert a CSV financial export into a markdown summary?

To convert a CSV financial export into a markdown summary, you need a tool that parses CSV headers and records, detects specific columns, and formats the output as normalized markdown for later analysis.

Can I import bank CSV files without altering the original data?

Yes, you can import bank CSV files without altering the original data by using a read-only parsing process that extracts financial records and generates a separate normalized markdown summary file.

What is the best way to prepare financial data for operating system integration?

The best way to prepare financial data for operating system integration is converting raw CSV exports into a normalized markdown format, making the data easily accessible and actionable for downstream skills.

Does the CSV to markdown conversion process require local file system write access?

Yes, converting CSV to markdown requires local file system write access to save the generated normalized markdown summary, while only requiring read access for the original source CSV file.

How do CSV summaries integrate with unit economics analysis?

CSV summaries integrate with unit economics analysis by providing a normalized markdown format that downstream skills can easily parse, ensuring financial data is readily accessible for further calculations.