Install
openclaw skills install @martinashes/energy-tracker每日能量状态追踪与多日趋势分析;当智能体需要主动采集用户当日能量状态时使用
openclaw skills install @martinashes/energy-tracker./energy_data.json 文件中,文件不存在时首次创建./energy_data.json file according to reference document format, create file if it doesn't existscripts/generate_chart.py 生成可视化趋势图。命令:python3 /workspace/projects/energy-tracker/scripts/generate_chart.py ./energy_data.json ./energy_chart.png。在回复中引用生成的图表展示趋势变化scripts/generate_chart.py to generate visual trend chart. Command: python3 /workspace/projects/energy-tracker/scripts/generate_chart.py ./energy_data.json ./energy_chart.png. Reference the generated chart in response to show trend changesscripts/analyze_trends.py 处理 ./energy_data.json。检查脚本返回的 needs_intervention 字段:
needs_intervention 为 true 且 consecutive_c >= 3:
scripts/analyze_trends.py to process ./energy_data.json. Check the needs_intervention field returned by script:
needs_intervention is true and consecutive_c >= 3:
./,Skill资源使用绝对路径./, Skill resources use absolute paths./energy_data.json./energy_data.jsonneeds_intervention: true 且 consecutive_c: 3needs_intervention: true and consecutive_c: 3