ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

sshot

Take full screen screenshot using PowerShell

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alenzhu72/sshot
Or

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

Author@alenzhu72
Stars4473
Views0
Updated2026-05-01
View Author Profile
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.