instances/xiaodazi/skills/macos-open/SKILL.md
Open files, URLs, and applications on macOS using the open command. The universal entry point for launching anything.
npx skillsauth add malue-ai/dazee-small macos-openInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
使用 macOS open 命令打开文件、URL、应用、文件夹。
open "/path/to/document.pdf"
open ~/Downloads/report.xlsx
# 用 VS Code 打开
open -a "Visual Studio Code" /path/to/project
# 用 Preview 打开图片
open -a "Preview" /path/to/image.png
# 用 Pages 打开文档
open -a "Pages" /path/to/document.docx
open "https://www.google.com"
open "https://notion.so"
open -a "Safari"
open -a "Finder"
open -a "System Preferences"
# macOS Ventura+
open -a "System Settings"
# 在 Finder 中打开
open ~/Documents
open ~/Downloads
# 在终端中打开(新窗口)
open -a "Terminal" ~/Projects
open -R "/path/to/file.txt"
open file1.pdf file2.pdf file3.pdf
development
Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead.
development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Moltbot voice-call plugin.