LaunchKit · 2026
Back to Skills

goalgetter

Tasks and goals management via simple markdown files.

0
440 downloads
by @steffano198

Setup & Installation

openclaw skills install @steffano198/goalgetter

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install goalgetter

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.

INPUT

User asks: Add task: review pull requests, then show me all my tasks

AGENT
  1. 1Create ~/.openclaw/goalgetter/ directory if it does not exist
  2. 2Append '- [ ] review pull requests' to tasks.md
  3. 3Read tasks.md to retrieve the current task list
  4. 4Display all tasks with their completion status
OUTPUT

Task list showing '- [ ] review pull requests' alongside any existing tasks