Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
GoalGetter tracks tasks and goals using plain markdown files stored in ~/.openclaw/goalgetter/. It supports streak tracking for recurring goals and archives completed tasks in a done/ subdirectory. No external services or dependencies are required.
All data stays as plain markdown files on disk, so you can read or edit tasks and goals directly without any app, account, or sync service.
When to use it
- Tracking a daily meditation habit streak
- Managing a personal to-do list across sessions
- Logging daily exercise completions
- Archiving finished work tasks with timestamps
- Checking streak counts across multiple active goals
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Add task: review pull requests, then show me all my tasks
- 1Create ~/.openclaw/goalgetter/ directory if it does not exist
- 2Append '- [ ] review pull requests' to tasks.md
- 3Read tasks.md to retrieve the current task list
- 4Display all tasks with their completion status
Task list showing '- [ ] review pull requests' alongside any existing tasks