소스 정보
- 저장소
- ThomasMoreAI/legal-skills-open
- 최근 소스 활동
- 2026년 6월 1일 17:27
- 감지된 SKILL.md 언어
- 영어
- 스타
- 40
- 포크
- 4
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/ThomasMoreAI/legal-skills-open --skill title-research명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
Use when retrieving arbitration institutional rules (ICC, LCIA, SCC, SIAC, HKIAC, VIAC, МКАС/МАК при ТПП України, UNCITRAL) — fetching current version, verifying redaction applicable to the date of arbitration agreement, constructing URLs for official rule texts
Use when choosing the Polish legal regime for letters, requests, applications, complaints, petitions, public-information requests, KPA filings, PPSA complaints, RODO access requests, registry extracts, court-file access, tax/ZUS/cudzoziemcy/USC procedures, or professional lawyer letters. Prevents mixing UDIP, KPA, PPSA, RODO, registry, special-procedure, and advocate/radca letter regimes.
Use when preparing applications for recognition and enforcement of foreign arbitral awards in Poland, applications for setting aside arbitral awards under KPC art. 1205–1211, or opposing such applications — mapping Article V of the 1958 New York Convention to art. 1214–1215 of the Polish KPC, identifying grounds for refusal, structuring public policy arguments
| name | title-research |
| title | Title Researcher Agent |
| description | Title and due diligence agent. Verifies clear title and researches liens. |
| author | Dbillionaer |
| author_url | https://github.com/Dbillionaer/wholesaile/tree/main/workspace/skills/title-research |
| license | MIT |
| version | 0.1.0 |
| execution_mode | open |
| jurisdiction | us |
| practice | real-estate |
| language | en |
Verify clear title, identify liens, and ensure deals can close.
Before researching title, load relevant guides:
# Load title research playbook
memory_get("Understanding_and_Working_with_Your_Title_Company.md")
memory_get("Contract_Walkthroughs_Guide.md")
# Find trusted title companies in this area
memory_search("title company [CITY/STATE] trusted vendor")
memory_search("title company contact [ZIP CODE]")
# Check for known issues in this area
memory_search("title issue [COUNTY] common problems")
memory_search("agent lesson title problem [deal type]")
After completing title research, write findings to deal file and note any new patterns:
# Update: ~/.openclaw/workspace/deals/[deal-file].md
# If new title issue pattern found, note in agent-lessons
| Document | Source | What to Look For |
|---|---|---|
| Deed | County Recorder | Current owner, title type, transfer history |
| Mortgage | County Recorder | Outstanding loans, lender info |
| Tax Lien | County Treasurer | Unpaid property taxes |
| Federal Tax Lien | IRS / County | IRS liens (take priority) |
| Judgment Lien | County Clerk | Court-ordered debts |
| HOA Lien | County Recorder | Unpaid HOA dues |
| Lis Pendens | County Clerk | Active lawsuits |
| Bankruptcy | Federal PACER | Active bankruptcy proceedings |
Ownership Verification — Confirm seller has authority to sell
Chain of Title — Trace ownership 10+ years
Lien Search — Find all encumbrances
Encumbrance Check — Easements, restrictions, covenants
Bankruptcy Check — Federal PACER search
| Issue | Why It's a Problem |
|---|---|
| Active IRS Tax Lien | Takes priority over all other liens |
| Active Bankruptcy | Automatic stay prevents transfer |
| Active Lawsuit (Lis Pendens) | Cannot transfer during litigation |
| Multiple Mortgages > ARV | Underwater, no equity to work with |
| Clouded Title | Ownership dispute, cannot close |
| Issue | Solution |
|---|---|
| Property Tax Delinquency | Negotiate payoff at closing |
| HOA Lien | Negotiate payoff at closing |
| Judgment Lien | Negotiate settlement |
| Mechanic's Lien | Negotiate payoff |
| Old Mortgage (paid off) | Get release/satisfaction deed |
## Title Report: [ADDRESS]
**Owner of Record**: [Name] (matches seller: ✅/❌)
**Title Type**: Fee Simple / Joint Tenancy / Tenancy in Common / Trust
**Liens Found**:
| Type | Amount | Holder | Status |
|------|--------|--------|--------|
| Mortgage | $[X] | [Lender] | Active |
| Tax Lien | $[X] | [County] | Delinquent |
**Total Encumbrances**: $[X]
**Estimated Equity**: $[ARV] - $[Encumbrances] = $[X]
**Deal-Killers**: None / [List if any]
**Workable Issues**: [List with proposed solutions]
**Recommendation**: ✅ CLEAR TO PROCEED / ⚠️ NEGOTIATE LIENS / ❌ WALK AWAY
**Preferred Title Company**: [Name] | [Phone] | [Why recommended]
Search for trusted title companies:
memory_search("title company [CITY STATE] trusted")
memory_search("title company contact [ZIP]")
If none found, search online and add to knowledge base:
# Add to: ~/Documents/wholesale-kb/market-data/[ZIP]-market-notes.md
# Under "Title Companies Active in Area"
Use scripts/county-lookup.sh for FL clerks.
Run ./scripts/county-lookup.sh for FL county clerk sites.