Install
openclaw skills install deposition-question-skillDevelop deposition question sets from Relativity-exported PDF productions using a user-provided legal theory. Use when tasks involve reviewing opponent-produ...
openclaw skills install deposition-question-skillAnalyze one or more Relativity-exported PDF productions against a legal theory and generate deposition questions organized by document ID. Each question includes a reason for asking and a document quote that can be used if the witness denies.
Reason why we ask this questionQuote from the document to use in deposition in case the opponent party deniespython scripts/extract_relativity_pages.py \
--input <pdf-folder-or-file> \
--recurse \
--output <relativity_pages.json>
selected_document_id is null and flag for manual check.supports, undermines, neutral.supports pages first, then undermines pages for impeachment.references/deposition_output_template.md.Reason or Quote sections under any question.Quote from the document to use in deposition in case the opponent party denies: [No direct quote located - manual verification required]scripts/extract_relativity_pages.pyreferences/deposition_output_template.mdInstall once if missing:
python -m pip install --user pdfplumber