openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Goal Tracker

Track and log progress on long-term goals with daily updates, milestone marking, MRR tracking, and weekly summaries.

综合技能

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 1 · 1.1k · 8 current installs · 8 all-time installs

1

安装量(当前) 8

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:alti-systems/goal-tracker

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill's stated purpose (goal tracking) matches the instructions, but it instructs the agent to run hard-coded executables in /root/clawd with no code or install provided, which is unexpected and could execute arbitrary behavior if those binaries exist.

目的

Name/intent (goal tracking) aligns with the commands and data files described. However the skill assumes the presence of executables at absolute paths under /root/clawd rather than shipping its own code or a clear install — that's plausible for a wrapper around a local tracker but is unusual for a registry skill with no provenance or description.

说明范围

SKILL.md instructs the agent to execute specific binaries at /root/clawd/tracker and /root/clawd/goal-tracker/generate-dashboard and to read/write data files (data/*.json, index.html). Those instructions stay within the stated purpose, but reference an absolute root path. Because the skill provides no code, those binaries are external and could perform arbitrary actions beyond goal-tracking (accessing system files, network, credentials). The i…

安装机制

No install spec and no code files are provided (instruction-only). This minimizes the skill writing code to disk, but it increases reliance on pre-existing local binaries — a different risk model rather than a direct install risk.

证书

The skill requests no environment variables, credentials, or config paths. That is proportionate for the claimed functionality. The remaining concern is that it will call local binaries which could themselves access secrets — but the skill manifest does not request them directly.

持久

always is false and autonomous invocation is allowed (the platform default). The skill does not request to modify other skills or system-wide agent settings. No extra persistence privileges are declared.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Goal Tracker」。简介:Track and log progress on long-term goals with daily updates, milestone marking…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/alti-systems/goal-tracker/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

# Goal Tracker Skill

Track long-term goals with milestones, daily logging, and accountability.

## Location
`/root/clawd/goal-tracker/`

## Commands

```bash
# Show status
/root/clawd/tracker status

# Log daily activity
/root/clawd/tracker log --trained --business --wins "Description"

# Update MRR
/root/clawd/tracker mrr 5000

# Mark milestone complete
/root/clawd/tracker milestone ironman "5km run"
/root/clawd/tracker milestone mrr_100k "first client"

# Weekly summary
/root/clawd/tracker week

# Generate HTML dashboard
/root/clawd/goal-tracker/generate-dashboard
```

## Data Files
- `data/goals.json` - Goal definitions and milestones
- `data/daily-log.json` - Daily check-ins
- `index.html` - Generated visual dashboard

## Integration with Alto

### During Evening Check-ins
Ask: "Did you train today? Work on business?"
Then log: `tracker log --trained --business` (or `--no-trained` etc.)

### When Wins Happen
Log them: `tracker log --wins "Landed new client"`

### When MRR Changes
Update: `tracker mrr 5000`

### When Milestones Complete
Mark: `tracker milestone ironman "5km"`

## Goals Tracked

### Ironman (by 2030)
Milestones:
1. Run 5km without stopping
2. Complete sprint triathlon
3. Complete Olympic distance
4. Complete Half Ironman (70.3)
5. Complete Full Ironman

### $100k MRR (by 2030)
Milestones:
1. First paying client
2. $5k MRR
3. $10k MRR
4. $25k MRR
5. $50k MRR
6. $100k MRR

## Weekly Rhythm
- Monday: Week planning (set priorities)
- Daily: Evening check-in (log training + business)
- Friday: Week review (score + adjust)

## Patterns to Watch
- 3+ days without training = gentle nudge
- Week score < 50% = check in on blockers
- Milestone dates approaching = increase urgency