CLI tool to deploy and trigger Tasker tasks on Android via the WebUI API and adb broadcast.
- Open Tasker → Preferences (⋮ menu) → UI
- Enable Use Tasker 2025 UI (VERY EARLY) (required for WebUI support)
- Go back and open any Task for editing
- Tap the ⋮ menu → WebUI
- The WebUI server starts and shows the phone's IP and port (default 8745)
The phone and your computer must be on the same network.
export TASKER_HOST=192.168.1.100 # your phone's IP
tasker-cli sync-specs # fetch action definitions from the phonetasker-cli deploy task.json --replace
tasker-cli show
tasker-cli trigger "My Task" --par1 "value"
tasker-cli specs --search flashSee skills/tasker-cli/SKILL.md for the full task definition format.