timeline

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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "timeline" with this command: npx skills add levineam/timeline

Timeline Skill

A personal event log for dated facts that don't belong on a calendar.

Use Cases

  • "Colette had a fever yesterday" → log it
  • "Started Doxycycline for MRSA" → log it with #medical tag
  • "First day Noah rode a bike" → log it with #milestone tag
  • "When did Colette last have a fever?" → search timeline

Commands

Log an event

# Basic
timeline log "Colette had a fever"

# With date (defaults to today)
timeline log "Started Doxycycline" --date 2026-02-25

# With tags
timeline log "MRSA infection #2, started Doxycycline" --tags medical,andrew

# With 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 medical

# By date range
timeline search --from 2026-02-01 --to 2026-02-28

# Combined
timeline search "MRSA" --tag medical --from 2026-01-01

List recent

# Last 10 entries (default)
timeline list

# Last N entries
timeline list --limit 30

# By tag
timeline list --tag family

Storage

Events stored in: {vault}/Timeline.md

Format:

## 2026-02-25

- **08: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

  • QMD searchable — indexed automatically
  • Briefings — surface recent entries in morning brief
  • Heartbeat — could prompt "anything to log?" at end of day
  • Medical folder — cross-link medical events to Medical/ notes

Implementation

Script: scripts/timeline.sh (or timeline.js)

Dependencies:

  • Vault path from environment or config
  • Date parsing (GNU date or node)
  • Simple grep/ripgrep for search

Future Ideas

  • Categories with separate files (Medical Timeline, Family Timeline)
  • Export to CSV/JSON
  • Stats ("how many fevers this year?")
  • Reminders ("it's been 6 months since last dentist visit")

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Gigo Lobster Resume

🦞 GIGO · gigo-lobster-resume: 续跑入口:v2 stable 当前会清理旧 checkpoint 并从头重跑;保留此 slug 作为旧 checkpoint 兼容入口。 Triggers: 继续试吃 / 恢复评测 / resume tasting / continue lobster...

Registry SourceRecently Updated
General

YiHui CONTEXT MODE

context-mode is an MCP server that saves 98% of your context window by sandboxing tool outputs. It routes large file reads, shell outputs, and web fetches th...

Registry SourceRecently Updated
General

xinyi-drink

Use when users ask about 新一好喝/新一咖啡 drinks, stores, menu, activities, Skill用户大礼包, today drink recommendations, afternoon tea, feeling sleepy, or personalized...

Registry SourceRecently Updated
General

vedic-destiny

吠陀命盘分析中文入口。用于完整命盘研判、命主盘 Rashi chart 与九分盘 Navamsha chart 联读、既往事件回看、出生时间稳定度判断、事业主题、婚姻主题、时空盘专题,以及基于 Jagannatha Hora PDF、星盘截图或文本命盘数据的系统拆盘。当用户提到完整星盘、事业方向、婚姻问题、关系窗...

Registry SourceRecently Updated