← 返回 Skills 市场
chenguangwu

QClaw Restart

作者 chenguangwu · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
181
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install qclaw-restart
功能描述
Prompt user to confirm before restarting QClaw by closing all its processes, waiting 5 seconds, then relaunching via its desktop or Start Menu shortcut.
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: qclaw-restart Version: 1.0.4 The skill is designed to restart the QClaw application on Windows systems. It includes a PowerShell script that identifies the running process, attempts a graceful shutdown before forcing termination, and restarts the application via explorer.exe. The instructions in SKILL.md explicitly require the AI to seek user confirmation before execution, which is a positive security control, and no indicators of malicious intent, data exfiltration, or unauthorized access were found.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qclaw-restart
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qclaw-restart 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Add graceful shutdown (CloseMainWindow) to avoid data loss
v1.0.3
Get path from running process, use explorer to start
v1.0.2
Changed to find QClaw executable instead of shortcut
v1.0.1
Optimized: dynamic path lookup, Windows only, auto-create script
v1.0.0
Initial release - restart QClaw with user confirmation
元数据
Slug qclaw-restart
版本 1.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

QClaw Restart 是什么?

Prompt user to confirm before restarting QClaw by closing all its processes, waiting 5 seconds, then relaunching via its desktop or Start Menu shortcut. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 181 次。

如何安装 QClaw Restart?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install qclaw-restart」即可一键安装,无需额外配置。

QClaw Restart 是免费的吗?

是的,QClaw Restart 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

QClaw Restart 支持哪些平台?

QClaw Restart 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 QClaw Restart?

由 chenguangwu(@chenguangwu)开发并维护,当前版本 v1.0.4。

💬 留言讨论