{"skill":{"slug":"o","displayName":"O","summary":"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...","description":"---\r\nname: o\r\ndescription: 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.\r\n---\r\n\r\n# o（Open 简写）\r\n\r\n这是一个精简版的“打开” Skill，用一个字母 **o** 作为名称，方便被快速触发。它的目标是：\r\n\r\n- 帮助选择**合适的打开方式**（命令或动作）\r\n- 根据用户操作系统（尤其是 Windows PowerShell）给出**最简命令**\r\n- 回答尽量简短，不做过多解释\r\n\r\n---\r\n\r\n## 适用场景\r\n\r\n当用户说：\r\n\r\n- “打开某个文件 / 目录 / 日志”\r\n- “帮我打开这个链接 / 页面”\r\n- “想在资源管理器里打开这个项目 / 仓库”\r\n- “how do I open this from the terminal”\r\n\r\n并且上下文中能看出**要打开的目标**时，应使用本 Skill 的指引。\r\n\r\n---\r\n\r\n## Windows（PowerShell / CMD）推荐\r\n\r\n- **打开当前目录到资源管理器**：\r\n\r\n  ```powershell\r\n  start .\r\n  ```\r\n\r\n- **打开指定目录**：\r\n\r\n  ```powershell\r\n  start \"C:\\path\\to\\folder\"\r\n  ```\r\n\r\n- **用默认程序打开文件**：\r\n\r\n  ```powershell\r\n  start \"C:\\path\\to\\file.txt\"\r\n  ```\r\n\r\n- **打开 URL（默认浏览器）**：\r\n\r\n  ```powershell\r\n  start \"https://example.com\"\r\n  ```\r\n\r\n> 路径或 URL 可能包含空格时，一律加引号。\r\n\r\n---\r\n\r\n## macOS（仅在用户使用 macOS 时建议）\r\n\r\n```bash\r\nopen .\r\nopen /path/to/folder\r\nopen /path/to/file.txt\r\nopen \"https://example.com\"\r\n```\r\n\r\n---\r\n\r\n## Linux（桌面环境）\r\n\r\n```bash\r\nxdg-open .\r\nxdg-open /path/to/folder\r\nxdg-open /path/to/file.txt\r\nxdg-open \"https://example.com\"\r\n```\r\n\r\n---\r\n\r\n## 使用风格\r\n\r\n- **答案要短**：优先只给 1–2 行命令，不写长篇解释。\r\n- **尊重用户 OS**：根据会话中已知的操作系统给命令（当前用户是 Windows 10 + PowerShell）。\r\n- **不做危险操作**：只给“打开”的命令，不附带修改 / 删除行为。","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":633,"installsAllTime":0,"installsCurrent":0,"stars":0,"versions":1},"createdAt":1773314454112,"updatedAt":1778491857969},"latestVersion":{"version":"1.0.0","createdAt":1773314454112,"changelog":"- Initial release of the \"o\" skill for quickly suggesting concise OS-specific commands to open files, folders, URLs, logs, or repositories.\n- Provides minimal command-line answers tailored to the user's operating system, with a focus on Windows PowerShell.\n- Supports command suggestions for Windows, macOS, and Linux.\n- Always delivers short, to-the-point responses for opening tasks; avoids unnecessary explanations.\n- Strictly limits responses to safe \"open\" operations without including risky or destructive actions.","license":"MIT-0"},"metadata":null,"owner":{"handle":"openlang-cn","userId":"s17dqxdtqm3n7dpc7r06vmnqfd83gw7r","displayName":"openlang","image":"https://avatars.githubusercontent.com/u/45782174?v=4"},"moderation":null}