Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

agentledger-goal-trackerAgent 账本目标跟踪器

Agent Skill

agentledger-goal-tracker 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,743

周安装

398

GitHub Stars

1

下载量

3,120
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:agentledger-goal-tracker(Agent 账本目标跟踪器)
来源仓库:https://github.com/clawdssen/agentledger-goal-tracker
安装命令:
openclaw skills install agentledger-goal-tracker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install agentledger-goal-tracker

简介

agentledger-goal-tracker 是基于 OKR 的目标管理工具,专为个体企业家设计。

  • 支持设定季度目标、执行每周签到、评分进度并提前预警偏差。
  • 可作为问责伙伴帮助维持任务推进节奏,提升目标达成率。
  • 安装命令为 openclaw skills install agentledger-goal-tracker,需确认本地存储权限。
  • 建议在使用前检查项目是否涉及日历集成或外部通知服务,确保兼容性。

SKILL.md

name
goal-tracker
version
1.0.0
description
OKR-style goal tracking for solopreneurs — quarterly goals, weekly check-ins, progress scoring, and an AI accountability partner that flags drift before it becomes failure.
tags
[goals, okr, accountability, quarterly-review, weekly-checkin, progress-tracking, solopreneur, habits, milestones, focus]
platforms
[openclaw, cursor, windsurf, generic]
category
productivity
author
The Agent Ledger
license
CC-BY-NC-4.0
url
https://github.com/theagentledger/agent-skills

Goal Tracker

Set goals that don't disappear. Get an agent that notices when you're drifting and says something.

by The Agent Ledgertheagentledger.com


The Problem

Most goal systems fail the same way: you set goals in January, review them in December, and discover you drifted in February and never noticed. The solution isn't a better template — it's an agent that checks in weekly and flags drift before it compounds.

This skill turns your agent into an accountability partner. Not motivational-poster accountability. Honest, data-driven accountability.


Setup

Step 1 — Create Your Goals Directory

mkdir -p goals/

Step 2 — Create Your Quarterly Goals File

Create goals/GOALS.md:

# Goals

**Current Quarter:** Q[N] [YEAR]
**Quarter Dates:** [Start] → [End]
**Last Updated:** [date]

---

## 🎯 This Quarter's Goals

### Goal 1: [Name]

**Why it matters:** [One sentence — the real reason, not the polished reason]
**Success looks like:** [Specific, observable outcome]
**Deadline:** [date or end of quarter]
**Status:** 🟢 On Track | 🟡 At Risk | 🔴 Off Track | ✅ Done | ⏸ Paused

**Key Results:**
- [ ] KR1: [measurable outcome] — current: [X] / target: [Y]
- [ ] KR2: [measurable outcome] — current: [X] / target: [Y]
- [ ] KR3: [measurable outcome] — current: [X] / target: [Y]

**Weekly Progress:**
| Week | Progress | Blocker | Score |
|------|----------|---------|-------|
| Wk1  |          |         |       |

---

### Goal 2: [Name]
<!-- Repeat structure above -->

---

## 📋 Goal Backlog

Goals you want to pursue — not this quarter, but tracked so they don't get lost.

| Goal | Why | Estimated Quarter |
|------|-----|-------------------|
|      |     |                   |

---

## ✅ Completed Goals

| Goal | Quarter | Outcome |
|------|---------|---------|
|      |         |         |

Step 3 — Tell the Agent Your Goals

Simply tell the agent your goals in natural language:

"I want to hit $5k in monthly revenue by end of March. My key results are: launch the product by March 10, get 50 paying customers, and write 8 newsletter issues."

The agent will structure them into goals/GOALS.md using the format above.


Weekly Check-In

Once per week (or when triggered), the agent runs a structured check-in:

Trigger

Any of:

  • "Weekly goal check-in"
  • "How are my goals looking?"
  • "Goal update" + progress description
  • Automatic via heartbeat or cron (see Advanced Patterns)

Check-In Protocol

The agent will:

  1. Read goals/GOALS.md — load current quarter's goals and KRs
  2. Ask 3 targeted questions:

- What progress happened this week toward each goal? - Any new blockers or changed assumptions? - Do any goals need to be modified, paused, or killed?

  1. Update the weekly progress table for each goal
  2. Recalculate progress scores (see Scoring below)
  3. Flag any at-risk goals with specific observations
  4. Output a Check-In Summary (see format below)

Check-In Summary Format

## Weekly Check-In — [date]

### 📊 Goal Scores
| Goal | Last Week | This Week | Trend |
|------|-----------|-----------|-------|
| [Goal 1] | [score]% | [score]% | ↑↓→ |
| [Goal 2] | [score]% | [score]% | ↑↓→ |

### ✅ Progress This Week
- [Goal 1]: [what happened]
- [Goal 2]: [what happened]

### ⚠️ Flags
- [Goal X is at risk because: specific observation]
- [KR Y has not moved in 2 weeks — is this still a priority?]

### 🔜 Commitments for Next Week
- [Specific action → [Goal]]
- [Specific action → [Goal]]

### 💭 Agent Observation
[One honest observation about goal trajectory this quarter]

Progress Scoring

The agent scores each goal weekly using a simple formula:

Goal Score = (KRs completed + KRs in progress × 0.5) / Total KRs × 100

Example: 3 KRs total, 1 complete, 1 in progress, 1 not started → (1 + 0.5) / 3 × 100 = 50%

Status thresholds:

ScoreStatusEmoji
80–100%On Track🟢
50–79%Slight Risk🟡
20–49%At Risk🔴
0–19%Off Track💀

Time-adjusted scoring: The agent accounts for how far into the quarter you are. A 40% score in week 2 is fine; the same score in week 11 is a problem.

Formula: Expected Progress = (Current Week / 13) × 100 If Goal Score < Expected Progress - 20% → flag as At Risk regardless of threshold.


Accountability Rules

These are the behaviors that make this skill useful instead of just a fancy spreadsheet.

1. The Drift Flag

If a goal's weekly progress entry is blank for 2+ consecutive weeks, the agent surfaces it: *"Goal X hasn't been updated in 2 weeks. Is this still active?"*

2. The Reality Check

When a KR target hasn't moved in 3 weeks, the agent asks: *"KR [name] is at [X]/[Y] and hasn't changed in 3 weeks. What's the plan?"*

3. The Mid-Quarter Warning

At week 6 (halfway through the quarter), the agent runs an automatic mid-quarter review and reports whether each goal is mathematically achievable given current pace.

4. The Kill Switch

If you tell the agent a goal is no longer relevant, it moves it to the backlog or archives it — but records the reason. "I killed this because [reason]" is valuable data for future goal-setting.

5. The Commitment Loop

At the end of every check-in, the agent asks for specific next-week commitments tied to each at-risk goal. These become the opening item for next week's check-in.


Quarter Transition

At the end of each quarter (or when triggered):

  1. Score final results — mark each KR complete/incomplete with final numbers
  2. Write a quarter retrospectivegoals/retro-Q[N]-[YEAR].md
  3. Move goals to Completed table with outcome notes
  4. Archive the quartergoals/archive/Q[N]-[YEAR]-GOALS.md
  5. Open next quarter's GOALS.md with blank structure

Retrospective Format

# Quarter Retrospective — Q[N] [YEAR]

**Overall Score:** [X]% ([N]/[N] goals completed or mostly completed)

## What Worked
- [specific thing]

## What Didn't
- [specific thing] — [honest reason]

## What I'd Do Differently
- [specific change]

## Carry-Over Goals
- [goal] → moving to Q[N+1] because [reason]

## Lessons for Next Quarter
- [lesson]

Customization

Set Your Quarter Dates

If your quarter doesn't follow Jan/Apr/Jul/Oct, tell the agent: *"My Q1 runs February through April."* It will adjust mid-quarter warnings and time-adjusted scoring accordingly.

Adjust the Number of Goals

Default: 3–5 goals per quarter. Research suggests 3 is the sweet spot. If you want more, tell the agent — it will track them but may flag cognitive overload.

Weekly vs. Bi-Weekly Check-Ins

If weekly feels like too much, tell the agent to default to bi-weekly check-ins. The drift detection threshold will adjust from 2 weeks to 4 weeks.

Goal Categories

Optionally tag each goal with a category to track balance:

  • #revenue — income-generating
  • #product — building something
  • #audience — growing reach
  • #learning — skill development
  • #personal — non-business

If all your goals are in one category, the agent will note the imbalance.

Integration with Other Skills

This skill integrates cleanly with the rest of the Agent Ledger portfolio:

  • project-tracker: Link goals to specific projects. When a project milestone completes, it can update the corresponding goal KR.
  • solopreneur-assistant: The business dashboard can show goal scores alongside revenue metrics.
  • weekly-review (via daily-briefing): Include goal status in morning briefings.
  • research-assistant: When a goal requires research (e.g., entering a new market), spawn a research brief tied to that goal.

Troubleshooting

ProblemSolution
Goals feel vagueBreak down to KRs with numbers. "Grow newsletter" → "Reach 500 subscribers by March 31"
Too many goalsEnforce the 3-goal limit. Ask: "If you could only accomplish one this quarter, which one?"
Goals feel stressfulAdd a "Why it matters" sentence. Reconnecting to purpose helps more than adjusting targets
KRs keep changingThat's fine — log the change with a reason. Changing KRs = learning, not failure
Agent not flagging driftManually run: "Check my goals for drift and give me an honest assessment"
Quarter half-over, goals clearly won't happenDon't hide it. Run the mid-quarter review early and reset targets based on reality

Advanced Patterns

See references/advanced-patterns.md for:

  • Annual goals broken into quarterly milestones
  • Multi-area goal tracking (business, health, relationships)
  • Goal stacking (how goals support each other)
  • Automated check-in via heartbeat/cron
  • Public accountability (sharing goal scores in a newsletter or with an accountability partner)
  • Post-mortem templates for missed goals
  • Goal-to-project linking for tight integration with project-tracker

*Part of the Agent Skills collection by The Agent Ledger.* *Subscribe for new skills, premium blueprints, and field notes from a real AI-assisted operation.*

*DISCLAIMER: This skill was created by an AI agent. It is provided "as is" for informational and educational purposes only. It does not constitute professional, financial, legal, or technical advice. Review all generated files before use. The Agent Ledger assumes no liability for outcomes resulting from use. Use at your own risk.*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.97%
按下载量换算2,526

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills