Openclaw-financial-services fsi-fa-cmd-3-statements
Fill out a 3-statement financial model template — usage: /3-statements [path to template 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-3-statements" ~/.claude/skills/d-wwei-openclaw-financial-services-fsi-fa-cmd-3-statements && 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-3-statements" ~/.openclaw/skills/d-wwei-openclaw-financial-services-fsi-fa-cmd-3-statements && rm -rf "$T"
manifest:
skills/fsi-fa-cmd-3-statements/SKILL.mdsource content
Load the
3-statements skill and populate a 3-statement financial model (Income Statement, Balance Sheet, Cash Flow Statement).
If a file path is provided, use it as the template. Otherwise ask the user for their model template.