← 返回 Skills 市场
kevinl1993

OpenClaw Launcher

作者 kevinL1993 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
121
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install openclaw-launcher
功能描述
Create Windows desktop shortcut and scripts for one-click OpenClaw startup on WSL. Use when: (1) user asks to create/open/fix OpenClaw launcher, (2) user rep...
安全使用建议
Before installing or running these instructions: 1) Inspect every generated .ps1/.bat/.bat keep-alive file — don't run them blindly. 2) Be aware the script reads your WSL OpenClaw config (~/.openclaw/openclaw.json) to extract a token; that token is sensitive and is used locally to open a dashboard URL. 3) netsh interface portproxy changes networking and requires admin privileges; allow it only if you trust the source and understand the change. 4) PowerShell uses -ExecutionPolicy Bypass and hidden execution — this suppresses prompts and reduces protections; prefer to review and run interactively first. 5) SKILL.md appears truncated; get the full instructions before proceeding. 6) If unsure, manually create the shortcut and run the steps one-by-one (or test in a disposable/VM environment). 7) Ensure Python + Pillow are installed if you need icon conversion, and back up any existing files the scripts may overwrite.
功能分析
Type: OpenClaw Skill Name: openclaw-launcher Version: 1.1.0 The openclaw-launcher skill bundle (SKILL.md) automates the creation of a Windows-to-WSL bridge using several high-risk techniques: it extracts a 40-character authentication token from a local configuration file (~/.openclaw/openclaw.json), modifies system-wide network settings using `netsh interface portproxy` (requiring administrative privileges), and creates hidden background processes while bypassing PowerShell execution policies. Although these actions are technically consistent with the stated goal of facilitating a one-click startup for the OpenClaw dashboard, the combination of credential extraction and administrative network manipulation represents a significant security surface.
能力评估
Purpose & Capability
The name/description (create Windows shortcut + scripts for one-click OpenClaw startup on WSL) matches the instructions: creating a scripts directory, writing .ps1/.bat launchers, configuring netsh portproxy, starting a systemd user service in WSL, keep-alive process, and optionally converting icons. All requested actions are coherent with the stated purpose.
Instruction Scope
Instructions stay within the launcher scope but include sensitive and high-impact steps: reading ~/.openclaw/openclaw.json inside WSL to extract a token, adding/removing netsh portproxy entries (requires admin), and using PowerShell -ExecutionPolicy Bypass to run hidden scripts. Also the provided SKILL.md appears truncated at the end (final shortcut-creation block is incomplete); you should not run commands until the full instructions are available and you inspect generated files.
Install Mechanism
No install spec or code files are present (instruction-only). Nothing is downloaded or written by an installer — risk from install mechanism is minimal.
Credentials
The skill declares no environment variables or credentials, which is appropriate. However, it explicitly reads a local OpenClaw config file in WSL to extract a token (sensitive secret material) and constructs a dashboard URL including that token. That behavior is proportionate to building an auto-login launcher but is sensitive and should be explicitly reviewed by the user.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or global agent settings. The only elevated action implied is running netsh portproxy (requires administrator rights), which is typical for binding Windows localhost to WSL IP but should be granted consciously.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-launcher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-launcher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Fixed: Token extraction now uses [regex]::Match() for reliability. Fixed: Keep-alive now uses pre-created batch file to prevent gateway stopping. Added: Admin privilege warning for portproxy. Security: Removed hardcoded usernames.
v1.0.2
Revert to v1.0.0 without security notice (content unchanged)
v1.0.1
Add security notice about token access and portproxy modification
v1.0.0
Initial release: Windows desktop shortcut for one-click OpenClaw startup via WSL
元数据
Slug openclaw-launcher
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

OpenClaw Launcher 是什么?

Create Windows desktop shortcut and scripts for one-click OpenClaw startup on WSL. Use when: (1) user asks to create/open/fix OpenClaw launcher, (2) user rep... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 OpenClaw Launcher?

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

OpenClaw Launcher 是免费的吗?

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

OpenClaw Launcher 支持哪些平台?

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

谁开发了 OpenClaw Launcher?

由 kevinL1993(@kevinl1993)开发并维护,当前版本 v1.1.0。

💬 留言讨论