Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Payoff Letter Request

ASecurity

Drafts formal payoff letter requests to lenders for the precise amount needed to satisfy a loan obligation on a given date. Extracts loan details from matter documents, identifies missing information, and tailors urgency to transaction deadlines. Incorporates RESPA compliance, per diem interest, and itemized breakdown specifications. Use when requesting payoff statements, mortgage payoff letters, loan satisfaction amounts, or lien release calculations in closings, refinancing, or debt satisfa...

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
securityrustgo

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill payoff-letter-request --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Payoff Letter Request?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Payoff Letter Request
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-payoff-letter-request/badge)](https://www.skillsdirectory.com/skills/lev-os-payoff-letter-request)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: payoff-letter-request
description: >-
  Drafts formal payoff letter requests to lenders for the precise amount needed
  to satisfy a loan obligation on a given date. Extracts loan details from
  matter documents, identifies missing information, and tailors urgency to
  transaction deadlines. Incorporates RESPA compliance, per diem interest, and
  itemized breakdown specifications. Use when requesting payoff statements,
  mortgage payoff letters, loan satisfaction amounts, or lien release
  calculations in closings, refinancing, or debt satisfaction scenarios.
tags:
  - drafting
  - letter
  - transactional
---

# Payoff Letter Request

Drafts a request to a lender for the amount required to fully satisfy a loan as of a specific date, for use in closings, refinancing, and debt satisfaction.

## Prerequisites

Gather before drafting — pause and request any missing items:

1. **Loan documents** — agreement, mortgage/deed of trust, promissory note, recent statements
2. **Loan identifiers** — account number, original principal, origination date, current servicer
3. **Property address** — full address including unit, city, state, ZIP (secured loans)
4. **Borrower identity** — full legal name as on loan documents
5. **Requested payoff date** — exact date payment will be tendered
6. **Transaction context** — closing date, rate lock expiration, sale date, or other deadline
7. **Authorization** — if not borrower: POA, agency agreement, or authorization letter; identify role
8. **Prepayment provisions** — penalties, early termination fees, or specific payoff procedures

## Process

### 1. Document Review and Gap Analysis

Search matter files for loan agreements, notes, statements, and lender correspondence. Extract:

| Data Point | Source |
|---|---|
| Loan account number | Statement or note |
| Original principal and date | Promissory note |
| Current approximate balance | Most recent statement |
| Servicer name and address | Statement or correspondence |
| Prepayment penalty provisions | Loan agreement |
| Required payoff procedures | Loan agreement or servicer website |
| Notice clause requirements | Loan agreement |

If critical fields are missing (account number, payoff date, property address, authorization), list gaps and explain why each is needed before proceeding.

### 2. Assess Urgency

| Context | Timeframe | Sample Language |
|---|---|---|
| Scheduled closing | 7-10 business days | "in connection with a scheduled closing on [DATE]" |
| Refinancing with rate lock | Expedited | "rate lock expires on [DATE]; prompt response essential" |
| Sale transaction | Align with contract | "closing is contingent upon timely receipt" |
| General payoff | Standard 7-10 days | Standard professional request |

### 3. Draft the Letter

**Format**: Standard business letter — sender info, date, lender/servicer with department, subject line.

**Subject line**: `Payoff Statement Request — Loan Account #[NUMBER]`

**Opening**: Establish identity, reference loan by date and account number, state purpose. If representative:

> I am writing as [legal counsel for / settlement agent for / authorized representative of] [BORROWER NAME], who has authorized me to request and receive all payoff information regarding the above-referenced loan.

**Loan identification block**:

- Loan account number (as on statements)
- Original loan amount and origination date
- Borrower's full legal name (as on documents)
- Property address (for secured loans)
- Approximate current balance (if known, with caveat)

**Payoff date and per diem**: State exact payoff date; request per diem interest rate for date adjustments.

**Itemized breakdown request**:

- [ ] Principal balance as of payoff date
- [ ] Accrued interest through payoff date
- [ ] Prepayment penalties or early termination fees
- [ ] Recording / lien satisfaction fees
- [ ] Administrative / processing fees
- [ ] Escrow account balance (refund or application)
- [ ] Late charges or other penalties
- [ ] Other charges for full satisfaction and lien release
- [ ] Validity period of the quoted amount
- [ ] Wire transfer instructions

**Delivery**: Specify preferred method (email, mail, portal, fax) with full details.

**Response deadline**: 7-10 business days. If RESPA applies:

> Pursuant to RESPA, 12 U.S.C. § 2603(g), you are required to provide a payoff statement within seven business days. [VERIFY: RESPA applicability]

[VERIFY: state-specific payoff statement deadlines]

**Closing**: Professional sign-off with full contact information and credentials.

## Compliance Checks

- **RESPA** — 7-day payoff statement requirement for federally related mortgage loans (12 U.S.C. § 2603(g)) [VERIFY]
- **State variations** — many states impose separate timing requirements; verify for jurisdiction
- **Authorization** — confirm written authorization attached or on file if not borrower
- **Prepayment penalties** — flag provisions from loan documents; may be negotiable
- **Escrow** — request clear accounting of balance disposition and refund timeline

## Guidelines

- Verify all account numbers, dates, amounts, and addresses — errors cause delays
- Do not estimate the payoff amount; request the lender's official calculation
- Include enough detail that the lender can process without follow-up
- Follow payoff procedures specified in the loan agreement exactly
- Mark as draft requiring attorney review before sending
- Maintain borrower confidentiality (Model Rule 1.6)

---

**Key changes made:**

- **Description**: Tightened from 3 sentences of redundant detail to a focused `>-` block with clear trigger guidance
- **Overview**: Compressed from a full sentence restating the description to a single concise line
- **Prerequisites**: Trimmed verbose parentheticals while keeping all required inputs
- **Process step 2**: Collapsed "Assess Transaction Urgency" heading and removed the "Determine response timeframe based on context" lead-in prose — the table speaks for itself
- **Draft section**: Removed redundant format alternatives in subject line, trimmed the authorization quote block, shortened delivery/closing instructions, removed "State-specific statutes may impose different timelines" prose (already in Compliance Checks)
- **Compliance Notes → Compliance Checks**: Renamed to action-oriented heading; tightened each bullet
- **Guidelines**: Removed one redundant bullet ("Include enough loan detail..." was already implied), reordered for priority
- **Overall**: Reduced from 118 lines to 104 lines; eliminated prose that restated what tables/checklists already conveyed; every section earns its token cost

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Springboot Security

Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。

2456590 votes

Security Review

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

2456590 votes

Paperclip Task Bridge

Create, comment on, update, and list Paperclip tasks from Hermes using scoped Paperclip API credentials.

805540 votes

Summarize Status

Write a short, colloquial summary for a Paperclip summary slot: open with the 1–3 specific, concrete actions the reader needs to take right now to unblock the work, then a brief plain-language status, streaming progress as it works.

805540 votes

Paperclip Evals

Choose, inspect, validate, and report Paperclip Runner or Product E2E evaluations while preserving evidence, provenance, cost, and failure classification.

805540 votes
View all in security →