Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Tasks and goals management via simple markdown files. Create, track, and complete tasks and goals with streak tracking. Stores data in ~/.openclaw/goalgetter...
Tasks and goals management via simple markdown files. Create, track, and complete tasks and goals with streak tracking. Stores data in ~/.openclaw/goalgetter...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Simple task and goal tracking using plain markdown files. No external dependencies.
Default: ~/.openclaw/goalgetter/ Files: tasks.md - Todo list goals.md - Goal tracking with streaks done/ - Archive of completed items
Add task: echo "- [ ] $TEXT" >> ~/.openclaw/goalgetter/tasks.md Complete task: # Read tasks.md, find task, move to done/TIMESTAMP.md, mark complete List tasks: cat ~/.openclaw/goalgetter/tasks.md
Add goal: 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: # Read goals.md, increment streak, add date to log Show streaks: # Read goals.md and display each goal with current streak
User saysAction"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
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
Long-tail utilities that do not fit the current primary taxonomy cleanly.
Largest current source with strong distribution and engagement signals.