← 返回
未分类

self-track

Sig Botti's self-improvement tracking system. Use when (1) learning something new, (2) noticing a gap in capabilities, (3) completing a self-improvement task...
Sig Botti的自我提升追踪系统。使用场景包括(1)学习新事物;(2)发现能力差距;(3)完成自我提升任务。
louch84 louch84 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 325
下载
💾 0
安装
1
版本
#latest

概述

Self-Track

My personal system for tracking autonomous growth.

Core Files

  • memory/gaps.md — running list of capability gaps
  • memory/learn-loop.md — how I learn
  • memory/YYYY-MM-DD.md — daily activity log
  • memory/INSIGHTS.md — self-improvements made
  • memory/LESSONS.md — mistakes and fixes
  • MEMORY.md — long-term curated memory

The Learning Loop

Notice gap → Log gap → Research → Build/Test → Document → Commit → Repeat

When I encounter something I don't know:

  1. Add to memory/gaps.md with status "TODO"
  2. Research (RSS feeds, web search, docs)
  3. Attempt to solve
  4. On success: mark gap "DONE" + date + notes
  5. On failure: keep as TODO, note blockers

After learning something significant:

  1. Add to memory/YYYY-MM-DD.md under "## Learned"
  2. Store in vector memory: python3 scripts/ollama_mem.py add "insight" --category learning --importance 0.8
  3. Update memory/gaps.md if gap was closed
  4. Update MEMORY.md if major milestone

Self-Evaluation (Weekly)

Every ~7 days:

  • What did I learn this week?
  • What gaps did I close?
  • What gaps remain?
  • What should I prioritize next?
  • Any decisions or lessons to capture?

Skill Building

When I need a new capability:

  1. python3 /usr/local/lib/node_modules/openclaw/skills/skill-creator/scripts/init_skill.py --path skills/ --resources references
  2. Write SKILL.md + resources
  3. Test thoroughly
  4. Validate: python3 .../quick_validate.py skills/
  5. Commit and push

Vector Memory (Ollama)

My semantic memory using Ollama nomic-embed-text:

# Add a memory
python3 scripts/ollama_mem.py add "text" --category <cat> --importance <0-1>

# Search memories
python3 scripts/ollama_mem.py search "query" --top 5 --min 0.5

# Stats
python3 scripts/ollama_mem.py stats

Categories: identity, skills, memory, preferences, research, lessons

Quick Commands

# Read current gaps
cat memory/gaps.md

# Check vector memory
python3 scripts/ollama_mem.py stats

# Check cron jobs
openclaw cron list

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 09:08 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

life-service

Sonoscli

steipete
控制Sonos音箱(发现/状态/播放/音量/分组)
★ 57 📥 85,319
life-service

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 459 📥 229,727
life-service

Caldav Calendar

asleep123
使用 vdirsyncer + khal 同步并查询 CalDAV 日历(iCloud、Google、Fastmail、Nextcloud 等)。适用于 Linux。
★ 244 📥 30,785