CtrlK
BlogDocsLog inGet started
Tessl Logo

finkel/tasker-xml-authoring

Author and edit Android Tasker XML (tasks, profiles, projects, scenes) for import into the Tasker app — node skeleton, action codes, and per-arg encoding.

97

1.31x
Quality

97%

Does it follow best practices?

Impact

97%

1.31x

Average score across 4 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

task.mdevals/scenario-2/

Morning Alert Automation

Problem/Feature Description

A small household wants to automate their morning routine using an Android device running Tasker. Every day at 7:00 AM, the phone should display a notification reminding the family that it's time to wake up. The message should say "Good morning!" and the whole setup should be self-contained in a single importable project file.

The automation should be packaged as a Tasker project file so that it can be shared between family members and imported into their Tasker installations with a single tap. The project should contain a time-triggered profile that activates at 07:00 every day and fires a task that shows the morning notification.

Output Specification

Produce a single Tasker project export file named MorningAlert.prj.xml containing:

  • A project named "Morning Alert"
  • A profile that triggers at 07:00 daily (using a Time context)
  • A task that shows a notification with the text "Good morning!"

The file must be ready to import into the Tasker Android app without any modifications.

tile.json