返回顶部
o

o 打开快捷指令

Short alias skill for quickly suggesting OS-specific commands to open files, folders, URLs, logs, or repositories from the command line or file explorer. Use when the user wants to open something and prefers a concise, minimal answer.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
232
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

o

o(Open 简写)

这是一个精简版的“打开” Skill,用一个字母 o 作为名称,方便被快速触发。它的目标是:

  • - 帮助选择合适的打开方式(命令或动作)
  • 根据用户操作系统(尤其是 Windows PowerShell)给出最简命令
  • 回答尽量简短,不做过多解释

适用场景

当用户说:

  • - “打开某个文件 / 目录 / 日志”
  • “帮我打开这个链接 / 页面”
  • “想在资源管理器里打开这个项目 / 仓库”
  • “how do I open this from the terminal”

并且上下文中能看出要打开的目标时,应使用本 Skill 的指引。



Windows(PowerShell / CMD)推荐

  • - 打开当前目录到资源管理器

powershell
start .

  • - 打开指定目录

powershell
start C:\path\to\folder

  • - 用默认程序打开文件

powershell
start C:\path\to\file.txt

  • - 打开 URL(默认浏览器)

powershell
start https://example.com

路径或 URL 可能包含空格时,一律加引号。


macOS(仅在用户使用 macOS 时建议)

bash
open .
open /path/to/folder
open /path/to/file.txt
open https://example.com



Linux(桌面环境)

bash
xdg-open .
xdg-open /path/to/folder
xdg-open /path/to/file.txt
xdg-open https://example.com



使用风格

  • - 答案要短:优先只给 1–2 行命令,不写长篇解释。
  • 尊重用户 OS:根据会话中已知的操作系统给命令(当前用户是 Windows 10 + PowerShell)。
  • 不做危险操作:只给“打开”的命令,不附带修改 / 删除行为。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 o-1776118785 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 o-1776118785 技能

通过命令行安装

skillhub install o-1776118785

下载

⬇ 下载 o v1.0.0(免费)

文件大小: 1.68 KB | 发布时间: 2026-4-15 13:39

v1.0.0 最新 2026-4-15 13:39
- Initial release of the "o" skill for quickly suggesting concise OS-specific commands to open files, folders, URLs, logs, or repositories.
- Provides minimal command-line answers tailored to the user's operating system, with a focus on Windows PowerShell.
- Supports command suggestions for Windows, macOS, and Linux.
- Always delivers short, to-the-point responses for opening tasks; avoids unnecessary explanations.
- Strictly limits responses to safe "open" operations without including risky or destructive actions.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部