← 返回 Skills 市场
File Launcher
作者
BadWolf-63
· GitHub ↗
· v1.0.0
· MIT-0
98
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install file-launcher
功能描述
This skill allows the assistant to launch files and open them with their default applications.
使用说明 (SKILL.md)
File Launcher Skill
Description
This skill allows the assistant to launch files and open them with their default applications.
Usage
- Ask the assistant to open a specific file
- Request to play a media file
- Ask to launch a program
Notes
- The assistant will use
Invoke-Itemto open files - No need to wait for confirmation as Windows programs are UI-based
- Opens any file for which Windows has a default player or program to manage it
Example Commands
- "Open my playlist"
- "Play the music file"
- "Launch the document"
- "Open the image"
安全使用建议
This skill intends to open files via Windows PowerShell (Invoke-Item) but doesn't declare it's Windows-only and provides no safeguards. Before installing: verify you will only use it on a Windows agent; prefer a version that declares OS compatibility; require explicit user confirmation before launching files; restrict launches to trusted directories or file types; and prefer skills with a known source/homepage so you can audit behavior. If you need cross-platform behavior, reject this skill or ask the author to add OS checks and explicit safeguards.
功能分析
Type: OpenClaw Skill
Name: file-launcher
Version: 1.0.0
The 'file-launcher' skill grants the agent the ability to execute arbitrary files and programs using the PowerShell 'Invoke-Item' command, as documented in SKILL.md. While this behavior is consistent with the stated purpose of opening media or documents, it provides a high-risk primitive for Remote Code Execution (RCE) if the agent is manipulated into launching malicious scripts or system binaries. No explicit evidence of malicious intent or data exfiltration was found, but the lack of path restrictions makes it a significant security risk.
能力评估
Purpose & Capability
The name/description (open/launch files) align with the instructions (use Invoke-Item). However, the instructions require a Windows PowerShell cmdlet (Invoke-Item) while the skill metadata lists no OS restriction — that's an inconsistency. Source/homepage are unknown which reduces traceability.
Instruction Scope
SKILL.md tells the agent to open any file Windows has a default program for and explicitly says "No need to wait for confirmation." It does not require explicit file-path validation, user confirmation, or limit to safe directories. This grants broad discretion to open arbitrary files (including executables) and could lead to unwanted program launches.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk by an installer. This is the lowest install risk.
Credentials
The skill declares no required env vars or credentials (appropriate), but implicitly depends on a Windows PowerShell environment being available. That dependency is not declared in metadata (OS restriction missing).
Persistence & Privilege
always is false and the skill is user-invocable; agent autonomous invocation is allowed (default). No elevated persistence is requested and the skill does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install file-launcher - 安装完成后,直接呼叫该 Skill 的名称或使用
/file-launcher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the file-launcher skill.
- Enables launching files with their default Windows applications using Invoke-Item.
- Supports commands to open documents, play media files, and launch programs.
- Works with any file type that has a registered default application in Windows.
元数据
常见问题
File Launcher 是什么?
This skill allows the assistant to launch files and open them with their default applications. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。
如何安装 File Launcher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install file-launcher」即可一键安装,无需额外配置。
File Launcher 是免费的吗?
是的,File Launcher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
File Launcher 支持哪些平台?
File Launcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 File Launcher?
由 BadWolf-63(@badwolf-63)开发并维护,当前版本 v1.0.0。
推荐 Skills