Weekly Check banner
thriveventurelabs thriveventurelabs

Weekly Check

Development community

Description

--- name: weekly-check description: Full weekly financial review — balance, transactions, deadlines, VAT position, invoices, and DLA. --- # Weekly Financial Check Run a comprehensive review of the business finances. Use the AccountsOS tools to gather all data, then present a clear summary. ## Steps 1. **Get current balance** using `get_balance`. Report the current balance and any pending amounts. 2. **Get this week's transactions** using `get_transactions` with `from_date` set to 7 days ago

Installation

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

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

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

Full documentation available on GitHub

View Source Repository