Install
openclaw skills install glancelyPersonal tracker framework. Scaffold new habit/workout/mood/reminder trackers from natural language. Dashboard, cron, all in one skill.
openclaw skills install glancelyA personal tracker framework that puts all your habits in one dashboard. You describe what you want to track, and glancely scaffolds it — migrations, cron, dashboard panel — in one command.
When a user asks for something, follow this dispatch table:
| User says | Action |
|---|---|
| "log mood" / "how I feel" | Check ~/.glancely/components/mood/. If exists → read SKILL.md → run log.py. If not → read examples/mood/SKILL.md for reference → scaffold first, then log. |
| "remind me" / "add reminder" | Check ~/.glancely/components/reminder/. Same fallback to examples/reminder/SKILL.md. |
| "what's my MIT" / "most important task" | Check ~/.glancely/components/mit/. Fallback to examples/mit/SKILL.md. |
| "log diary" / "track time" | Check ~/.glancely/components/diary_logger/. Fallback to examples/diary_logger/SKILL.md. |
| "build dashboard" / "show dashboard" | Run glancely dashboard build and open ~/.glancely/dashboard/index.html. |
| "create tracker" / "track my" / "scaffold a habit" | Read glancely/skills/scaffold_component/SKILL.md. Infer fields, cron, notifications from the user's description. Propose a plan. Confirm. Scaffold. |
| "what trackers do I have" | Run glancely list. |
~/.glancely/components/examples/ for reference, then use the scaffold flow to create it firstIf glancely CLI is missing or ~/.glancely/ does not exist:
pip3 install glancely (or pip install glancely if pip3 isn't available; use pipx install glancely on macOS Homebrew/PEP 668 systems)glancely setup (minimal init — migrations only)~/.glancely/openclaw.tomlglancely scaffold --name ... --field ... --cron ... --notify ...