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 -aor the app's URL scheme.
Workflow
- Resolve the path. Make it absolute. If relative, resolve against cwd.