✓ Verified
💻 Development
✓ Enhanced Data
Goalgetter
Tasks and goals management via simple markdown files.
- Rating
- 3.9 (81 reviews)
- Downloads
- 2,748 downloads
- Version
- 1.0.0
Overview
Tasks and goals management via simple markdown files.
Complete Documentation
View Source →
GoalGetter - Tasks & Goals in Markdown
Simple task and goal tracking using plain markdown files. No external dependencies.
Data Location
Default: ~/.openclaw/goalgetter/
Files:
tasks.md- Todo listgoals.md- Goal tracking with streaksdone/- Archive of completed items
Commands
Tasks
Add task:
bash
echo "- [ ] $TEXT" >> ~/.openclaw/goalgetter/tasks.md
Complete task:
bash
# Read tasks.md, find task, move to done/TIMESTAMP.md, mark complete
List tasks:
bash
cat ~/.openclaw/goalgetter/tasks.md
Goals
Add goal:
bash
echo "## $GOAL_NAME" >> ~/.openclaw/goalgetter/goals.md
echo "- streak: 0" >> ~/.openclaw/goalgetter/goals.md
echo "- created: $DATE" >> ~/.openclaw/goalgetter/goals.md
echo "- log:" >> ~/.openclaw/goalgetter/goals.md
Mark goal done:
bash
# Read goals.md, increment streak, add date to log
Show streaks:
bash
# Read goals.md and display each goal with current streak
File Formats
tasks.md
markdown
# Tasks
- [ ] Buy groceries
- [x] Call dentist
- [ ] Finish SAAS research
goals.md
markdown
# Goals
## Meditation
- streak: 5
- created: 2026-01-15
- log:
- 2026-01-15
- 2026-01-16
- 2026-01-17
- 2026-01-18
- 2026-01-19
## Exercise
- streak: 2
- created: 2026-02-01
- log:
- 2026-02-15
- 2026-02-16
Usage Examples
| User says | Action |
|---|---|
| "Add task: finish report" | Add to tasks.md |
| "Show my tasks" | Cat tasks.md |
| "Complete task: finish report" | Mark complete, move to done/ |
| "New goal: meditation" | Add to goals.md |
| "Did meditation" | Increment streak, add date |
| "Show goal streaks" | Display all goals with streaks |
| "How's my meditation goal?" | Show streak for that goal |
Notes
- Always create ~/.openclaw/goalgetter/ if it doesn't exist
- Use ISO dates (YYYY-MM-DD) for consistency
- Use read tool to view current state before modifying
- Use write tool to update files
Installation
Terminal bash
openclaw install goalgetter
Copied!
💻Code Examples
**Add goal:**
add-goal.sh
echo "## $GOAL_NAME" >> ~/.openclaw/goalgetter/goals.md
echo "- streak: 0" >> ~/.openclaw/goalgetter/goals.md
echo "- created: $DATE" >> ~/.openclaw/goalgetter/goals.md
echo "- log:" >> ~/.openclaw/goalgetter/goals.md### tasks.md
-tasksmd.md
# Tasks
- [ ] Buy groceries
- [x] Call dentist
- [ ] Finish SAAS research### goals.md
-goalsmd.md
# Goals
## Meditation
- streak: 5
- created: 2026-01-15
- log:
- 2026-01-15
- 2026-01-16
- 2026-01-17
- 2026-01-18
- 2026-01-19
## Exercise
- streak: 2
- created: 2026-02-01
- log:
- 2026-02-15
- 2026-02-16Tags
#coding_agents-and-ides
Quick Info
Category Development
Model Claude 3.5
Complexity One-Click
Author steffano198
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install goalgetter
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
⚡ GPT-Optimized
)}
★ 3.8 (274)
↓ 17,648
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0