London Property Hunt Public
Description
Automated London flat/room hunt powered by Claude Code + Claude in Chrome + Gmail MCP. Scrapes 4 rental platforms on a cron, deduplicates via spreadsheet, prioritises HIGH/MED/LOW, and emails ready-to-send outreach.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
London Property Hunt — Automated with Claude Cowork
An AI-powered workflow that searches London rental platforms twice a day, tracks listings in a spreadsheet, generates personalised outreach messages, and emails you a formatted summary — fully automatically.
Example output
Every run sends you an email like this — clickable listings, ready-to-send outreach messages, and a backlog of uncontacted leads:

What it does
- Searches 4 platforms — SpareRoom, OpenRent, Rightmove, Zoopla — across your target areas
- Deduplicates against your tracker spreadsheet (URL-based, O(1) lookup)
- Prioritises listings as HIGH / MEDIUM / LOW based on your criteria
- Generates personalised outreach
.txtfiles for every HIGH priority listing - Emails you a summary with clickable cards, ready-to-send messages, and a backlog of uncontacted leads
Runs on a cron schedule (e.g. 9 AM and 6 PM daily). Human effort required: zero between runs.
Repository structure
london-property-hunt/
├── README.md ← you are here
├── skill.md ← the main Claude Code skill (copy-paste into your setup)
├── config.example.md ← fill in your personal config here
├── case-study.md ← write-up of how this workflow was built and what it produced
├── tracker/
│ └── README.md ← spreadsheet column schema and setup instructions
├── outreach/ ← generated outreach .txt files land here (gitignored)
└── .gitignore
Requirements
- Claude Code (CLI or desktop app) — claude.ai/code
- Claude in Chrome MCP extension — for browser automation (SpareRoom, OpenRent, etc.)
- Gmail MCP connector — for draft creation and sending
- Python 3 + openpyxl — for spreadsheet updates (
pip install openpyxl) - A Gmail account you can grant MCP access to
Setup
1. Clone and configure
git clone https
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11