Categorize banner
thriveventurelabs thriveventurelabs

Categorize

Development community

Description

--- name: categorize description: Bulk review and categorize uncategorized transactions. --- # Categorize Transactions Find uncategorized transactions and work through them systematically, applying AI-suggested categories. ## Steps 1. **Get uncategorized transactions** using `get_transactions`. Look for transactions without a category assigned. 2. **Get available categories** using `list_categories` for both `expense` and `income` types. 3. **For each uncategorized transaction**, use `cate

Installation

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

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

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

Full documentation available on GitHub

View Source Repository