estate-legal-scan

Analyzes OCR text from legal documents and returns structured summaries, interpretations, and risk flags.

1|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/tapway/shogun-os --skill estate-legal-scan-tapway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: estate-legal-scan
Source: https://github.com/tapway/shogun-os/tree/main/industries/plantation/skills/estate-legal-scan
Command: npx skills add https://github.com/tapway/shogun-os --skill estate-legal-scan-tapway

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reviewing contracts, leases, and NDAs manually is slow and error-prone, especially for estate operations teams handling many legal documents. This Skill turns OCR-extracted document text into a structured JSON analysis with a plain-language summary, clause interpretation, and risk flags. ## Core Features & Use Cases - Document Classification: Identifies the document type (employment contract, service agreement, lease, NDA, or other) from OCR text. - Structured Interpretation: Extracts parties, duration, contract value, key obligations, termination clauses, and penalty clauses into a consistent JSON schema. - Risk Detection: Flags risks such as auto-renewal clauses, unlimited liability, and short notice periods, with actionable recommendations. - Use Case: An estate operations manager uploads a 2-year employment contract in the Estate Ops dashboard; the backend OCRs the PDF and this Skill returns a summary, the RM 2,500/month salary terms, the 30-day termination notice, and a warning about an auto-renewal clause. ## Quick Start Scan this uploaded contract and give me a summary, the key clauses, and any risks I should review before signing.

Frequently Asked Questions about estate-legal-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan and summarize a legal contract automatically?

Upload the contract (PDF, PNG, or JPG) through the Estate Ops dashboard. The backend extracts the text via OCR, then this Skill analyzes it with a DeepSeek prompt and returns a JSON summary, clause interpretation, risks, and recommendations.

What types of legal documents can be analyzed with OCR?

This Skill classifies documents as employment contracts, service agreements, leases, NDAs, or other legal documents. It extracts parties, duration, value, key obligations, and termination and penalty clauses from each.

Can this skill scan invoices or receipts?

No. Invoice and receipt scanning is explicitly out of scope and handled by the separate finance-doc-scan skill. This Skill only analyzes legal documents such as contracts, agreements, leases, and NDAs.

Does the legal document scan store results to gbrain?

No. Storage is handled by the dashboard endpoint, not this Skill. The Skill only returns the JSON analysis object containing the summary, interpretation, risks, and recommendations.

What risks does contract analysis detect?

The analysis flags risks such as auto-renewal clauses, unlimited liability, and short termination notice periods. It also returns actionable recommendations, such as reviewing an auto-renewal clause or negotiating a longer notice period.