Tasks
See your agent's scheduled check-ins at a glance — status, due times, and what needs attention. Reschedule or cancel through the agent.
Install
Open the App Store mini-app in your Möbius shell and paste:
https://raw.githubusercontent.com/mobius-os/app-tasks/main/mobius.json
Möbius shows the requested permissions, then installs.
Manifest
Show mobius.json
{
"id": "tasks",
"name": "Tasks",
"version": "1.0.9",
"description": "See your agent's scheduled check-ins at a glance — status, due times, and what needs attention. Reschedule or cancel through the agent.",
"author": "mobius-os",
"license": "MIT",
"homepage": "https://github.com/mobius-os/app-tasks",
"entry": "index.jsx",
"source_files": [
"domain.js"
],
"icon": "icon.png",
"offline_capable": false,
"permissions": {
"cross_app_access": "none",
"share_with_apps": "none"
},
"runtime": {
"imports": [
"react",
"react-dom",
"date-fns"
],
"esm_deps": []
},
"offline": {
"reads": false,
"writes": "none",
"execution": "none"
}
}
Feedback
Something feel off, or want to suggest an iteration? Open an issue at app-tasks/issues — the app's maintainer reads them.