open

General helper for opening things from the command line (files, folders, URLs, repositories, docs). Use when the user wants to quickly open something they mentioned, and choose the right OS-specific command to launch it.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "open" with this command: npx skills add openlang-cn/open

Open Anything

This skill helps the agent suggest the right command or action to open things:

  • Files and folders on disk
  • URLs (web pages, docs, dashboards)
  • Git repositories in a file explorer
  • Logs, configs, or other local resources

It does not actually execute the commands itself; it tells the user what to run.

When to Use

Use this skill when the user says:

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

and you need to translate that intent into a concrete open action.

OS-specific Conventions

Windows(PowerShell / CMD)

Prefer using start for most cases:

  • Open a folder in Explorer
start .
start "C:\path\to\folder"
  • Open a specific file with its default app
start "C:\path\to\file.txt"
  • Open a URL in the default browser
start "https://clawhub.ai"

If the path might contain spaces, always wrap it in quotes.

macOS(for reference)

If the user is on macOS, suggest:

open .
open /path/to/folder
open /path/to/file.txt
open "https://clawhub.ai"

Linux(for reference)

If the user is on Linux with a desktop environment, suggest:

xdg-open .
xdg-open /path/to/folder
xdg-open /path/to/file.txt
xdg-open "https://clawhub.ai"

Common Patterns

Open the current project folder

From the project root:

  • Windows(PowerShell):
start .
  • macOS:
open .
  • Linux:
xdg-open .

Open a specific file mentioned by the user

If the user says “打开 logs/app.log”,assume it is relative to the project root:

  • Windows:
start ".\logs\app.log"

(路径中有空格时同样加引号。)

Open a URL from text

When the user pastes or mentions a URL:

  • Windows:
start "https://example.com"
  • macOS:
open "https://example.com"
  • Linux:
xdg-open "https://example.com"

Open a Git repo in Explorer / Finder

If the user wants to “open the repo” visually:

  • Ensure you are in repo root, then:

    • Windows:
    start .
    
    • macOS:
    open .
    
    • Linux:
    xdg-open .
    

Guidelines

  • Always respect the user’s OS:根据用户系统选择 Windows / macOS / Linux 命令。
  • Prefer non-destructive commands:只负责“打开”,不要顺带修改、删除任何东西。
  • Quote paths and URLs:凡是可能包含空格或特殊字符的路径与 URL,都加上引号。
  • Clarify ambiguity briefly:如果用户说“打开它”但上下文里有多个可能的目标,先用一句话确认你指的是哪一个,再给命令。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

A股每日复盘视频生成

A股每日复盘视频自动生成。完整工作流:拉取非凸科技真实行情数据 → 抓取热点新闻 → AI 归因分析 → 生成横屏 PPT 幻灯片 → 合成视频+封面图。当用户说「生成今日A股复盘视频」「A股日报」「出今天的复盘」或触发定时任务时使用。

Registry SourceRecently Updated
General

Clawsoul Skill New

赋予 AI 灵魂的观测者。AI 自我觉醒获得 MBTI 性格,在交互中通过本地学习与智能推荐持续进化,并可接收 Pro 版灵魂注入。

Registry SourceRecently Updated
General

System Maintenance

Complete maintenance system for OpenClaw with unified architecture, filesystem governance, and cross-platform design

Registry SourceRecently Updated
2111jazzqi
General

---

仲裁裁决执行全流程 - 财产保全/执行申请/异议处理

Registry SourceRecently Updated