lawclaw
Drop a contract, get answers. lawclaw rips through PDFs, spots risky clauses, diffs redlines, checks citations, and searches thousands of discovery docs—loca...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install lawclaw或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install lawclaw⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/lawclaw/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: lawclaw description: Drop a contract, get answers. lawclaw rips through PDFs, spots risky clauses, diffs redlines, checks citations, and searches thousands of discovery docs—locally, so nothing leaves your machine. Built for attorneys and paralegals who bill by the hour and can't waste one. homepage: https://github.com/legal-tools/lawclaw metadata: {"clawdbot":{"emoji":"⚖️","requires":{"bins":["pdftotext","diff","grep","pandoc"]},"install":[{"id":"brew-poppler","kind":"brew","formula":"poppler","bins":["pdftotext"],"label":"Install pdftotext (brew)"},{"id":"brew-pandoc","kind":"brew","formula":"pandoc","bins":["pandoc"],"label":"Install pandoc (brew)"}]}} ---
Drop a contract, get answers.
lawclaw tears through legal documents the way you wish your associates would—fast, thorough, and without missing the indemnification clause buried on page 47. It extracts text from PDFs, flags key clauses, generates redline comparisons, validates citations, and searches entire discovery sets for the one sentence that wins your case.
Everything runs locally on your machine. No uploads, no third-party servers, no risk to attorney-client privilege. Just you, your terminal, and a very sharp claw.
Who it's for: Attorneys, paralegals, and legal ops teams doing contract review, litigation support, due diligence, e-discovery, or brief-writing.
What it replaces: Hours of Ctrl+F across dozens of PDFs.
Document Analysis
pdftotext grep -i "indemnification\|liability\|warranty" contract.txtwc -w document.txtpdfinfo Contract Clause Extraction Use grep with regex to find common clauses:
grep -i "indemnif\|hold harmless" contract.txtgrep -i "terminat\|cancellation" contract.txt -A 3grep -i "confidential\|proprietary\|NDA" contract.txt -A 3grep -i "force majeure\|act of god" contract.txt -A 3grep -i "jurisdiction\|venue\|governing law" contract.txt -A 2grep -i "arbitration\|dispute resolution" contract.txt -A 3grep -i "non-compete\|noncompete\|restrictive covenant" contract.txt -A 3grep -i "assign\|transfer\|delegate" contract.txt -A 2Redline / Comparison
diff -u original.txt revised.txt > redline.diffdiff -y original.txt revised.txt | lesswdiff original.txt revised.txt > changes.txtpandoc contract.docx -t plain -o contract.txtCitation and Reference Checking
grep -E "[0-9]+ [A-Z]\.[A-Za-z0-9.]+ [0-9]+" brief.txtgrep -E "[0-9]+ U\.S\.C\. § [0-9]+" document.txtgrep -E "[0-9]+ C\.F\.R\. § [0-9]+" document.txtgrep -E "\[[0-9]+\]" brief.txtgrep -E "[A-Z][a-z]+, [0-9]+ [A-Z]\." brief.txtDocument Organization
find . -name "*.pdf" -type fgrep -r "key term" ./discovery/find . -name "*.pdf" -mtime -7 -lsfor f in *.pdf; do mv "$f" "Exhibit_${f}"; doneDiscovery Support
pdfinfo document.pdf | grep Pagesfor f in *.pdf; do pdftotext "$f" "${f%.pdf}.txt"; donels -lh *.pdf > production_log.txtgrep -r "PROD[0-9]\{6\}" ./documents/Due Diligence
grep -i "material adverse\|intellectual property\|pending litigation" diligence/*.txtgrep -E "[0-9]{1,2}/[0-9]{1,2}/[0-9]{4}" contract.txtgrep -E "\$[0-9,]+(\.[0-9]{2})?" agreement.txtgrep -E "WHEREAS|Party|Seller|Buyer|Lessor|Lessee" contract.txtDeposition / Transcript Analysis
grep -i "Q\." deposition.txt | grep -i "keyword"grep "A\." deposition.txt -A 2wc -l transcript.txtPrivilege Log Support
find ./documents -type f -exec ls -lh {} \; > privilege_log.csvgrep -ri "attorney-client\|work product" ./emails/grep -rli "attorney-client" ./emails/ > privileged_files.txtContract Review Checklist
pdftotext contract.pdf contract.txt - grep -i "limitation of liability" contract.txt - grep -i "indemnification" contract.txt - grep -i "termination" contract.txt - grep -i "confidentiality" contract.txt - grep -i "governing law" contract.txt
grep -E "\$[0-9,]+" contract.txtgrep -i "within [0-9]+ days\|business days\|calendar days" contract.txtRedline Workflow
pandoc original.docx -t plain -o original.txt && pandoc revised.docx -t plain -o revised.txtdiff -u original.txt revised.txt > changes.diffdiff -y original.txt revised.txt | lessDiscovery Review
for pdf in discovery/*.pdf; do pdftotext "$pdf" "${pdf%.pdf}.txt"; donegrep -ri "responsive term" discovery/*.txtls -lh discovery/*.pdf > document_index.txtDue Diligence Package Review
find diligence/ -name "*.pdf" -exec pdftotext {} \;grep -ri "litigation\|breach\|default\|bankruptcy" diligence/*.txtgrep -Eroh "[0-9]{1,2}/[0-9]{1,2}/[0-9]{4}" diligence/*.txt | sort -uBrief / Motion Citation Check
grep -E "[0-9]+ [A-Z]\.[A-Za-z0-9.]+ [0-9]+" brief.txtdiff <(grep -oE "[0-9]+ [A-Z]\.\S+ [0-9]+" brief.txt | sort -u) <(sort toa.txt)pandoc before analysiswdiff for word-level comparison: install via brew install wdiffgog skill for Google Workspace integration (Drive, Gmail, Sheets)tesseract: brew install tesseract安装 Drop a contract, get answers. lawclaw rips through PDFs, spots risky clauses, diffs redlines, checks citations, and searches thousands of discovery docs—locally, so nothing leaves your machine. Built for attorneys and paralegals who bill by the hour and can't waste one 后,可以对 AI 说这些话来触发它
Help me get started with Drop a contract, get answers. lawclaw rips through PDFs, spots risky clauses, diffs redlines, checks citations, and searches thousands of discovery docs—locally, so nothing leaves your machine. Built for attorneys and paralegals who bill by the hour and can't waste one
Explains what Drop a contract, get answers. lawclaw rips through PDFs, spots risky clauses, diffs redlines, checks citations, and searches thousands of discovery docs—locally, so nothing leaves your machine. Built for attorneys and paralegals who bill by the hour and can't waste one does, walks through the setup, and runs a quick demo based on your current project
Use Drop a contract, get answers. lawclaw rips through PDFs, spots risky clauses, diffs redlines, checks citations, and searches thousands of discovery docs—locally, so nothing leaves your machine. Built for attorneys and paralegals who bill by the hour and can't waste one to drop a contract, get answers
Invokes Drop a contract, get answers. lawclaw rips through PDFs, spots risky clauses, diffs redlines, checks citations, and searches thousands of discovery docs—locally, so nothing leaves your machine. Built for attorneys and paralegals who bill by the hour and can't waste one with the right parameters and returns the result directly in the conversation
将技能文件夹放到 ~/.claude/skills/lawclaw/ 目录(个人级,所有项目可用),或 .claude/skills/lawclaw/(项目级)。重启 AI 客户端后,用 /lawclaw 主动调用,或让 AI 根据上下文自动发现并使用。
Drop a contract, get answers. lawclaw rips through PDFs, spots risky clauses, diffs redlines, checks citations, and searches thousands of discovery docs—locally, so nothing leaves your machine. Built for attorneys and paralegals who bill by the hour and can't waste one 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
What can I do with Drop a contract, get answers. lawclaw rips through PDFs, spots risky clauses, diffs redlines, checks citations, and searches thousands of discovery docs—locally, so nothing leaves your machine. Built for attorneys and paralegals who bill by the hour and can't waste one in my design & creative workflow?
Lists the top use cases for Drop a contract, get answers. lawclaw rips through PDFs, spots risky clauses, diffs redlines, checks citations, and searches thousands of discovery docs—locally, so nothing leaves your machine. Built for attorneys and paralegals who bill by the hour and can't waste one, with example commands for each scenario
Automate my design & creative tasks using Drop a contract, get answers. lawclaw rips through PDFs, spots risky clauses, diffs redlines, checks citations, and searches thousands of discovery docs—locally, so nothing leaves your machine. Built for attorneys and paralegals who bill by the hour and can't waste one
Identifies repetitive steps in your workflow and sets up Drop a contract, get answers. lawclaw rips through PDFs, spots risky clauses, diffs redlines, checks citations, and searches thousands of discovery docs—locally, so nothing leaves your machine. Built for attorneys and paralegals who bill by the hour and can't waste one to handle them automatically
Drop a contract, get answers. lawclaw rips through PDFs, spots risky clauses, diffs redlines, checks citations, and searches thousands of discovery docs—locally, so nothing leaves your machine. Built for attorneys and paralegals who bill by the hour and can't waste one 可免费安装使用。请查阅仓库了解许可证信息。
Drop a contract, get answers. lawclaw rips through PDFs, spots risky clauses, diffs redlines, checks citations, and searches thousands of discovery docs—loca...
Drop a contract, get answers. lawclaw rips through PDFs, spots risky clauses, diffs redlines, checks citations, and searches thousands of discovery docs—locally, so nothing leaves your machine. Built for attorneys and paralegals who bill by the hour and can't waste one 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。