Simple, privacy-focused task and goal management for OpenClaw AI assistants. No external dependencies, no API keys, no cloud. Just markdown.
GoalGetter is an OpenClaw skill that brings task and goal management directly into your AI assistant workflow. All data lives in plain markdown files on your local machine.
- 100% Local — Your data never leaves your machine
- No Dependencies — Just markdown files, no external APIs
- Privacy First — No cloud, no tracking, no accounts
- OpenClaw Native — Built specifically for OpenClaw agents
- Git-Friendly — All data is plain text, version control your tasks
- Streak Tracking — Build habits with automatic streak counting
- Create tasks with simple commands
- Mark tasks complete
- View all pending tasks
- Archive completed tasks
- Create goals with streak counters
- Track daily completions
- View current streaks
- Automatic streak calculation
| Command | Description |
|---|---|
| "Add task: [text]" | Create a new task |
| "Show my tasks" | List all tasks |
| "Complete task: [text]" | Mark task done |
| "New goal: [name]" | Create a goal |
| "Did [goal]" | Log goal completion |
| "Show goal streaks" | View all streaks |
clawhub install goalgettergit clone https://github.com/Steffano198/goalgetter.git ~/.openclaw/workspace/skills/goalgetter- Install the skill using ClawHub or manual install
- Restart OpenClaw to load the new skill
- Start using it:
You: Add task: Finish SAAS research
GoalGetter: ✅ Task added: "Finish SAAS research"
You: New goal: Morning meditation
GoalGetter: ✅ Goal created: "Morning meditation" (streak: 0)
You: Did meditation
GoalGetter: 🔥 Streak updated! "Morning meditation" is now at 1 day
All data is stored in: ~/.openclaw/goalgetter/
~/.openclaw/goalgetter/
├── tasks.md # Your todo list
├── goals.md # Goal tracking with streaks
└── done/ # Archive of completed tasks
# Tasks
- [ ] Buy groceries
- [x] Call dentist
- [ ] Finish SAAS research# Goals
## Meditation
- streak: 5
- created: 2026-01-15
- log:
- 2026-01-15
- 2026-01-16
- 2026-01-17
- 2026-01-18
- 2026-01-19- OpenClaw installed
- read, write, exec tools enabled
- No external dependencies
- Daily task lists
- Goal tracking
- Project management
- Exercise tracking
- Meditation streaks
- Learning goals
- Reading habits
- Sprint tasks
- Code review reminders
- Meeting prep
| Feature | GoalGetter | Habitica | Todoist |
|---|---|---|---|
| Local Only | ✅ | ❌ | ❌ |
| No API Keys | ✅ | ❌ | ❌ |
| Open Source | ✅ | Partial | ❌ |
| Free Forever | ✅ | Freemium | Freemium |
| Markdown Based | ✅ | ❌ | ❌ |
Contributions are welcome! Please open an issue or PR.
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
openclaw, openclaw-skill, ai-assistant, task-manager, goal-tracker, habit-tracker, productivity, markdown, cli, local-only, privacy, gtd, getting-things-done, automation, agent, ai-agent, clawhub, streaks
MIT License - see LICENSE for details.
Made with 🦔 by DevSef