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

scf-deep-analysisSCF 深度分析

Agent Skill

scf-deep-analysis 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,915

周安装

294

GitHub Stars

公开资料未说明

下载量

2,423
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install scf-deep-analysis

简介

为 QBO 客户提供现金流量表深入分析,计算自由现金流等指标。

  • 适用于财务健康和营运资金驱动因素诊断。
  • 输出控制者级财务洞察报告。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 需确认 QBO 连接权限和数据脱敏机制。
  • scf-deep-analysis 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
SCF Deep Analysis
slug
scf-deep-analysis
version
1.0.0
description
>
tags
negative_boundaries

SCF Deep Analysis — SKILL.md

What This Skill Does

Runs a controller-level Statement of Cash Flows deep analysis for a QBO-connected client. Extends the SCF Quick Compare with:

  • CF Quality Ratio: Operating CF ÷ Net Income (>1.0 = cash-backed quality earnings)
  • Free Cash Flow: Operating CF − CapEx (pulled from investing section)
  • Working Capital Movement: AR, AP, Inventory, Prepaid — which WC components drove operating CF changes
  • 3-Month Rolling Averages: Per-account and per-section CF trend baseline
  • GL Drill-Down: Vendor-level transaction detail for every flagged CF account
  • Controller Findings: Plain-English narratives with urgency — "Operating CF decreased 15% because AR increased $8K (collections lagging) while AP decreased $4K (paying faster)"
  • Action Proposals: Specific, actionable recommendations (HIGH / MEDIUM / LOW urgency)
  • CDC: Tracks what changed in CF since last run

Output: Excel workbook with 7 tabs: Summary | Detail | ⚠ Flags | GL Drill-Down | Working Capital Movement | Controller Findings | CDC Log

When To Use

  • Monthly close: controller-level CF review beyond the Quick Compare
  • Client with CF concerns (declining operating CF, negative FCF, low CF quality)
  • Board prep: need to explain *why* cash changed this period
  • Internal review: identify AR collection problems, AP timing, capex overruns

When NOT To Use

  • Quick period-over-period CF snapshot → use scf-quick-compare.py instead
  • P&L variance analysis → use pl-deep-analysis.py
  • Budget vs. actual → use budget-vs-actual skill
  • Non-QBO clients (no integration) → use bank-reconciliation skill

Prerequisites

  • QBO client connected for the slug
  • QBO auth token configured
  • openpyxl installed: pip install openpyxl
  • Node.js available on PATH

Script Location

scripts/pipelines/scf-deep-analysis.py

Usage

# Basic: current month vs. prior month (auto-calculated)
python3 scripts/pipelines/scf-deep-analysis.py \
  --slug my-client \
  --current-start 2026-03-01 --current-end 2026-03-31

# Explicit prior period
python3 scripts/pipelines/scf-deep-analysis.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
python3 scripts/pipelines/scf-deep-analysis.py \
  --slug my-client --ytd --year 2026

# Skip GL drill-down (faster — use when GL is unavailable or not needed)
python3 scripts/pipelines/scf-deep-analysis.py \
  --slug my-client \
  --current-start 2026-03-01 --current-end 2026-03-31 --skip-gl

# Custom output directory
python3 scripts/pipelines/scf-deep-analysis.py \
  --slug glowlabs \
  --current-start 2026-03-01 --current-end 2026-03-31 \
  --out ~/Desktop/reports

# Sandbox mode (QBO sandbox environment)
python3 scripts/pipelines/scf-deep-analysis.py \
  --slug glowlabs \
  --current-start 2026-03-01 --current-end 2026-03-31 --sandbox

Arguments

ArgumentRequiredDescription
--slugCompany slug (must match qbo-client connection)
--current-start✅*Current period start YYYY-MM-DD
--current-end✅*Current period end YYYY-MM-DD
--prior-startPrior period start — auto-calculated if omitted
--prior-endPrior period end — auto-calculated if omitted
--ytdYTD mode: Jan 1 → end of last completed month
--yearYear for --ytd (default: current year)
--skip-glSkip GL drill-down (faster run)
--outOutput directory (default: ~/Desktop)
--sandboxUse QBO sandbox environment

*Required unless --ytd is used.

Pipeline Steps (8 Steps)

  1. Pull CF — current + prior period CF from QBO via report {slug} cf
  2. Pull P&L — current + prior period P&L for Net Income extraction (CF quality ratio)
  3. Rolling Averages — pull 3 prior months of CF; compute per-account and per-section averages
  4. CDC — compare current flat map vs. .cache/scf-deep-analysis/{slug}.json
  5. CF Quality + FCF — compute ratio + extract CapEx from investing section
  6. Working Capital Movement — classify AR / AP / Inventory / Prepaid from operating section
  7. Variance + Flags + GL — flag material variances (≥10% or ≥$2,500); pull GL for flagged accounts
  8. Controller Findings — generate narrative findings with urgency and action proposals

Output: Excel Workbook (7 Tabs)

Tab 1: Summary

  • Section totals: Operating / Investing / Financing / Net Change / Beginning / Ending Cash
  • vs. prior period + 3-month rolling average
  • CF Quality Ratio block (with color coding)
  • Free Cash Flow calculation
  • Controller Findings summary (top 8 findings, HIGH in red)

Tab 2: Detail

  • Every CF line item with prior period, current period, $ variance, % variance, rolling avg
  • Section-grouped with color bands (Operating = blue, Investing = yellow, Financing = purple)
  • F/U column (Favorable = more cash, Unfavorable = less cash)

Tab 3: ⚠ Flags

  • Material variances only: ≥10% change OR ≥$2,500 absolute delta
  • Includes rolling avg comparison
  • Sorted by absolute dollar variance

Tab 4: GL Drill-Down

  • Vendor-level transaction detail for every flagged account
  • Top 3 vendor contributors shown in sub-header per account
  • Max 50 transactions per account
  • Skipped if --skip-gl flag used

Tab 5: Working Capital Movement

  • AR, AP, Inventory, Prepaid, Other WC — current vs. prior vs. delta
  • Cash Impact column (Source / Use)
  • Plain-English analysis note per component (e.g., "AR increased $8K — collections lagging sales")
  • Total WC impact row

Tab 6: Controller Findings

  • Full narrative findings sorted HIGH → MEDIUM → LOW
  • Detail / GL attribution per finding
  • Specific recommended action per finding
  • $ Impact column

Tab 7: CDC Log

  • All accounts/line items that changed vs. last cached run
  • Prior value, current value, $ delta, % change, note (New / Changed / Removed)
  • Color coded: green = cash increased, red = cash decreased

Cache

.cache/scf-deep-analysis/{slug}.json

Stored after each run. Contains:

  • flat_map — all CF line items and amounts
  • totals — section totals (operating, investing, financing, net_change, ending_cash)
  • cf_quality — CF quality label
  • fcf — Free Cash Flow amount
  • net_income — Net Income for the period
  • saved_at — ISO date of last run

Key Metrics Explained

CF Quality Ratio

Operating CF / Net Income
RatioQualityColor
≥ 1.0x✅ Quality Earnings — cash-backedGreen
0.5–1.0x⚠ Adequate — partially cash-backedYellow
< 0.5x⚠ Low Quality — accrual-heavyOrange
< 0🔴 Cash Drain — cash negative despite reported profitRed

Free Cash Flow

FCF = Operating CF + CapEx (CapEx is negative outflow, so this subtracts it)

CapEx detected by keyword matching in investing section (equipment, property, asset, capital expenditure, etc.)

Working Capital Movement (in Operating section)

  • AR change (negative = AR grew = cash used; positive = AR shrank = cash released)
  • AP change (positive = AP grew = cash deferred; negative = AP shrank = cash paid out)
  • Inventory change (negative = inventory built = cash used; positive = inventory drawn = cash released)
  • Prepaid change (negative = more prepaid = cash used; positive = prepaid expensed = cash released)

Materiality Thresholds

  • Percent threshold: ≥10% change in any CF line item
  • Absolute threshold: ≥$2,500 absolute variance
  • Both thresholds checked — either triggers a flag

Safety Rules

  • Read-only: No writes to QBO — only pulls reports
  • All Decimal math: No floating-point for financial calculations
  • Disclaimer footer: Controller Findings tab includes audit disclaimer
  • Cache separation: Uses .cache/scf-deep-analysis/ — separate from scf-quick-compare cache

Related Pipelines

PipelineUse When
scf-quick-compare.pyQuick CF period-over-period snapshot (4 tabs, no GL)
scf-deep-analysis.pyController-level CF with GL drill-down, CF quality, FCF, WC movement
pl-deep-analysis.pySame depth for P&L (not CF)
budget-builder.pyBuild annual CF budget / BvA

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

76.27%
按下载量换算1,848

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills