Deposition Question Development
v1.0.0Develop deposition question sets from Relativity-exported PDF productions using a user-provided legal theory. Use when tasks involve reviewing opponent-produ...
⭐ 1· 179·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the implementation. The included script and SKILL.md are focused on extracting page text/IDs and organizing questions by document ID; nothing requested (no env vars, no unrelated binaries) is out of scope.
Instruction Scope
Runtime instructions are narrowly scoped: prompt for legal theory and PDF paths, run the provided extraction script, classify pages for relevance, and draft questions with quotes. The instructions do not request unrelated files, credentials, or external endpoints.
Install Mechanism
There is no install spec (instruction-only). The only runtime dependency is pdfplumber (installed via pip as described), which is a reasonable, traceable Python library for PDF parsing.
Credentials
The skill requests no environment variables, credentials, or config paths. The script reads local PDF files and writes a JSON output file as expected for this task.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges; it does not modify other skills or system-wide agent settings.
Assessment
This skill appears to do what it says: it runs a local Python script to parse PDFs, extract bottom-right numeric document IDs, and help draft deposition questions with verbatim quotes. Before use: (1) install pdfplumber from a trusted source (pip) and verify your Python environment; (2) run the extraction on a copy of sensitive productions in a secure machine — the script reads PDFs and writes JSON locally but does not send data externally; (3) manually review pages flagged with missing or ambiguous IDs and verify all quoted text before using it in a deposition; (4) avoid uploading privileged documents to untrusted networks or services when using the skill.Like a lobster shell, security has layers — review code before you run it.
latestvk97b2x5mhcmea018vm4c6atgns82vkw4
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
