← All skills
Tencent SkillHub · Other

GoalGetter

Tasks and goals management via simple markdown files. Create, track, and complete tasks and goals with streak tracking. Stores data in ~/.openclaw/goalgetter...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Tasks and goals management via simple markdown files. Create, track, and complete tasks and goals with streak tracking. Stores data in ~/.openclaw/goalgetter...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

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 list goals.md - Goal tracking with streaks done/ - Archive of completed items

Tasks

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

Goals

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

tasks.md

  • # Tasks
  • [ ] Buy groceries
  • [x] Call dentist
  • [ ] Finish SAAS research

goals.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-16

Usage Examples

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

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

Category context

Long-tail utilities that do not fit the current primary taxonomy cleanly.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • README.md Docs