QClaw Restart

v1.0.4

Prompt user to confirm before restarting QClaw by closing all its processes, waiting 5 seconds, then relaunching via its desktop or Start Menu shortcut.

0· 134·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (restart QClaw) match the SKILL.md: it locates running QClaw processes, closes them, waits, and relaunches. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
The runtime instructions create and execute a PowerShell script in the agent workspace and operate on local processes. This is expected for a restart helper, but the agent will write a file to <workspace> and run it with ExecutionPolicy Bypass — the script contents should be reviewed before execution. The script also force-stops processes if they don't close, which may cause data loss; this is documented in the SKILL.md.
Install Mechanism
No install spec or external downloads; instruction-only skill (lowest install risk).
Credentials
No environment variables, credentials, or config paths are requested. The script reads only $env:OS (to check Windows) and queries running processes, which is proportional to the task.
Persistence & Privilege
The skill does write a restart script into the agent <workspace> (its own working area) if missing, but it does not request permanent 'always' inclusion or modify other skills. Writing a file to workspace is normal but worth noting.
Assessment
This skill appears to do what it says, but review before allowing it to run: (1) Confirm the agent always asks you for explicit confirmation before restarting (SKILL.md requires this). (2) Inspect the generated <workspace>/restart-qclaw.ps1 file before execution — the script runs with PowerShell ExecutionPolicy Bypass, which lets it execute without usual restrictions. (3) Be aware it will force-stop QClaw processes that don't close, which can lose unsaved work. (4) Ensure the process name "QClaw" uniquely identifies the intended application so the script doesn't affect other programs. (5) Only use on Windows as documented.

Like a lobster shell, security has layers — review code before you run it.

latestvk973z8x6tyvegr0f3b9xz96wy583652y

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments