Openclaw-financial-services fsi-fa-cmd-ppt-template
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-ppt-template" ~/.claude/skills/d-wwei-openclaw-financial-services-fsi-fa-cmd-ppt-template && 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-ppt-template" ~/.openclaw/skills/d-wwei-openclaw-financial-services-fsi-fa-cmd-ppt-template && rm -rf "$T"
manifest:
skills/fsi-fa-cmd-ppt-template/SKILL.mdsource content
PPT Template Creator Command
Create a self-contained PPT template skill from a user-provided PowerPoint template.
Instructions
-
Ask for the template file if not provided:
- "Please provide the path to your PowerPoint template file (.pptx or .potx)"
- The template should contain the slide layouts and branding you want to use
-
Load the ppt-template-creator skill:
- Use the
tool to load the full skill instructionsskill: "ppt-template-creator" - Follow the workflow in the skill to analyze the template and generate a new skill
- Use the
-
Gather additional info:
- Company/template name (for naming the skill)
- Primary use cases (pitch decks, board materials, client presentations, etc.)
-
Execute the skill workflow:
- Analyze template structure (layouts, placeholders, dimensions)
- Generate skill directory with assets/ and SKILL.md
- Create example presentation to validate
- Package the skill
-
Deliver the packaged skill to the user