open-file

Installation
SKILL.md

Open File

Open a local file or directory on macOS using open. Supports specifying an app, URL scheme deep linking, and error recovery.

Usage

/open-file <path> [app]

  • If no path is provided, infer from conversation context (e.g., a file just created or discussed).
  • If an app is mentioned (e.g., "in Obsidian"), use open -a or the app's URL scheme.

Workflow

  1. Resolve the path. Make it absolute. If relative, resolve against cwd.
Installs
1
GitHub Stars
1
First Seen
Mar 14, 2026
open-file — verneagent/tiny-skills