π¦ ClawHub
Timeline
by @levineam
Log dated events and facts to a queryable personal timeline. Use when the user wants to record something that happened (medical events, family moments, miles...
TERMINAL
clawhub install timelineπ About This Skill
name: timeline description: Log dated events and facts to a queryable personal timeline. Use when the user wants to record something that happened (medical events, family moments, milestones) without cluttering the calendar. Not for scheduling β for remembering. metadata: openclaw: triggers: - "log that" - "save to timeline" - "add to timeline" - "record that" - "timeline"
Timeline Skill
A personal event log for dated facts that don't belong on a calendar.
Use Cases
Commands
Log an event
# Basic
timeline log "Colette had a fever"With date (defaults to today)
timeline log "Started Doxycycline" --date 2026-02-25With tags
timeline log "MRSA infection #2, started Doxycycline" --tags medical,andrewWith both
timeline log "Noah's first bike ride" --date 2026-02-20 --tags milestone,noah
Search
# Full-text search
timeline search "fever"By tag
timeline search --tag medicalBy date range
timeline search --from 2026-02-01 --to 2026-02-28Combined
timeline search "MRSA" --tag medical --from 2026-01-01
List recent
# Last 10 entries (default)
timeline listLast N entries
timeline list --limit 30By tag
timeline list --tag family
Storage
Events stored in: {vault}/Timeline.md
Format:
## 2026-02-2508:30 Colette had a fever #family #medical
21:00 Started Doxycycline for MRSA #medical #andrew 2026-02-20
14:00 Noah's first bike ride without training wheels #milestone #noah
Integration Points
Implementation
Script: scripts/timeline.sh (or timeline.js)
Dependencies: