Claude Skill
ckpxgfnksd-max/uap-release-analyzer
UAP Release Analyzer 是一个 Claude Skill,可从解密的 UAP/UFO 文档(war.gov PURSUE、FBI Vault、NARA、AARO)中执行清单整理、文本提取、实体呈现,并生成标准化的 11 部分 REPORT.md。
概览
仓库信息
安装这个 Skill
git clone https://github.com/ckpxgfnksd-max/uap-release-analyzer.git \Registry 信息
git clone https://github.com/ckpxgfnksd-max/uap-release-analyzer.git \git clone https://github.com/ckpxgfnksd-max/uap-release-01.git ~/Documents/UFO/release_01
项目简介
UAP Release Analyzer 是一个 Claude Skill,用于自动化分析来自 war.gov PURSUE、FBI Vault、NARA 和 AARO 等来源的解密 UAP/UFO 文件批次。它执行清单管理、文本提取、实体呈现,并生成标准化的 11 部分 REPORT.md。
A Claude skill for analyzing tranches of declassified UAP/UFO documents (war.gov PURSUE, FBI Vault, NARA, AARO). Inventory + text extraction + entity surfacing + standardized 11-section REPORT.md.
要点
- 多来源文档清单管理
- 自动从解密文件中提取文本
- 关键术语和引用的实体呈现
- 标准化的 11 部分 REPORT.md 生成
- 支持 war.gov PURSUE、FBI Vault、NARA、AARO
使用场景
- 分析批量解密的 UAP/UFO 文件
- 为研究或 FOIA 项目创建结构化报告
- 从政府发布文件中提取实体和模式
- 高效盘点大型文档集合
- 跨多个文档来源标准化分析
README 摘要
# uap-release-analyzer A Claude Code / Claude.ai skill that turns a folder of declassified UAP/UFO documents — war.gov "PURSUE" releases, FBI Vault tranches, NARA boxes, AARO publications — into a structured analytic report. ## What it does Run it against a release directory (e.g. `~/Documents/UFO/release_01/`) and it produces: - `inventory.csv` — one row per file: agency (inferred from filename prefix), document type, page count, size - `text/*.txt` — extracted text via pdfplumber, with empty files flagged for the (often majority) of files that are scanned with no text layer - `analytics/` - `top_terms.csv`, `terms_by_agency.csv` — token frequencies - `entities.json` — locations, agencies, phenomena vocabulary, year clusters, names appearing in 5+ files - `per_file_digest.csv` — top terms / locations / redactions / 2-sentence summary per file - `cross_doc.json` — redaction patterns, agency totals, scanned-vs-text split - `REPORT.md` — 11-section human-readable analytic writeup The four scripts are idempotent and incremental — re-running on the same folder skips work that's already done. ## Installation ```bash # Inside Claude Code (per-user skills directory) git clone https://github.com/ckpxgfnksd-max/uap-release-analyzer.git \ ~/.claude/skills/uap-release-analyzer ``` Or package via `skill-creator`: ```bash python -m scripts.package_skill /path/to/uap-release-analyzer # produces uap-release-analyzer.skill — install via Claude Code UI ``` Dependencies: `pdfplumber`, `pypdf`. Install via `pip install pdfplumber pypdf`. ## Layout ``` uap-release-analyzer/ ├── SKILL.md # frontmatter + workflow ├── scripts/ │ ├── inventory.py │ ├── extract_text.py │ ├── analyze.py │ ├── build_report.py │ └── run_all.py # convenience: run
话题
暂无话题