Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Add agent self-signup API for zero-friction onboarding
What This Skill Does
AccountsOS is accounting infrastructure for UK micro-businesses, covering Ltd companies and sole traders. It tracks income and expenses, calculates VAT, monitors filing deadlines, and stores documents. Agents interact with it directly via API, with AI-assisted transaction categorization built in.
Agents can create an AccountsOS account programmatically and start logging transactions immediately, with no manual dashboard setup required.
When to use it
- Logging a Figma or AWS subscription expense mentioned in conversation
- Checking VAT owed before a quarterly HMRC deadline
- Getting alerts when corporation tax or confirmation statement is due within 7 days
- Reviewing overdue invoices and surfacing which clients are late
- Running a weekly P&L summary without opening any accounting software
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: 'Can you do my weekly finance check?'
- 1Call get_balance to retrieve current account balance
- 2Call get_transactions with from_date set to 7 days ago and sum income vs expenses
- 3Call get_deadlines and filter for items due within 14 days
- 4Call get_vat_summary to retrieve current VAT owed and due date
- 5Return a summary of balance, weekly P&L, urgent deadlines, and VAT position
A plain-text summary: current balance, this week's income and expenses, any deadlines in the next two weeks, and VAT owed
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.