
by Wells Fargo
No reviews yetGenerate operating, investing, and financing cash flow statements from Wells Fargo transaction data stored in SerenDB.
bank-statement-processing skill must have completed at least one successful run with SerenDB sync enabled.wf_transactions and wf_txn_categories tables.wf_transactions, wf_txn_categories).wf_cashflow_* tables (never modifies upstream data).resolve_serendb connects to SerenDB using the same resolution chain as bank-statement-processing.query_transactions fetches categorized transactions for the requested date range.classify_activities maps transaction categories to Operating, Investing, or Financing activities using config/activity_map.json.build_statement aggregates activities into a cash flow statement.render_report produces Markdown and JSON output files.persist_statement upserts the cash flow snapshot into SerenDB.cd wellsfargo/cash-flow-statement
python3 -m pip install -r requirements.txt
cp .env.example .env
cp config.example.json config.json
python3 scripts/run.py --config config.json --months 12 --out artifacts/cash-flow-statement
python3 scripts/run.py --config config.json --start 2025-01-01 --end 2025-12-31 --out artifacts/cash-flow-statement
# Last 12 months (default)
python3 scripts/run.py --config config.json --months 12 --out artifacts/cash-flow-statement
# Specific date range
python3 scripts/run.py --config config.json --start 2025-06-01 --end 2025-12-31 --out artifacts/cash-flow-statement
# Skip SerenDB persistence (local reports only)
python3 scripts/run.py --config config.json --months 12 --skip-persist --out artifacts/cash-flow-statement
artifacts/cash-flow-statement/reports/<run_id>.mdartifacts/cash-flow-statement/reports/<run_id>.jsonartifacts/cash-flow-statement/exports/<run_id>.activities.jsonlwf_cashflow_runs - cash flow statement generation runswf_cashflow_activities - individual activity line items per runwf_cashflow_snapshots - summary totals per runv_wf_cashflow_latest - most recent cash flow snapshotv_wf_cashflow_by_month - monthly cash flow breakdown by activityFree
npx skills add serenorg/seren-skillsSelect “Wells Fargo Cash Flow Statement” when prompted
openclaw install wellsfargo-cash-flow-statementSee install page for setup instructions
Wells Fargo
Added March 3, 2026