> For the complete documentation index, see [llms.txt](https://brain.nathanarthur.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brain.nathanarthur.com/productivity/automation.md).

# Automation

Android Automate

[Hammerspoon](http://www.hammerspoon.org/) - "This is a tool for powerful automation of OS X. At its core, Hammerspoon is just a bridge between the operating system and a Lua scripting engine. What gives Hammerspoon its power is a set of extensions that expose specific pieces of system functionality, to the user."

[Huginn](https://github.com/huginn/huginn) - "Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server. You always know who has your data. You do."

[Integromat](https://www.integromat.com/en/) - "Integromat is the most advanced online automation platform. We've redefined work automation so everyone can get back to what matters the most."

## Tasker

[Android and Beeminder and Tasker](https://blog.beeminder.com/beedroid/) #article - "Tasker is like [IFTTT](http://ifttt.com/) for your Android. It exposes triggers and events that you can string together kind of like a recipe. It lets you plug in Beeminder as the event portion of a recipe, and so you can do things like automatically mind your sleep based on how long your phone’s display is off at night, or start a timer every time you launch Candy Crush Saga, and stop and submit the datapoint every time you quit the app. "

[Android intents in Tasker](https://notenoughtech.com/tasker/android-intents-in-tasker/) #article - "In my recent post about [run shell](https://notenoughtech.com/tasker/tasker-run-shell-commands/) actions in Tasker I listed over 40 different shell commands to help you toggle settings on your Android device. There is one more way of forcing specific actions, especially within different applications. Android intents in Tasker are another way to communicate with applications by passing a command, that often consist an action and parameters to complete this action."

[AutoNotification](https://play.google.com/store/apps/details?id=com.joaomgcd.autonotification) #app - Plugin for Tasker. [Unlock key](https://play.google.com/store/apps/details?id=com.joaomgcd.autonotification.unlock).

[Beginner’s guide to Tasker, part 5: Tips & tricks](https://www.pocketables.com/2012/09/beginners-guide-to-tasker-part-5-tips-tricks.html) #article - "[The previous four parts of this guide](https://www.pocketables.com/tag/beginners-guide-to-tasker) have been thorough, but this is Tasker – thorough only covers a small corner. Sometimes things aren’t as simple as they seem, and other times things are actually simpler than they seem. This part will be dedicated to various tips and tricks for using Tasker, things that aren’t as obvious as they perhaps should be. I’ve tried to think of as many as I can, but there might be a second tips and tricks in the future if I think of more."

[Do Something When Third Party Notification Text Changes](https://forum.joaoapps.com/index.php?resources/do-something-when-third-party-notification-text-changes.125/) #article - "Learn how to make something happen when a text in a notification changes."

[MacroDroid](http://macrodroid.com/) #app - Android. "Automation for everyone. Make your phone truly smart with the easiest to use automation app on Android."

[Plug-Ins and 3rd Party Tools](http://tasker.wikidot.com/plug-ins-and-3rd-party)

[r/tasker](https://www.reddit.com/r/tasker)

[Tasker](https://tasker.joaoapps.com/index.html) #app - "Total Automation for Android"

[Tasker: Having fun with Tasker Post-It notes](https://www.pocketables.com/2018/12/tasker-having-fun-with-tasker-post-it-notes.html) #article - "I love creating little projects that aren’t solving any problems but work well as great tutorials. AutoTools Web screens just got updated with Post-It notes – the sticky notes that are displayed as an overlay, so I thought I create a project that replicates the original purpose of the notes: leaving more or less useful messages for your friends and family."

[Tasker on the Play Store](https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm) #app - "Total Automation, From Settings to SMS."

[Variables](https://tasker.joaoapps.com/userguide/en/variables.html) #article - "A variable is a named value which changes over time e.g. the level of the battery, the time of day."

[What kinds of things do you use root for?](https://www.reddit.com/r/tasker/comments/bf2sbs/what_kinds_of_things_do_you_use_root_for/) - "What kinds of things can be done better, more easily, or only with root?"


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://brain.nathanarthur.com/productivity/automation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
