Startup Bookkeeper: Free Claude Skill for Small Business Tracking

Startup Bookkeeper is a free, open-source Claude AI skill designed to help bootstrapped founders manage their business finances without paid accounting software. It addresses the common problem of disorganized bookkeeping that relies on bank statements, Slack messages, and outdated spreadsheets.
How It Works
The tool operates entirely within Claude with no external accounts or integrations required. Users can:
- Tell Claude what they paid for in plain English
- Have Claude categorize, store, and track all transactions
- Upload receipt photos - OCR handles the extraction
- Set up recurring subscriptions for automatic logging
- Ask for a dashboard or P&L statement anytime
- Get alerts when invoices are overdue or budgets are exceeded
The creator built this as an alternative to QuickBooks for businesses with around 20 transactions per month, where paid accounting software might feel unnecessary but tracking is still essential.
The project is available on GitHub at https://github.com/vpodugu/startup-bookkeeper and is completely free to use.
📖 Read the full source: r/ClaudeAI
👀 See Also

Using MCP Code Mode for Efficient Claude Keyword Research
A developer built an MCP server that enables Claude to perform autonomous keyword research using a Code Mode pattern, reducing tool definition tokens from thousands to ~1,000 with just two tools: search and execute.

Universal CLAUDE.md reduces Claude output tokens by 63% in benchmarks
A developer created a universal CLAUDE.md file that reduces Claude's output tokens by 63% across five benchmark tests while maintaining technical accuracy. The file addresses common Claude behaviors like verbose responses, unnecessary formatting, and unsolicited suggestions.

Open-source Agent OS: Rust-based OS for AI agents with WASM sandboxing and Hands feature
An open-source operating system for AI agents has been released with 137k lines of Rust code under MIT license. The system runs agents in WASM sandboxes with 16 security layers and introduces 'Hands' for scheduled, autonomous agent operation.

claude-powerline v1.20 adds TUI dashboard mode, context bar styles, and environment variable display
claude-powerline v1.20 introduces a TUI dashboard mode that replaces the single statusline with a full panel showing model info, context usage with progress bar, costs, git status, and more. The update adds 9 visual progress bar styles for context usage and environment variable display capability.