/SKILL.md
Process academic PDFs into structured Obsidian literature notes and 9-node critical-thinking canvases. Activate when the user shares a PDF (drag-in or path) and asks to read, summarize, analyze, or "deeply read" it — or when they say things like "phd-deepread read this paper", "make a literature note", "critique this paper", or "build a canvas for this paper".
npx skillsauth add heleninsights-dot/phd-deepread-workflow phd-deepreadInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Turn a PDF into three artifacts the user can drop straight into Obsidian:
clauderules.md template.The user shares an academic PDF — typically by dragging it into the chat or pasting a path — and asks for any of:
If they only want a quick summary (no Obsidian artifacts), this skill is overkill — answer directly instead.
You drive the phd-deepread CLI on the user's behalf. The user does not type these commands.
phd-deepread run /path/to/paper.pdf
This produces three things in markdown_output/<paper_name>/:
<paper>.md — extracted textstructured_literature_notes/<paper>.md — this is a prompt, not a finished note<paper>.canvas — blank 9-node templateYou then write the literature note yourself. Read the prompt file, follow the instructions inside (it includes the full clauderules.md template), and overwrite the prompt file with the finished note. The prompt asks for YAML frontmatter, Dataview callouts, extensive wikilinks, and academic tone — follow that exactly.
After the note is written, populate the canvas from it:
phd-deepread canvas -o markdown_output/<paper>/<paper>.canvas \
--from-note structured_literature_notes/<paper>.md --overwrite
This maps note sections to canvas nodes by regex. Some nodes (assumptions, alternative-explanations) are auto-populated from related sections; the rest pull directly from the note. The user can refine any node in Obsidian.
phd-deepread extract /path/to/paper.pdf # PDF → markdown
phd-deepread generate markdown_output/<paper>/ -o notes/<paper>.md # build prompt
phd-deepread canvas -o notes/<paper>.canvas --title "..." --authors "..." --year "..."
phd-deepread batch /path/to/folder -o batch_output/ --create-canvases
Then loop over each <paper>_prompt.txt and write the finished note next to it.
phd-deepread verify markdown_output/<paper>/
Checks formatting, YAML frontmatter, callouts, wikilinks.
scripts/templates/clauderules.md — the literature-note template you must follow when writing the note. Loaded by generate.py via importlib.resources.scripts/templates/critical-thinking.canvas — base canvas layout used by canvas.py.Do not edit these as part of normal use.
phd-deepread doctor (if available) or fall back to python3 -m pip install --user phd-deepread-workflow and tell the user to open a new terminal.brew install tesseract (macOS) or sudo apt install tesseract-ocr (Linux).pip install --upgrade phd-deepread-workflow.examples/example-output.md — what a finished literature note looks like.examples/example-canvas.canvas — what a populated canvas looks like.Match those styles when writing your own.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.