Mortgage Kb Rag
by @drivenautoplex1
Instant answers to mortgage, credit, and home-buying questions from a curated knowledge base. Ask anything about the buying process, credit repair, loan prog...
clawhub install mortgage-kb-ragπ About This Skill
name: mortgage-kb-rag description: Instant answers to mortgage, credit, and home-buying questions from a curated knowledge base. Ask anything about the buying process, credit repair, loan programs, or terminology β get accurate, sourced answers in seconds. version: 1.0.2 author: drivenautoplex1
Mortgage Knowledge Base RAG
Answer any mortgage or home-buying question instantly from a curated expert knowledge base. No hallucination β every answer is grounded in the indexed documents.
What It Does
Given a plain-English question, this skill:
1. Searches the mortgage and real estate knowledge base using semantic similarity 2. Retrieves the most relevant passages (with source citations) 3. Synthesizes a clear, accurate answer β citing which document it came from 4. Flags gaps β if the question isn't in the knowledge base, says so rather than guessing
Use Cases
Inputs
{
"query": "What credit score do I need to buy a house?",
"category": "credit|loans|process|terminology|programs|investing",
"detail_level": "brief|standard|detailed",
"audience": "buyer|agent|mlo|investor"
}
query (required): Any natural-language question about mortgages, credit, or home buyingcategory (optional): Narrows search to a specific knowledge domaindetail_level (optional, default: standard): How much detail to returnaudience (optional, default: buyer): Tailors language complexity to the readerOutputs
{
"answer": "To qualify for a conventional loan, most lenders require a minimum 620 credit score. FHA loans accept scores as low as 580 with 3.5% down, or 500 with 10% down. However, a score above 740 gets you the best rates β typically 0.5-1.0% lower APR than a 620, which translates to $150-300/month on a $350K loan.",
"confidence": "high",
"sources": [
{
"document": "First-Time Buyer Roadmap",
"section": "Phase 1: Financial Snapshot",
"relevance": 0.94
},
{
"document": "90-Day Credit Repair Playbook",
"section": "Home Price Math: Real Dollar Impact by Credit Tier",
"relevance": 0.87
}
],
"related_questions": [
"How do I improve my credit score in 90 days?",
"What is the difference between FHA and conventional loans?",
"How much does a 1-point credit score difference affect my mortgage rate?"
],
"knowledge_gap": false
}
Knowledge Base Coverage
The indexed knowledge base covers:
Credit & Financing
The Buying Process
Credit Repair
Market & Terminology
Lead Nurture & Follow-Up (MLO/Agent Tools)
Pricing
| Tier | Price | Queries | |------|-------|---------| | Single query | $1 | 1 question | | Pack | $7 | 10 questions | | Unlimited (30 days) | $19 | Unlimited |
Technical Notes
knowledge_gap: true if confidence < 0.70