install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/alenzhu72/sshot" ~/.claude/skills/openclaw-skills-sshot && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/alenzhu72/sshot" ~/.openclaw/skills/openclaw-skills-sshot && rm -rf "$T"
manifest:
skills/alenzhu72/sshot/SKILL.mdsource content
When the user types
/sshot, take a full screen screenshot.
Use
system.run on node My Windows Node.
Execute:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -File "C:\Users\AlenZhu.openclaw\scripts\sshot.ps1"
Wait until the command finishes and return stdout (screenshot file path).