Agent skill
open-url
Open URLs, files, and applications on macOS. Use for launching browsers, opening documents, or starting apps.
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
open https://example.com
Open a file with default app
open document.pdf
open image.png
Open with a specific app
open -a "Safari" https://example.com
open -a "Visual Studio Code" project/
open -a "Finder" /path/to/directory
Reveal in Finder
open -R /path/to/file
Open a new Finder window
open .
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
tts
Text-to-speech on macOS -- make the device speak text aloud. Use for voice announcements, reading content aloud, or accessibility.
clipboard
Read or write the macOS clipboard. Use when copying/pasting text, transferring data between apps, or accessing clipboard contents.
notification
Show macOS system notifications with title, body, and optional sound. Use for alerts, reminders, or status updates.
tts
Text-to-speech — make the device speak text aloud. Use for voice announcements, reading content aloud, or accessibility.
clipboard
Read or write the system clipboard. Use when copying/pasting text, transferring data between apps, or accessing clipboard contents.
notification
Show system notifications with optional buttons, sounds, and actions. Use for alerts, reminders, or persistent status messages.
Didn't find tool you were looking for?