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

OpenClaw skill reduces accessibility tree tokens from 600K to 1.3K for ad-heavy sites
A developer built an OpenClaw skill that uses ML-based element ranking to prune accessibility trees, cutting slickdeals.com from ~598K tokens to ~1.3K tokens by keeping only the top ~50 actionable elements.

Learning-Kit: A Claude Code Plugin for Codebase Onboarding and Exploration
Learning-kit is a free Claude Code plugin that analyzes repositories to generate structured learning plans and interactive tutorials. It helps developers understand unfamiliar codebases before making changes, with configurable enforcement modes and progress tracking.

QCAI App Provides Mobile Control Center for OpenClaw Ecosystem
Academic research team releases QCAI app for iOS and Android, built with AI-assisted development, offering dashboard monitoring, gateway chat, and secure VPN access to OpenClaw tools.

Kula: Self-contained Linux server monitoring with zero dependencies
Kula is a lightweight Linux server monitoring tool that runs as a single binary with no external dependencies or databases. It collects system metrics every second from /proc and /sys, stores them in a built-in tiered ring-buffer, and provides both web dashboard and terminal TUI interfaces.