소스 정보
- 저장소
- ParclLabs/parcl-ai-connect
- 최근 소스 활동
- 2026년 4월 9일 18:30
- 감지된 SKILL.md 언어
- 영어
- 스타
- 15
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/ParclLabs/parcl-ai-connect --skill pool-service-targeting명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Generate a lender-grade underwriting report for any US residential address — imputed current value from the Parcl Labs price index, 3-mile sale and rental comps, gross yield, and risk notes in a polished HTML dashboard
Build a ranked rental property manager list with scale, geography, and contact info — separating third-party PMs, brokerages, institutional landlords, and listing platforms. Use for PM targeting or "who manages rentals in [market]".
Build an accidental landlord lead gen pipeline that identifies failed sellers who pivoted to renting as PM prospects
SOC 직업 분류 기준
SKILL.md 표시 중
| name | pool-service-targeting |
| description | New homeowner pool service leads with timing tiers and cluster routing |
| user-invocable | true |
| argument-hint | [market name] |
| allowed-tools | Read, Grep, Glob, Bash, Write, Edit, WebFetch |
Generates a route-optimized lead list of new homeowners who just purchased a home with a confirmed pool. Includes timing-based prioritization (hottest leads first), 80/20 zone clustering, and zone-level diagnostics for efficient door-to-door outreach.
Target market: $ARGUMENTS (defaults to Phoenix if not specified)
Never display raw parcl_id values in user-facing output. Always resolve to human-readable names:
Note: some MCP endpoints return IDs as floats with .0 suffix (e.g., 5452730.0). Strip the .0 before any lookup or display.
search_locations to find all ZIP-level parcl_ids for the target market. Search with location_type: "zip" and the appropriate state abbreviation.location_type: "metro" for display name.property_events call.Call property_events with:
parcl_ids: batch of ZIP parcl_ids (max 5 per call)event_names: ["SOLD"]property_types: ["SINGLE_FAMILY"]has_pool: truestart_date: 6 weeks before today (compute dynamically)is_owner_occupied: trueis_investor_owned: falseinclude_property_details: truelimit: 50000Always run preview=True first to check credit cost, then preview=False to download.
parcl_property_id, keeping the most recent SOLD event.days_since_sale = today minus event_event_date.Build density grid: Divide the bounding box of all qualifying properties into 0.5-mile square cells. Count properties per cell.
Rank zones: Sort cells by property count descending. Compute cumulative percentage.
80/20 tier assignment:
Assign each property its zone cell ID and zone tier.
Within each zone tier (Tier 1 first):
route_order to each property.Generate three deliverables:
1. Interactive HTML Map (single-file, dark mode, Leaflet CDN)
Use CARTO dark basemap tiles (dark_all). Dark theme throughout: background #0f1117, panels #1a1d27 with #2e3240 borders, text #e4e6ed, muted #8b8fa3. Zoom control at bottom-left.
Zone rectangles — crisp, grid-aligned:
#ef5350, weight 2, fillOpacity 0.12#ffa726, weight 1.5, fillOpacity 0.08#42a5f5, weight 1, fillOpacity 0.04Property dots:
rgba(255,255,255,0.4)#ef5350#ffa726#fdd835Right side panel — dark themed:
Dark-themed popups: background #1a1d27, text #e4e6ed, border #2e3240.
2. Master CSV
Columns: route_order, zone_tier, timing_tier, days_since_sale, address, city, state, zip, sale_date, sale_price, year_built, beds, baths, sqft, has_pool, latitude, longitude
Sort by: zone_tier ASC, timing_tier priority (Strike Now=1, This Month=2, Follow-up=3), route_order ASC
3. Per-timing-tier CSVs
Same columns, split by timing tier:
strike_now_leads.csv — 1-14 days, contact immediatelythis_month_leads.csv — 15-28 days, schedule visitfollow_up_leads.csv — 29-42 days, mailer or callBefore delivering:
has_pool = true (confirmed pools only)This pipeline works for any metro with meaningful pool penetration. The has_pool flag is a confirmed attribute in the Parcl Labs data — not a proxy.
| Metro | Pool Prevalence | Best Season to Run |
|---|---|---|
| Phoenix | Very high | Feb-Mar (pre-summer ramp) |
| Las Vegas | Very high | Mar-Apr |
| Tampa / Orlando | High | Year-round (mild winters) |
| Houston / Dallas | High | Mar-Apr |
| Los Angeles | Moderate-high | Mar-May |
| Atlanta | Moderate | Apr-May |