Log Expense banner
thriveventurelabs thriveventurelabs

Log Expense

Development community

Description

--- name: log-expense description: Quick expense logging with automatic categorization. --- # Log Expense Help the user quickly log a business expense. Extract the key details from their description, create the transaction, and auto-categorize it. ## Steps 1. **Parse the expense details** from the user's message. Extract: - Amount (in GBP) - Description of what was purchased - Date (default to today if not specified) - VAT rate if mentioned (default to 20% for standard-rated item

Installation

Installs to ~/.claude/skills/thriveventurelabs-accountsos-agent-plugin-log-expense/SKILL.md

Terminal
mkdir -p ~/.claude/skills/thriveventurelabs-accountsos-agent-plugin-log-expense && curl -fsSL https://raw.githubusercontent.com/thriveventurelabs/accountsos-agent-plugin/HEAD/commands/log-expense.md -o ~/.claude/skills/thriveventurelabs-accountsos-agent-plugin-log-expense/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository