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에서 보기