LaunchKit · 2026
Back to Skills

accountsos

AI-native accounting for UK micro-businesses.

0
942 downloads
by @paulgosnell

Setup & Installation

openclaw skills install @paulgosnell/accountsos

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install accountsos

Version History

v1.2.0Feb 9, 2026 - Version note by skill developer:

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.

INPUT

User asks: 'Can you do my weekly finance check?'

AGENT
  1. 1Call get_balance to retrieve current account balance
  2. 2Call get_transactions with from_date set to 7 days ago and sum income vs expenses
  3. 3Call get_deadlines and filter for items due within 14 days
  4. 4Call get_vat_summary to retrieve current VAT owed and due date
  5. 5Return a summary of balance, weekly P&L, urgent deadlines, and VAT position
OUTPUT

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.

ACCOUNTSOS_API_KEY environment variableaccounts-os.com account (can be created automatically via agent self-signup endpoint)