Openclaw-financial-services fsi-fa-cmd-debug-model

Debug and audit a financial model for errors — usage: /debug-model [path to .xlsx model file]

install
source · Clone the upstream repo
git clone https://github.com/d-wwei/openclaw-financial-services
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/d-wwei/openclaw-financial-services "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/fsi-fa-cmd-debug-model" ~/.claude/skills/d-wwei-openclaw-financial-services-fsi-fa-cmd-debug-model && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/d-wwei/openclaw-financial-services "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/fsi-fa-cmd-debug-model" ~/.openclaw/skills/d-wwei-openclaw-financial-services-fsi-fa-cmd-debug-model && rm -rf "$T"
manifest: skills/fsi-fa-cmd-debug-model/SKILL.md
source content

Load the

check-model
skill and audit the specified financial model for broken formulas, balance sheet imbalances, hardcoded overrides, circular references, and logic errors.

If a file path is provided, use it. Otherwise ask the user for the model to review.