From well
Builds a balance sheet (bilan) from Well workspace posted ledger. Use for financial position queries like assets, liabilities, equity as of a date.
How this skill is triggered — by the user, by Claude, or both
Slash command
/well:balance-sheetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Like the P&L, the balance sheet comes from the **posted ledger**, not from raw documents. It is a point-in-time snapshot: balances of the balance-sheet accounts as of a date.
Like the P&L, the balance sheet comes from the posted ledger, not from raw documents. It is a point-in-time snapshot: balances of the balance-sheet accounts as of a date.
well:querying-well-data):
well_get_schema("ledger_accounts") — chart of accounts. Balance-sheet accounts are the asset/liability/equity classes (French plan comptable: classes 1–5; income-statement classes 6–7 are excluded).well_get_schema("journal_entries") / journal_entry_lines — posted movements with debit/credit and dates.well_get_schema("account_balances") — Well may expose computed balances directly; prefer these when present, they are the canonical balance per account.date _lte <as_of> (a balance sheet is cumulative from inception, not a period).account_balances), then group by class:
account_balances.Say the books aren't posted yet. A bank accounts + account_balances snapshot can give a cash position (not a balance sheet) as a clearly-labelled fallback.
Two columns — Actif and Passif — grouped by class with subtotals, the as-of date, the currency, and an explicit "Actif = Passif ✓/✗" balance check.
npx claudepluginhub wellapp-ai/well --plugin wellBuilds profit & loss statements from Well workspace posted accounting ledger. Use for P&L, income statement, or net result queries.
Automates year-end settlement for Japanese accounting: loads config/progress, reviews trial balance, computes depreciation, registers adjustments, verifies BS/PL.
Generates QuickBooks Online financial reports including Profit & Loss, Balance Sheet, Accounts Receivable Aging, Accounts Payable Aging, General Ledger. Covers report parameters, date ranges, column customization, and MSP analysis like client profitability.