UAP Release Analyzer

Turns a folder of declassified FOIA PDFs into an 11-section analytic report

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 7c6528c

Built a 14-file FOIA-style tranche with real agency prefixes, redaction stamps and two image-only PDFs, then analyzed it twice. My own 30-line pdfplumber pass got the basics right — 14 files, 26 pages, the 2 scanned files with no text layer — but produced one undifferentiated frequency list where 'roswell', 'centcom' and 'disc' all sat in the same bucket, and no written report. The pipeline classified all 14 files to the correct agency including flagging the unknown prefix to OTHER, split entities into locations/agencies/phenomena/year clusters, and emitted inventory.csv, five analytics files and an 11-section REPORT.md in 0.35s, with a caveats section that admits its own extraction is regex and not NER. The canned prose in section 2 is its weak spot: it described the NASA panel report as 'mission transcripts, crew debriefings' because that narrative is hardcoded, not read from the text.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 4/5

What UAP Release Analyzer does

A four-script pipeline that inventories a tranche of declassified UAP/UFO documents, extracts text, classifies each file by agency from its filename prefix, counts FOIA redaction markers and writes a standardized 11-section REPORT.md. Triggers whenever you point it at a folder of FOIA-released government PDFs and ask what is in it.

How to install UAP Release Analyzer

git clone https://github.com/ckpxgfnksd-max/uap-release-analyzer.git ~/.claude/skills/uap-release-analyzer
pip install pdfplumber pypdf

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger UAP Release Analyzer

  • /uap-release-analyzer Turns a folder of declassified FOIA PDFs into an 11-section analytic report

It also activates on plain-language prompts like these:

  • Analyze this folder of declassified FOIA UFO documents and summarize them
  • I have a tranche of redacted government PDFs, classify them by agency
  • Build me a report on redaction patterns across these released UAP files

Frequently asked questions

Is the UAP Release Analyzer skill free?
Yes. The skill itself is free from ckpxgfnksd-max/uap-release-analyzer. SkillProof publishes the install command and an independent test verdict at no cost.
Does UAP Release Analyzer work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Works. Built a 14-file FOIA-style tranche with real agency prefixes, redaction stamps and two image-only PDFs, then analyzed it twice. My own 30-line pdfplumber pass got the basics right — 14 files, 26 pages, the 2 scanned files with no text layer — but produced one undifferentiated frequency list where 'roswell', 'centcom' and 'disc' all sat in the same bucket, and no written report. The pipeline classified all 14 files to the correct agency including flagging the unknown prefix to OTHER, split entities into locations/agencies/phenomena/year clusters, and emitted inventory.csv, five analytics files and an 11-section REPORT.md in 0.35s, with a caveats section that admits its own extraction is regex and not NER. The canned prose in section 2 is its weak spot: it described the NASA panel report as 'mission transcripts, crew debriefings' because that narrative is hardcoded, not read from the text.
What is the UAP Release Analyzer SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
How do I install UAP Release Analyzer?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use UAP Release Analyzer with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.