← 返回
未分类 中文

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, miles...
将带日期的事件和事实记录到可查询的个人时间线中。适用于用户想要记录已发生的事情(医疗事件、家庭时刻、里程等)。
levineam levineam 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 379
下载
💾 0
安装
1
版本
#latest

概述

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")

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 09:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Agent Skills Context Engineering

levineam
OpenClaw 封装,Muratcan Koylan 的上下文工程智能体技能集,包含 13 项技能,覆盖上下文优化、多智能体模式、记忆系统等...
★ 1 📥 1,178
knowledge-management

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 73 📥 162,831
knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 446 📥 105,168