# Blocking Script

> Imports a CSV export into the ledger. Use when a bank export lands in the downloads folder, or when the user asks to import transactions.

- Skill: `letsloose501/blocking-script` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add letsloose501/blocking-script`
- Raw SKILL.md: https://api.skillmd.com/api/skills/letsloose501/blocking-script/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: letsloose501 (https://skillmd.com/u/letsloose501)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/letsloose501/blocking-script

---


# Blocking script

1. Run the importer over the export.
2. Stop when the ledger balance matches the export total.

## When to open which reference

[scripts/import.py](scripts/import.py) is the importer; nothing else reads the CSV.

