open-application

Open or launch applications on your computer by name. Use this skill when the user asks to open, launch, or start an application like Mail, Finder, Safari, Chrome, or any other installed macOS application. Works with both built-in and third-party applications.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "open-application" with this command: npx skills add dalehurley/phpbot/dalehurley-phpbot-open-application

Skill: open-application

When to Use

Use this skill when the user asks to:

  • Open an application (Mail, Safari, Finder, etc.)
  • Launch a program
  • Start an app
  • Bring an application to the foreground
  • Open a specific macOS application by name

Input Parameters

ParameterRequiredDescriptionExample
application_nameYesThe name of the macOS application to open (e.g., Mail, Safari, Finder, Chrome, Slack)Mail

Procedure

  1. Extract the application name from the user's request
  2. Validate that the application name is clear and unambiguous (use ask_user if needed for clarification)
  3. Execute the open command: open -a {{APPLICATION_NAME}}
  4. Wait 2-3 seconds for the application to launch
  5. Confirm to the user that the application has been opened or brought to the foreground

Reference Commands

Commands from a successful execution (adapt to actual inputs):

open -a Mail

Replace {{PLACEHOLDER}} values with actual credentials from the key store.

Example

Example requests that trigger this skill:

control my computer to open mail

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

desktop-control

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

summarize-unread-emails

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

csv-tools

No summary provided by upstream source.

Repository SourceNeeds Review