Install
openclaw skills install oShort alias skill for quickly suggesting OS-specific commands to open files, folders, URLs, logs, or repositories from the command line or file explorer. Use...
openclaw skills install o这是一个精简版的“打开” Skill,用一个字母 o 作为名称,方便被快速触发。它的目标是:
当用户说:
并且上下文中能看出要打开的目标时,应使用本 Skill 的指引。
打开当前目录到资源管理器:
start .
打开指定目录:
start "C:\path\to\folder"
用默认程序打开文件:
start "C:\path\to\file.txt"
打开 URL(默认浏览器):
start "https://example.com"
路径或 URL 可能包含空格时,一律加引号。
open .
open /path/to/folder
open /path/to/file.txt
open "https://example.com"
xdg-open .
xdg-open /path/to/folder
xdg-open /path/to/file.txt
xdg-open "https://example.com"