Back to Registry View Author Profile
Official Verified
sshot
Take full screen screenshot using PowerShell
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alenzhu72/sshotOr
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).
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alenzhu72-sshot": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.