Install
openclaw skills install @harrylabsj/learning-optimizerLearning optimizer - analyze study patterns, identify inefficiencies, suggest optimizations for better learning outcomes
openclaw skills install @harrylabsj/learning-optimizerAnalyze and optimize learning patterns for better efficiency.
python3 scripts/main.py analyze --schedule "每天2小时" --subjects "数学,英语"
python3 scripts/main.py optimize --problem "容易分心" --current "长时间连续学习"
python3 scripts/main.py allocate --total 120 --priorities "数学高,英语中"
python3 scripts/main.py data
Logs are local-first and stored under ~/.learning-optimizer/ by default.
Set LEARNING_OPTIMIZER_HOME for tests, demos, or shared machines:
LEARNING_OPTIMIZER_HOME=/tmp/learning-demo python3 scripts/main.py analyze --schedule "每天2小时" --subjects "数学,英语"
The skill writes JSONL logs:
analysis_log.jsonloptimization_log.jsonlallocation_log.jsonlpython3 -m py_compile scripts/main.py scripts/verify.py
python3 scripts/verify.py