Zillow-Full: An OpenClaw Skill That Turned Manual Property Research Into an Automated Deal Pipeline
A part-time wholesaler spent 3 years scraping Zillow data manually — pulling zestimate, tax history, price history, schools, and comps for each candidate property took ~4 hours each. Existing tools like Apify (cost walls) and RentCast (data gaps) didn't give LLMs the structured data needed to reason about deals. So they built zillow-full, an OpenClaw skill now live.
Installation
openclaw skills install zillow-full
Available Tools
search_listings(filters)— search by bounding box, zip, or listing statuslookup_property_by_address(addr)— geocode + resolve ZPIDlookup_property_by_zpid(zpid)— core attributes, price history, tax historyget_zestimate(zpid)— zestimate + rent zestimate
Use Case: Automated Wholesale Deal Sourcing
A nightly cron runs to pull every new listing across 4 target ZIP codes. Claude scores each against the user's deal criteria, and results (80+ scored listings) are texted at 6am. Before this skill, they closed 2 wholesale deals per month; after, 11 per month.
Other Potential Use Cases
- Short-term rental analysis: compare cap rate vs rent zestimate
- Fix-and-flip lead scoring agents
- Buyer's agents auto-screening listings for clients
- Relocation househunting bots: 'find me a house under $X with...'
- Portfolio underwriting for small LPs
Planned Additions
- Permit history (renovation potential)
- Listing-description sentiment analysis (e.g., 'motivated seller', 'estate', 'as-is')
- Async optimization for batch lookups exceeding 500 ZPIDs
📖 Read the full source: r/openclaw
👀 See Also

MuninnDB adds Dream Engine for LLM memory consolidation with vault isolation
MuninnDB, a Go-based cognitive memory database, now includes a Dream Engine that performs LLM-driven memory consolidation between sessions using deduplication thresholds and semantic review. The system features vault trust tiers for data isolation and runs locally with Ollama.

nervx: CLI tool reduces Claude Code token usage by analyzing codebase structure
nervx is a pip-installable CLI tool that parses repositories with tree-sitter, builds a SQLite graph of functions and imports, and generates a NERVX.md structural map. It automatically adds instructions to CLAUDE.md that teach Claude to use nervx navigation, reducing grep searches by 65% and output tokens by 48% in testing.

Wisepanel MCP Server Enables Multi-LLM Deliberation in Claude Code and Cursor
Wisepanel released an MCP server that runs multi-agent deliberations directly from Claude Code, Cursor, or any MCP client, using a divergent context enhancement system with ChatGPT, Claude, Gemini, and Perplexity models.

MCP Server Connects Claude Code/Desktop to Apple Music — Playlists, Search, Profile Analysis
A new MCP server lets Claude Code and Claude Desktop control Apple Music — list playlists, search songs, create playlists, and analyze listening patterns via natural language.