AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Multi Entity

skill-openaccountant-skills-multi-entity · by openaccountant

>

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add skill-openaccountant-skills-multi-entity

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-openaccountant-skills-multi-entity)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Multi Entity? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Multi-Entity Financial Management

Overview

Track and report on finances across multiple businesses, LLCs, or legal entities from a single view. Prevents commingling, generates per-entity reports, and provides a consolidated overview.

Wilson Tools Used

  • transaction_search — query transactions filtered by entity (using account, tag, or category prefix) to isolate each business
  • spending_summary — generate per-entity spending summaries for comparison
  • export_transactions — export entity-specific transaction sets for accountants or tax filing

Workflow

  1. Ask the user to define their entities and how they are separated (separate bank accounts, category prefixes, tags, or description patterns).
  2. For each entity, use transaction_search with the appropriate filter:
  • By account: search transactions from the specific bank account
  • By tag/prefix: search for transactions tagged or prefixed with the entity name (e.g., "LLC1:" or "rental:")
  1. Use spending_summary for each entity over the same period.
  2. Generate per-entity P&L summaries plus a consolidated view:
MULTI-ENTITY SUMMARY — [Period]
═══════════════════════════════════════════════════════
                    Entity A    Entity B    Consolidated
                    (Consulting) (SaaS)
───────────────────────────────────────────────────────
Revenue              $45,000     $22,000       $67,000
Expenses            ($28,000)   ($18,000)     ($46,000)
Net Income           $17,000      $4,000       $21,000
Net Margin             37.8%       18.2%         31.3%

Cash Balance         $32,000     $14,000       $46,000
───────────────────────────────────────────────────────
Inter-Entity Transfers: $2,500 (A → B)
═══════════════════════════════════════════════════════
  1. Flag any inter-entity transfers (payments between your own accounts/entities) and exclude them from revenue and expense totals to avoid double-counting.
  2. Use export_transactions to create separate CSV files per entity for tax preparation.
  3. Alert on commingling: flag personal expenses in business accounts or business expenses in personal accounts.

Without Wilson

  1. If each entity has a separate bank account (recommended), export each account's transactions as a separate CSV file.
  2. If entities share a bank account (not recommended but common), export all transactions and add an "Entity" column. Tag each transaction manually.
  3. Create separate spreadsheet tabs per entity. For each: pivot by category, sum income and expenses.
  4. For the consolidated view, create a summary tab that references each entity tab: =EntityA!TotalRevenue + EntityB!TotalRevenue.
  5. Track inter-entity transfers: search for transfers between your accounts. Mark these as "Transfer" category and exclude from income/expense totals.
  6. For tax filing, each entity files separately. LLCs file Schedule C (single-member) or Form 1065 (multi-member). S-corps file Form 1120-S. Keep transaction exports separated by EIN.
  7. Use separate QuickBooks files or Xero organizations per entity. QBO allows up to 25 companies per subscription.

Important Notes

  • Separate bank accounts per entity is strongly recommended. Commingling funds can pierce the corporate veil and remove liability protection.
  • Inter-entity transactions (loans, payments, shared expenses) must be tracked carefully. They are not income or expenses — they are transfers.
  • If one entity pays a shared expense (e.g., office rent), split it proportionally and record an inter-entity receivable/payable.
  • Each entity should have its own EIN. Do not use one EIN for multiple entities.
  • Consult a CPA for multi-entity tax strategy. Entity structure (LLC, S-corp, C-corp) significantly affects tax liability.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.