notary-legal-validator

Validate notary operations against legal requirements using Python scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that notary operations (like property sales or donations) meet all legal and administrative requirements before proceeding, preventing critical errors and legal complications.

Core Features & Use Cases

  • Legal Compliance Check: Validates operations against business rules and legal requirements.
  • Critical Missing Data Detection: Identifies essential missing information.
  • Marital Status Inconsistencies: Checks for issues related to spousal consent (Art. 470 CCyC).
  • Registration Block Detection: Verifies the validity of registration certificates.
  • Use Case: Before finalizing a property sale, use this Skill to automatically verify that all parties have valid IDs, that spousal consent is properly documented for married sellers of marital property, and that all required registration certificates are current.

Quick Start

Use the notary-legal-validator skill to validate the operation data provided.

Frequently Asked Questions about notary-legal-validator

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

FAQPage Schema
How do I validate notary operations for property sales and donations?

Notary operations like property sales are validated by providing a JSON input with operation, party, property, and certificate details to run sequential business rule and legal requirement checks.

What is a marital status inconsistency under Article 470 CCyC?

A marital status inconsistency under Article 470 CCyC occurs when spousal consent for marital property is missing or improperly documented, which this validation process detects automatically.

How do I check registration blocks before finalizing a real estate transaction?

Registration blocks are checked by verifying the validity of registration certificates provided in the JSON input, ensuring all required documents are current before the transaction proceeds.

Can I use Python scripts to detect missing data in civil code compliance checks?

Python scripts are used to detect critical missing information and validate civil code compliance by running sequential verifications against the provided operation data structure.

What JSON structure is required for legal validation of notary documents?

The legal validation process requires a JSON structure detailing the operation, parties, property, and certificates, which allows the sequential verification of all legal requirements.

Does this legal validation process work for both property sales and donations?

The legal validation process works for both property sales and donations, checking business rules, marital status consistency, and registration blocks for either operation type.