Install
openclaw skills install @chefroger/behavior-trackerAutomatically record and analyze user behavior patterns from conversations
openclaw skills install @chefroger/behavior-trackerAutomatically record and analyze user behavior patterns
| Dimension | Description |
|---|---|
| topic | Recently discussed tech/projects |
| active_hours | High-frequency conversation time periods |
| communication_style | Task-based/discussion-based/Q&A |
| learning_mode | Theory-oriented/practice-oriented |
| project_focus | Long-term projects of interest |
behavior-tracker/
├── SKILL.md # This file
├── scripts/
│ ├── analyzer.py # Core analysis logic
│ ├── recorder.py # Manual conversation recorder
│ └── heartbeat_tracker.py # Lightweight heartbeat tracker
└── references/
└── .gitkeep
# Manual analysis run
python3 scripts/analyzer.py
# Record current conversation
python3 scripts/recorder.py --topic "AI Agent" --project "The Machine"
# Run lightweight tracker (for heartbeat)
python3 scripts/heartbeat_tracker.py
# Auto analysis daily at 18:00
0 18 * * * python3 ~/.../behavior-tracker/scripts/analyzer.py