Bookipi
Claude
Cursor
Codex
Cowork
GPT
Cline

Invoicing for Claude & AI agents

Run Bookipi with Claude or code

Bookipi CLI turns invoices, payments, customers, expenses, contracts, and reports into commands. Install it as a Claude Skill and just ask — or clone it and pipe --json into your own agents and apps.

↗ GitHub
0
setup to talk to Claude
--json
on every command
10+
command groups
~5s
to sign in
No terminal, no setup — install the Skill and ask in plain English.
Path A · Talk to Claude

Install once. Then just ask.

Bookipi CLI ships as a Claude Skill — Anthropic's format for teaching Claude a repeatable job. Install the bundle and Claude does the work; you never touch a command line.

1

Download

Grab the latest bookipi-cli.skill from GitHub Releases.

bookipi-cli.skill ↓
2

Double-click

Cowork or Claude Desktop installs it. It appears in your Skills list.

→ added to Skills
3

Ask

Type what you need in plain English. Drag in a receipt to log an expense.

"Who owes me money?"
Claude · bookipi-cli skill
You
Who's overdue?
Claude
Two invoices are overdue — INV-650 (Acme, $5,000, 12 days) and INV-661 (Stark, $12,000, 4 days). Want me to send reminders?
You
Yes, both.
Claude
Done — reminders sent to Acme and Stark. ✅
Everything that sends, charges, or records pauses for your confirmation first.
A full back office, just by asking

Everything you'd otherwise do by hand

No new app to learn and no screens to click through — describe what you want and Claude runs it for you.

Invoicing & payments

Billing, just by asking

"Invoice Acme $5,000 for consulting and send it." Claude creates, sends, and chases invoices and card payments — you just approve.

Bookipi invoice with line items, totals, and a Send button
Customer 360

Know any customer instantly

"Pull up Acme." Get their full history — invoices, payments, what they owe, past proposals — without digging through screens.

Bookipi customer profile with contact details, open invoices, and payment history
Reports & dashboards

Reports on request

"Show me last quarter." Ask for a dashboard or a revenue summary and get it back ready to read or share — no spreadsheets.

Bookipi revenue dashboard with charts for invoiced, paid, and outstanding amounts
Beyond Claude

Built for autonomous AI agents

Not every agent is Claude. Bookipi CLI ships a machine-readable llm.txt — a manifest any autonomous agent can fetch to discover the command set and install itself, no human in the loop.

An agent reads the manifest, runs the install line, and starts working. It's how you plug a business back office into a system that has to operate on its own.

curl -s https://bookipi.com/llm.txt
llm.txt
# Bookipi CLI

> Build agents & tools on a business's back office:
> invoices, payments, customers, expenses,
> reports, proposals, contracts.

## Install
git clone github.com/Bookipi-Group/bookipi-agent-cli-release
bookipi init        # set up workspace + sign in

## Auth (headless)
export BOOKIPI_TOKEN=...

## Commands (default markdown; add --json)
invoice   list|get|preview|create|send|remind
customer  list|get|create|send-email
expense   scan|upload|create
report    summary|dashboard|insights|digest
deal      list|create|update
proposal  generate|send|duplicate|delete
contract  create-from-proposal|finalize|send

# Full manifest at /llm.txt
Safe by default

Built to be trusted with real money

A back office an agent can drive — without handing over the keys.

You approve what matters

Nothing is sent, charged, or recorded until you say yes. Claude drafts and proposes; the decision stays with you.

First-party and private

Published by Bookipi and talking only to Bookipi's own servers. Your sign-in stays scoped to your workspace, never shared.

Predictable enough to automate

The same request gives the same result every time — reliable enough to wire into a nightly job and stop thinking about.

Questions

Bookipi CLI FAQs

A Skill is a packaged capability — instructions plus the tool itself — that Claude loads automatically when it's relevant to what you ask. Bookipi CLI ships as one, so once it's installed Claude can run your invoicing, expenses, and reports for you.

No. If you're using the Skill in Claude, you just type what you want in plain English — no terminal, no commands. The command line is only there for developers who want to script against it directly.

Use the Skill if you want Claude to handle your back office through conversation. Use the CLI directly if you're a developer wiring Bookipi into your own agents, automations, or product. It's the same tool underneath.

Anywhere Claude runs it for you — Claude Cowork, Claude Desktop, and Claude Code. Install the skill bundle once and it appears ready to use in your Skills list.

Only install skills from sources you trust — that's Anthropic's own guidance. Bookipi CLI is published by Bookipi and talks only to Bookipi's servers, and you sign in with your own account, so you stay in control of what it can access.

It runs as a normal command-line tool. Your agent calls commands and reads back structured results, no heavy setup to maintain.

Anything that can run a shell command: Claude Code, Cursor, Codex, and more. A matching skills bundle ships alongside.

Each person connects their own Bookipi account via a one-time OAuth login, you build on top of their authenticated session.

Actions that send or charge always ask for a clear confirmation first, so nothing irreversible happens without your say-so.

AI agents with real billing actions, automations (overdue reminders, digests), integrations into your stack, or invoicing & reporting embedded inside your own product.

Build your next tool on a real back office

Clone it, sign in, and start shipping, no payments API to wire yourself.

Get started ↗