Using Automator to create your own voice commands

Your Mac comes with a fantastic App which allows you to easily create your own mini Apps that can complete all kinds of actions automatically so if you regularly do things such as set the volume to 40% exactly you can create an automator workflow to do it for you.

You can also easily link this with the dictation service that is built into osX to create something that really does save time and is really cool to boot.

Today I will show you how to create a simple workflow with automator that will open a specific website when I say a command.

Firstly, you need to enable Dictation and Dictation Commands.

Go to: System Preferences > Keyboard > and choose the Dictation Tab.

Make sure Dictation is on and check the box for “Use Enhanced Dictation”.

A download will start if you haven’t used Dictation in the past it is 400MB or so and will take a minute or two depending on the speed of your connection.

Next open the Accessibility preference pane.

Go To: System Preferences > Accessibility

Scroll down to Dictation and check the box for “Enable the dictation keyword phrase:”

You can set a different phrase other than Computer but it may be wise to keep it simple for now.

I also enabled the “Play sound when command is recognized” option.

You can quickly look through the entire list of built in commands by clicking on the “Dictation Commands” button.

Now open the Automator App which you will find in the Applications folder.

Choose New from the File menu in Automator, and then select Dictation Command (doing this will add the command to Dictation automatically).

  1. Firstly, name your command, this is the command you will say to run the Automator workflow we are about to create.

  2. Then press the “Record” button to create a Watch Me Do Item:

If you end up with extra items in the watch me do simply highlight the step and delete with the backspace key.

In this case I am going to open Safari in the Dock and type in the URL and hit return Once this is done press the Run button to test and Save your new workflow (App).

You may be asked to provide permissions to Automator and your new App which is done through System Preferences > Privacy

Now that is all done simply say the “Enable the dictation keyword phrase:” AND the “Dictation Command:” you have set.

In this case it’s “Computer launch Grove Technologies”, and hey presto you will see the mouse move to Safari in the Dock and type in the URL and hit return.

Fantastic isn’t it! But wait it’s a bit inefficient, well luckily Automator has some built in Library Items that can do the same as this without needing to write AppleScript code and without having to record your mouse and keyboard inputs.

In Automator create a new Dictation Command workflow by choosing New from the File Menu and selectin Dictation Command as before.

Now this time:

  1. name your command.
  2. open the Library Draw.
  3. Select Text.
  4. Get Specified Text.

And enter the URL you are going to visit in this case https://jonbrown.org/blog/.

Next:

  1. Library draw.
  2. Internet.
  3. Display Webpages.

You can see how the workflow joins the first and second items, meaning the second item “Display Webpages” won’t run without the first “Get Specified Text”.

Now when we say “Computer quick launch Grove Technologies” it very quickly if not instantaneously launches Safari and visits https://jonbrown.org/blog/ or whichever URL you specified.

Hopefully this very easy introduction to Automator inspires you to do some more complicated workflows.

AI Usage Transparency Report

Pre-AI Era · Written before widespread use of generative AI tools

AI Signal Composition

Rep Tone Struct List Instr
Repetition: 65%
Tone: 65%
Structure: 65%
List: 9%
Instructional: 43%
Emoji: 0%

Score: 0.07 · Low AI Influence

Summary

This article provides a step-by-step guide on how to create an Automator workflow using Dictation and Automator on a Mac. The workflow allows users to open a specific website by saying a command.

Related Posts

How I Finally Passed the PMP Exam (After 12 Years of Waiting)

Back in 2013, I registered for a PMI membership with every intention of pursuing my PMP certification. I downloaded the handbook, bookmarked the eligibility requirements, and even told a few friends that I was going to do it "soon." At the time, I thought getting certified would be a straightforward process, but little did I know what lay ahead in terms of studying and preparation.

Read more

The Evolution of Apple Certification: A Journey Through Versions, Challenges & Growth

When I recently passed the Apple Certified Support Professional (ACSP) exam again, I paused to reflect — not just on this milestone, but on the long path I’ve walked through Apple’s certification landscape. My first certification dates back to macOS 10.5, and over the years, I’ve earned credentials across nearly every version since. In that time, the exams — and Apple itself — have transformed significantly.

Read more

Secure Software, Secure Career: How I Passed the CSSLP

After passing the CISSP earlier this year, I decided to follow it up with the **Certified Secure Software Lifecycle Professional (CSSLP)** certification. For those unfamiliar, CSSLP is an ISC2 certification that focuses specifically on secure software development practices across the full SDLC—from requirements and design to coding, testing, deployment, and maintenance. My goal in pursuing this certification was to further develop my skills in ensuring the security of software throughout its entire lifecycle.

Read more

Managing Bring Your Own Device (BYOD) for Android with Microsoft Intune

Alright, so today we're going to be talking about the management of bring your own device BYOD for Android devices. There's a lot of information out there for the management of iOS devices and you can do that with pretty much any Apple MDM on the market. We just happen to use Jamf where I work, but you could use anything from Braavos to SimpleMDM to Kanji or JumpCloud. Mosyle is also a great option.

Read more

BYO with me in 2025: iOS with User Enrollment in JAMF Pro

It really depends on your company's needs. For example, many companies need to hire 1099 contractors and in such a case they come with their own devices but not the correct security settings or enforcements. Remember BYOD is a security construct. The idea here is that you should be securing the company's sensitive data in all forms. This may involve implementing policies for contractor-owned devices, ensuring that all devices accessing company data meet minimum security standards, and regularly reviewing and updating these standards to stay ahead of emerging threats.

Read more

Securing BYOD Email Access: Exploring Strategies in Microsoft 365

In today’s mobile-first world, organizations increasingly rely on Bring Your Own Device (BYOD) programs to empower employees while optimizing costs. However, this flexibility introduces unique challenges, particularly around securing email access. To mitigate risks, we are implementing a comprehensive strategy to block email access on non-company devices by default and ensure only sanctioned apps can access organizational email accounts. This approach will help prevent unauthorized access and data breaches, aligning with our commitment to maintaining the security and integrity of company communications.

Read more

How I Conquered the CISSP Exam: 9 Months, Top Resources, and Proven Strategies

Passing the CISSP (Certified Information Systems Security Professional) exam is no small feat. It’s known for its breadth, depth, and ability to test not just your knowledge but your practical understanding of cybersecurity. After nine months of intense preparation, I’m thrilled to say I’ve joined the ranks of CISSP-certified professionals! Here's a detailed account of my experience, including the resources I used, some tips that helped me along the way, and what I learned from the process itself.

Read more

Get more out of scripting than you may expect

Expect is an extension to the Tcl scripting language written by Don Libes. The program automates interactions with programs that expose a text terminal interface. Expect, originally written in 1990 for the Unix platform, has since become available for Microsoft Windows and other systems. Its functionality allows users to interact with these programs through scripted commands, eliminating the need for manual input.

Read more