Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

scf-quick-compareSCF 快速比较

Agent Skill

scf-quick-compare 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,176

周安装

299

GitHub Stars

公开资料未说明

下载量

2,392
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:scf-quick-compare(SCF 快速比较)
来源仓库:https://github.com/samledger67-dotcom/scf-quick-compare
安装命令:
openclaw skills install scf-quick-compare
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install scf-quick-compare

简介

比较 QuickBooks Online 现金流量表期间差异,输出 Excel 报告。

  • 包含摘要、详细信息等四选项卡分析。
  • 适合财务对账和异常标记场景。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 需确认文件导出路径和格式兼容性。
  • scf-quick-compare 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
SCF Quick Compare
slug
scf-quick-compare
version
1.0.0
description
>
tags
negative_boundaries

SCF Quick Compare — Skill

What This Skill Does

Runs a period-over-period variance analysis on the Statement of Cash Flows (SCF) pulled directly from QuickBooks Online. Outputs a 4-tab Excel workbook: Summary | Detail | Flags | CDC Log.

Mirrors the pl-quick-compare pattern exactly but for the Cash Flow Statement — Operating / Investing / Financing sections, balance validation, and SCF-specific analysis notes on flagged items.

When to Use

Use when:

  • A client needs month-over-month or YTD cash flow variance analysis
  • Reviewing SCF as part of monthly close deliverables
  • Investigating a material shift in operating, investing, or financing cash flows
  • Client asks: "why did our cash position change?" or "what drove the cash swing?"

NOT for:

  • 13-week rolling cash flow forecasting → use cash-flow-forecast.py
  • P&L variance analysis → use pl-quick-compare.py
  • AR aging / collections tracking → use ar-collections
  • Balance sheet analysis (not cash flows)

Script Location

scripts/pipelines/scf-quick-compare.py

Requirements

  • pip install openpyxl (already installed in workspace)
  • Node.js QBO client with valid auth token
  • QBO credentials configured

Usage

# Current month vs. prior month (auto-detects prior)
python3 scripts/pipelines/scf-quick-compare.py \
    --slug my-client \
    --current-start 2026-03-01 --current-end 2026-03-31

# Explicit prior period
python3 scripts/pipelines/scf-quick-compare.py \
    --slug my-client \
    --current-start 2026-02-01 --current-end 2026-02-28 \
    --prior-start 2026-01-01 --prior-end 2026-01-31

# YTD vs prior YTD (Jan 1 → end of last completed month)
python3 scripts/pipelines/scf-quick-compare.py \
    --slug my-client --ytd --year 2026

# Custom output directory
python3 scripts/pipelines/scf-quick-compare.py \
    --slug my-client \
    --current-start 2026-03-01 --current-end 2026-03-31 \
    --out ~/Desktop/reports

# Sandbox mode (QBO sandbox environment)
python3 scripts/pipelines/scf-quick-compare.py \
    --slug my-client \
    --current-start 2026-03-01 --current-end 2026-03-31 \
    --sandbox

Arguments

FlagRequiredDescription
--slugCompany slug (must be connected in qbo-client)
--current-start✅*Current period start date (YYYY-MM-DD)
--current-end✅*Current period end date (YYYY-MM-DD)
--prior-startPrior period start (auto-shifts 1 month if omitted)
--prior-endPrior period end (auto-shifts 1 month if omitted)
--ytd✅*YTD mode (alternative to explicit dates)
--yearYear for --ytd (default: current year)
--outOutput directory (default: ~/Desktop)
--sandboxUse QBO sandbox environment

*Either --current-start/--current-end OR --ytd is required.

Output

Excel file: SCF_QuickCompare_{slug}_{period}.xlsx saved to Desktop (or --out directory).

Tab 1: Summary

  • Operating / Investing / Financing section totals (current vs prior, $ variance, % variance, F/U)
  • Net Change in Cash
  • Beginning and Ending Cash Balance
  • SCF validation: Operating + Investing + Financing = Net Change and Beginning + Net Change = Ending Cash

Tab 2: Detail

  • Every SCF line item with hierarchy preserved
  • Prior period | Current period | $ Variance | % Variance | F/U label
  • Color-coded by section (Operating = blue, Investing = gold, Financing = purple)

Tab 3: ⚠ Flags

  • Material variances: ≥10% change OR ≥$2,500 absolute
  • Analysis note for each flagged item — plain-English explanation of what the variance likely means
  • SCF-specific interpretation (AR buildup, D&A add-back, capex, debt repayment, distributions)

Tab 4: CDC Log

  • Change Data Capture: compares current SCF flat map against last cached run
  • First run: full snapshot saved (no deltas)
  • Subsequent runs: shows exactly what line items changed since last run
  • Cache location: .cache/scf-quick-compare/{slug}.json

SCF Logic

Section Classification

The parser classifies each QBO CF row into sections by keyword matching on row names:

  • Operating: net income, depreciation, amortization, AR, AP, inventory, prepaid, accrued, working capital
  • Investing: equipment, property, asset, purchase, capex, investing
  • Financing: loan, line of credit, note payable, distribution, equity, contribution, SAFE, financing
  • Net Change: net change, net increase/decrease in cash
  • Beginning/Ending Cash: beginning, ending (balance check rows)

Variance F/U Logic

For SCF: positive delta = Favorable (more cash generated/retained vs prior). This is directionally correct for all sections — the goal is always more net cash.

Balance Validation

Net Change = Operating + Investing + Financing      (≤$1 tolerance)
Ending Cash = Beginning Cash + Net Change           (≤$1 tolerance)

Both checks run on both periods and displayed in the Summary tab.

YTD Mode

--ytd: Current = Jan 1 → end of last completed month. Prior = same date range in prior year. Example: run on March 17, 2026 → Current = Jan 1 – Feb 28, 2026 | Prior = Jan 1 – Feb 28, 2025.

Analysis Notes (Flags Tab)

The Flags tab includes an Analysis Note column with SCF-specific interpretation for each material variance:

ItemNote logic
Net IncomeProfitability driver — directs to P&L for root cause
Depreciation / AmortizationNon-cash add-back explanation
Accounts ReceivableAR buildup (cash tied up) vs. collection acceleration
Accounts PayableAP extension (cash benefit) vs. paydown (cash use)
InventoryBuildup (cash use) vs. drawdown (cash release)
Equipment / CapExStrategic capex alert — verify against growth plan
Loan proceeds / repaymentsDebt structure activity — review debt schedule
DistributionsOwner draw alert — verify cash availability
SAFE / EquityCap table activity — verify with investor records
Net ChangeOverall cash generation summary

CDC Cache

.cache/scf-quick-compare/{slug}.json

Stores the flat map of all SCF line names → amounts for the most recent run. On re-run, diffs against the prior cache and shows exactly what changed. Useful for catching mid-month QBO adjustments or reconciliation entries.

Decimal Math

All calculations use Python Decimal with ROUND_HALF_UP — no floating-point rounding errors in financial outputs.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

84.53%
按下载量换算2,022

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills