Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计通过

financial-reporting-dashboard财务报告仪表板

Agent Skill

financial-reporting-dashboard 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

674

周安装

27

GitHub Stars

19

下载量

218
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:financial-reporting-dashboard(财务报告仪表板)
来源仓库:https://github.com/finsilabs/awesome-ecommerce-skills
仓库路径:skills/financial-reporting-dashboard
安装命令:
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill financial-reporting-dashboard
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill financial-reporting-dashboard

简介

financial-reporting-dashboard 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 当前顶部介绍为空,需参考原始 SKILL.md 获取详细功能说明。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Financial Reporting Dashboard

Overview

A financial reporting dashboard consolidates your three core financial statements — P&L (Income Statement), Balance Sheet, and Cash Flow — into an interactive view that management, investors, and board members can navigate without requesting custom reports from finance.

For ecommerce businesses, the most valuable feature is drill-down: the ability to see total gross margin and then click through to gross margin by product category, channel, or geography. This transforms static financials into an investigation tool.

This skill guides you through connecting your accounting system to a dashboard layer, structuring the ecommerce-specific P&L, and building drill-down reports using your platform data.

When to Use This Skill

  • When your CFO or investors request monthly P&L and cash position reports
  • When replacing manual spreadsheet-based financials with an automated dashboard
  • When you need drill-down from consolidated totals to channel, product category, or SKU level
  • When preparing for a board meeting, fundraise, or M&A process
  • When your accounting system does not produce ecommerce-specific breakdowns
  • When you need to reconcile revenue in your ecommerce platform against your GL

Core Instructions

Step 1: Connect your accounting system to your platform

A financial reporting dashboard must be built on your accounting system (QuickBooks, Xero, NetSuite), not on your ecommerce platform data alone. Platform revenue data diverges from GAAP financials due to recognition timing, payout lags, and adjustments.

Ecommerce platform → accounting system integrations:

Ecommerce PlatformAccounting SystemRecommended Integration
ShopifyQuickBooks OnlineA2X (Shopify App Store) — reconciles Shopify payouts to period-matched QBO journal entries
ShopifyXeroA2X for Xero — same; creates summary journal entries per payout period
ShopifyBothFinaloop (Shopify App Store) — automated bookkeeping designed for Shopify; handles COGS, inventory, and financial statements
WooCommerceQuickBooks OnlineWooCommerce QuickBooks plugin (WooCommerce.com, $79/yr)
WooCommerceXeroWooCommerce Xero extension (WooCommerce.com, $79/yr)
BigCommerceQuickBooks OnlineWebgility (BigCommerce App Marketplace)
BigCommerceXeroAmaka (BigCommerce App Marketplace)

A2X setup for Shopify (most common workflow):

  1. Install A2X from the Shopify App Store
  2. Connect A2X to your QuickBooks Online or Xero account
  3. Map Shopify transaction types (sales, refunds, shipping, discounts, fees) to your chart of accounts
  4. A2X creates one summary journal entry per Shopify payout period — matches what hits your bank account with the accounting entries

Step 2: Structure the ecommerce P&L

The ecommerce P&L has a specific structure that differs from a generic income statement:

INCOME STATEMENT
─────────────────────────────────────────
Gross Revenue (total selling price × units)
  - Returns & Refunds
  - Discounts & Promotions
= Net Revenue

  - Cost of Goods Sold
    Product cost (weighted average or FIFO)
    Inbound freight & duties
= Gross Profit
  Gross Margin % = Gross Profit / Net Revenue × 100

Operating Expenses
  - Fulfillment & Shipping (outbound, 3PL)
  - Marketing & Advertising (Meta, Google, TikTok, email)
  - Technology & Platform fees (Shopify, apps, SaaS)
  - Customer Service payroll
  - G&A (salaries, rent, legal, accounting)
  - Depreciation & Amortization
= Total Operating Expenses

= EBITDA (Net Revenue - COGS - OpEx + D&A)
= EBIT  (Net Revenue - COGS - OpEx)

  Interest income / expense
  FX gains/losses
= EBT
  Income tax
= Net Income

Set up chart of accounts in QuickBooks / Xero with separate accounts for each ecommerce-specific line item. This is what enables channel and category drill-down later.

Step 3: Build the financial reporting dashboard


Shopify

Option A: QuickBooks Online Reporting (recommended starting point)

  1. Connect Shopify to QuickBooks via A2X (see Step 1)
  2. In QuickBooks, go to Reports → Profit and Loss — generate monthly P&L with comparison to prior period or budget
  3. Go to Reports → Profit and Loss Detail for transaction-level drill-down
  4. For board reporting: use QuickBooks Advanced which provides customizable dashboards and scheduled report emails

Option B: Xero Reporting

  1. In Xero, go to Accounting → Reports → Profit and Loss — configure date range, comparison period, and layout
  2. Enable Tracking Categories in Xero (Settings → Advanced → Tracking Categories) — create categories for "Channel" (DTC, Amazon, Wholesale) and "Department" to get drill-down in P&L
  3. Tag transactions by channel as they are entered; Xero P&L then shows margin by channel automatically

Option C: Google Looker Studio (free, for visual dashboards)

  1. Connect QuickBooks or Xero to Google Sheets using Coupler.io or G-Accon (exports accounting data to Google Sheets on a schedule)
  2. Build a Looker Studio report on top of the Google Sheet data: add scorecards for Net Revenue, Gross Margin %, and EBITDA; add a time-series chart for monthly P&L trend; add a bar chart for expense category breakdown
  3. Share the Looker Studio URL with board members — auto-refreshes when the Google Sheet updates

Option D: Finaloop (fully automated Shopify bookkeeping + reporting)

  1. Install Finaloop from the Shopify App Store
  2. Finaloop handles all bookkeeping automatically: categorizes Shopify transactions, tracks COGS, and generates GAAP-ready P&L, balance sheet, and cash flow statements
  3. Financial statements are available in the Finaloop dashboard and exportable to PDF; integrates with QuickBooks and Xero

WooCommerce

  1. Connect WooCommerce to your accounting system (QuickBooks via the WooCommerce QuickBooks plugin or Xero via the Xero extension)
  2. Use your accounting system's reporting (QuickBooks Reports → P&L or Xero → Profit and Loss) as the primary financial reporting layer
  3. For WooCommerce-specific drill-down by product/category, use Metorik alongside your accounting system — Metorik provides product-level and category-level revenue and margin, while your accounting system provides the GAAP-accurate totals
  4. For a unified view: export monthly P&L from QuickBooks/Xero to Google Sheets and export Metorik channel/product breakdown to a second sheet; build a Looker Studio dashboard that combines both

BigCommerce

  1. Connect BigCommerce to accounting via Webgility (QuickBooks) or Amaka (Xero)
  2. Use your accounting system for financial statements
  3. Glew.io (BigCommerce App Marketplace) provides ecommerce-specific financial analytics including gross margin by product, channel, and customer segment — complement your accounting system's P&L with Glew's operational margin view

Step 4: Add drill-down capabilities

The value of a financial reporting dashboard over static statements is drill-down. Set up these dimensions in your reporting:

By channel (DTC vs. Amazon vs. Wholesale):

  • In QuickBooks: Use Classes (QuickBooks Advanced) to tag transactions by channel; run P&L by class
  • In Xero: Use Tracking Categories as described above
  • In Looker Studio: Add a channel filter that refreshes all charts based on the selected channel

By product category:

  • Map your product categories to your accounting system's chart of accounts
  • Alternatively, use your ecommerce platform's analytics (Shopify Analytics → Sales by product, Metorik → Products) for product-level margin, and your accounting system for company-level totals

By time period:

  • All accounting systems support P&L comparison: current month vs. prior month, current month vs. prior year same month, YTD vs. prior YTD
  • For trailing-12-month views and rolling period analysis, use Google Looker Studio or a BI tool connected to your data warehouse

Step 5: Automate report distribution

Replace email attachments with shared dashboard links:

Scheduled reports in QuickBooks:

  1. Go to Reports → [Report Name] → Save and Schedule
  2. Set schedule: monthly, on the 5th business day after month close
  3. Add recipients (CFO, CEO, board members) — they receive the report by email with the latest numbers

Scheduled reports in Xero:

  1. Xero does not natively schedule report emails, but you can use G-Accon for Xero (Google Sheets add-on) to automatically refresh Xero data in Sheets and trigger email distribution via Apps Script

Board reporting package: For board meetings, produce a standard 1-page financial summary with:

  • Net Revenue vs. budget (current month and YTD)
  • Gross Margin % vs. prior year
  • EBITDA vs. budget
  • Cash balance and runway
  • Top 3 variance explanations

Most accounting systems can produce this as a PDF report; automate generation with QuickBooks Advanced or Xero's scheduled reporting.

Best Practices

  • Build on your accounting system, not platform data — Shopify gross sales and accounting net revenue are not the same number; always report from your GL, not the ecommerce platform API
  • Automate period closes — set up a monthly job that locks financial facts as of period close; do not allow historical periods to change; post adjusting entries in the current period
  • Show percentage metrics alongside absolute values — gross margin % is more comparable across periods than gross margin dollars; always show both
  • Define currency and rounding conventions — document whether numbers are in whole dollars or thousands; handle multi-currency consolidation explicitly
  • Build a data freshness indicator — show the last-updated timestamp prominently on dashboards so users know whether they are looking at yesterday's close or real-time data
  • Annotate unusual variances — allow the finance team to add text annotations to period variances explaining one-time items (inventory write-down, marketing launch surge)

Common Pitfalls

ProblemSolution
Building on raw platform data instead of accounting systemShopify/WooCommerce platform data includes pending orders, authorization holds, and pre-recognition amounts; always build financial reports from your GL
Mixing cash and accrual basisIf your accounting system is accrual-based, all financial statements must be accrual-based; do not add Stripe payout data (cash-basis) directly into an accrual P&L
Returns not handled in the correct periodA return processed in April for a March purchase should be a March adjustment; set up a returns reserve methodology in your accounting system
Dashboard loads from raw transaction tables (too slow)Pre-aggregate monthly financial summaries; serve financial dashboards from aggregated tables, not live transaction queries
No variance commentary workflowA dashboard showing a 30% margin decline is useless without explanation; build a Notion or Slack workflow where the finance team adds commentary on variances before sharing with leadership

Related Skills

  • @financial-analytics-dashboard
  • @cash-flow-forecasting
  • @ecommerce-budgeting-forecasting
  • @revenue-recognition-accounting
  • @profit-margin-analysis

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.76%
按下载量换算71

Claude

30.81%
按下载量换算67

Cursor

18.95%
按下载量换算41

Gemini CLI

8.21%
按下载量换算18

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills