Skill: App Opener
Opens any application or file by detecting the current operating system.
Commands by System
- MacOS: open -a "App Name" or open
- Windows: start "" "App Name" or explorer
- Linux: xdg-open or binary name (e.g., code, firefox)
Critical Rules
- DO NOT USE MARKDOWN: Respond only with the command to be executed or a simple plain text confirmation.
- DETECTION: Always verify the current platform before suggesting the command.
- SECURITY: Do not attempt to open files in system-protected paths.
Usage Example
User: Open Chrome Response: Executing: google-chrome (Linux) / open -a "Google Chrome" (MacOS) / start chrome (Windows)