title-escrow-settlement
v0.1.1Title, escrow, and settlement operations team — agents (title-escrow-lead, title-examiner, closing-settlement-coordinator) for the three engines of a settlement operation: the order-to-policy workflow (open->search->exam->clear->close->record->policy) with ALTA/CFPB/TRID coordination and wire-fraud controls; title search and examination (chain of title, liens/encumbrances, the commitment, exceptions/requirements, curative); and escrow settlement (CD/statement coordination, closing/signing, good-funds discipline, disbursement, recording, funding, and trust-account protection). ADVISORY operations knowledge, not legal/title-underwriting/financial advice; jurisdiction- and underwriter-specific rules, ALTA/CFPB/TRID specifics, and recording requirements are volatile and carry a retrieval date + verify-at-use; wire-fraud sensitive; no PII. skills, decision-tree knowledge bank (Mermaid trees + dated 2026 reference), best-practices, templates, commands. Requires ravenclaude-core@>=0.7.0.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install title-escrow-settlement for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install title-escrow-settlement@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mcorbett51090/RavenClaudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/title-escrow-settlement/.
Plugin files
├── .claude-plugin/plugin.json├── skills/commitment-and-curative/SKILL.md├── skills/escrow-closing-and-disbursement/SKILL.md├── skills/title-search-and-examination/SKILL.md└── skills/wire-fraud-and-trust-account-controls/SKILL.md
Included Skills4
Build the title commitment and clear it: separate Schedule B-I requirements from Schedule B-II exceptions, and decide each defect as cure vs insure-over vs except. Clear the requirements before you close; insure-over only with underwriter approval. Underwriter/jurisdiction specifics are verify-at-use.
Run the escrow endgame: confirm the commitment requirements are cleared, balance the settlement statement to the lender CD, collect good funds, close/sign, then disburse -> record -> fund in the order the jurisdiction requires. Never disburse against uncollected funds; every good-funds/recording specific is verify-at-use.
Run the title search and examination: define the search period, trace the chain of title to a reliable root, confirm the current vesting, and inventory every lien, encumbrance, easement, and prior exception. Chain of title is examined, not assumed; every underwriter/jurisdiction specific is verify-at-use.
Protect the money: verify every wire by out-of-band callback before sending, require dual authorization, reject email-changed instructions, and safeguard the escrow trust account with three-way reconciliation, no commingling, and daily oversight. Business-email-compromise sensitive; each control specific is verify-at-use.
Plugin manifests1
{
"name": "title-escrow-settlement",
"version": "0.1.1",
"description": "Title, escrow, and settlement operations team — agents (title-escrow-lead, title-examiner, closing-settlement-coordinator) for the three engines of a settlement operation: the order-to-policy workflow (open->search->exam->clear->close->record->policy) with ALTA/CFPB/TRID coordination and wire-fraud controls; title search and examination (chain of title, liens/encumbrances, the commitment, exceptions/requirements, curative); and escrow settlement (CD/statement coordination, closing/signing, good-funds discipline, disbursement, recording, funding, and trust-account protection). ADVISORY operations knowledge, not legal/title-underwriting/financial advice; jurisdiction- and underwriter-specific rules, ALTA/CFPB/TRID specifics, and recording requirements are volatile and carry a retrieval date + verify-at-use; wire-fraud sensitive; no PII. skills, decision-tree knowledge bank (Mermaid trees + dated 2026 reference), best-practices, templates, commands. Requires ravenclaude-core@>=0.7.0.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"title-insurance",
"escrow",
"settlement",
"closing",
"title-examination",
"chain-of-title",
"title-commitment",
"curative",
"wire-fraud-prevention",
"escrow-trust-account",
"alta-best-practices",
"trid",
"disbursement",
"recording",
"real-estate-closing"
],
"requires": {
"plugins": [
"ravenclaude-core@>=0.7.0"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[title-escrow-settlement on Agent Plugins Marketplace](https://pluginsmp.com/plugins/title-escrow-settlement)