notary-document-classifier

Classify notary documents by weighted keyword analysis and route them downstream.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/diegogalmarini/EscriAR --skill notary-document-classifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notary-document-classifier
Source: https://github.com/diegogalmarini/EscriAR/tree/main/.agent/skills/notary-document-classifier
Command: npx skills add https://github.com/diegogalmarini/EscriAR --skill notary-document-classifier

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the need for manual document sorting and routing by automatically classifying uploaded notary documents based on their content.

Core Features & Use Cases

  • Automatic Classification: Identifies document types like Escrituras, DNIs, Certificates, and Catastro records.
  • Intelligent Routing: Directs documents to the correct specialized extraction or validation skills.
  • Use Case: When a user uploads a scanned Escritura, this Skill identifies it and triggers the notary-property-extractor and notary-entity-extractor skills for further processing.

Quick Start

Classify the provided text content as a notary document type.

Frequently Asked Questions about notary-document-classifier

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

FAQPage Schema
How do I automatically classify notary documents based on their content?

Automatic notary document classification uses weighted keyword analysis and hierarchical detection on uploaded text content to identify document types like Escritura, DNI, and Certificado de Dominio without manual sorting.

What is the best way to route legal documents to downstream extraction skills?

Routing legal documents to downstream skills is best handled by classifying the document type first, which then triggers specialized extraction or validation skills like property or entity extractors based on the identified content.

How does keyword analysis work for identifying document types like Escrituras or Certificates?

Keyword analysis for identifying document types works by applying weighted matching to textual content, allowing hierarchical detection to accurately distinguish between specific notary records such as Escrituras, Boleto Compraventa, and Catastro/ARBA files.

Can I use this document type identification for scanned notary records?

Yes, you can use this document type identification for scanned notary records. The Skill processes the textual content extracted from scans to classify documents and route them to appropriate downstream validation skills.

What specific legal document types can be detected using hierarchical detection?

Hierarchical detection can identify specific legal document types including Escritura, DNI, CUIT, Certificado de Dominio, Certificado de Inhibición, Boleto Compraventa, and Catastro/ARBA records based on their textual content.