install
source · Clone the upstream repo
git clone https://github.com/GeorgeDoors888/GB-Power-Market-JJ
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/GeorgeDoors888/GB-Power-Market-JJ "$T" && mkdir -p ~/.claude/skills && cp -r "$T/openclaw-skills/skills/alenzhu72/sshot" ~/.claude/skills/georgedoors888-gb-power-market-jj-sshot && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/GeorgeDoors888/GB-Power-Market-JJ "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/openclaw-skills/skills/alenzhu72/sshot" ~/.openclaw/skills/georgedoors888-gb-power-market-jj-sshot && rm -rf "$T"
manifest:
openclaw-skills/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).