Skip to main content

timeline-pdf-notes

Extract timeline entries from PDF operator notes via pdfplumber.

跳到安装

来源信息

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

安装方式

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

检查来源文件

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

文件资源管理器
4 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
timeline-pdf-notes
description
Extract timeline entries from PDF operator notes via pdfplumber.
metadata
{"author":"GhostWorks"}
# Timeline PDF Notes Parser Use when provided operator notes are only available as PDFs. ## Input Contract - Directory `input/notes/` with `.pdf` files representing operator notes. ## Output - Write `output/pdf_notes_entries.json` with normalized entries (timestamp, source, operator, action, details, raw_timestamp). ## Workflow 1. Use `pdfplumber` to extract text per page and optional tables. 2. Apply the same timestamp patterns as the Markdown parser; use filename-derived dates/operator context when necessary. 3. Normalize timestamps to UTC and drop duplicates flagged by the consolidator. 4. Track page numbers or table origins in `source`/`details` for traceability. 5. Append `source_type = "pdf_notes"` in metadata with counts and errors. 6. Provide guidance to install `pdfplumber` if missing. ## Notes - Tables are optional; parse them to capture structured timeline rows when available. - Handle messy text by cleaning repeated headers/footers.
在 GitHub 查看