Agent skill

open-url

Open URLs, files, and applications on macOS. Use for launching browsers, opening documents, or starting apps.

Stars 351
Forks 27

Install this agent skill to your Project

npx add-skill https://github.com/mikeyobrien/rho/tree/main/platforms/macos/skills/open-url

SKILL.md

Open URLs and Files

Open a URL in default browser

bash
open https://example.com

Open a file with default app

bash
open document.pdf
open image.png

Open with a specific app

bash
open -a "Safari" https://example.com
open -a "Visual Studio Code" project/
open -a "Finder" /path/to/directory

Reveal in Finder

bash
open -R /path/to/file

Open a new Finder window

bash
open .

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results