financial-overview
v1.0.0Get a complete financial overview of the business including balance, recent transactions, outstanding invoices, and upcoming tax obligations. Use when the user asks about their financial status, dashboard, summary, or "how is my business doing?
Installation
Please help me install the skill `financial-overview` from SkillHub official store.
npx skills add stanlee000/financial-overview
Provide a comprehensive financial overview by gathering data from multiple sources:
- Company details: Call
get_company_detailsto get the business name and context - Current balance: Call
get_company_balanceto show available funds - Recent transactions: Call
search_transactionswith a recent date range (last 30 days) to show cash flow - Outstanding invoices: Call
list_invoicesand highlight unpaid or overdue ones - Tax status: Call
get_vat_next_reportto show upcoming tax deadlines andget_company_tax_statisticsfor the tax overview
Present the information in a clear, structured format:
- Start with the company name and current balance
- Show a brief income vs expenses summary from recent transactions
- List any overdue invoices that need attention
- Highlight upcoming tax deadlines
- End with actionable recommendations (e.g., "You have 3 overdue invoices totaling X EUR")
Use EUR currency formatting. Be concise but thorough.