Skip to main content

timeline-markdown-notes

Extract timeline entries from Markdown operator notes.

跳到安装

来源信息

仓库
SpecterOps/skills
最近来源活动
2026年5月29日 15:51
检测到的 SKILL.md 语言
英语
星标
657
分支
72

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
4 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
timeline-markdown-notes
description
Extract timeline entries from Markdown operator notes.
metadata
{"author":"GhostWorks"}
# Timeline Markdown Notes Parser Use when Markdown or plain text notes are provided for timeline consolidation. ## Input Contract - Directory `input/notes/` with `.md`/`.txt` files containing timestamped entries, log-style notes, lists, or tables. ## Output - Write `output/md_notes_entries.json` with normalized entries (timestamp, source, operator, action, details, raw_timestamp). ## Workflow 1. Detect timestamp patterns (ISO 8601, MM/DD/YYYY, DD/MM/YYYY, HH:MM:SS) across text and list entries. 2. Use filename-derived date/operator context when time-only entries appear. 3. Normalize UTC timestamps and assign `operator` from filename patterns (`operator1-notes`, etc.). 4. Treat lists/tables as multi-entry sequences and map bullet text to `action`/`details`. 5. Flag ambiguous entries for manual review and record `raw_timestamp`. ## Notes - Prefer strict patterns but allow friendly heuristics (headers like `## 2024-01-15 Morning Session`). - Provide fallback steps for entries missing time but containing keywords such as `recon`, `auth`, `exploit`.
在 GitHub 查看