# Bad Name

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

- Skill: `letsloose501/bad-name` (Agent Skill)
- Install (CLI): `npx skillmds@latest add letsloose501/bad-name`
- Raw SKILL.md: https://api.skillmd.com/api/skills/letsloose501/bad-name/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: letsloose501 (https://skillmd.com/u/letsloose501)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/letsloose501/bad-name

---


# Bad name

1. Read the export and map its columns onto the ledger columns.
2. Append the rows. Stop when the ledger total matches the export total.

