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

Claude Code Matrix Channel Plugin Built in Rust with E2EE Support
A developer built a Matrix channel plugin for Claude Code in Rust, adding support for text, files, images with E2EE decryption, reply threading, reactions, and bot commands. The 14MB binary is MIT licensed and works with any Matrix homeserver.

Self-Evolving Skill pattern validation: 5-round experiment results
A developer tested the Self-Evolving Skill design pattern for Claude Code with a 5-round experiment on a MySQL database with 29 tables and 590MB of smart building management data. Key results include a 63.6% Five-Gate rejection rate, incremental convergence, and 100% accuracy with no incorrect knowledge surviving.

ClawCloud Managed Service Simplifies OpenClaw Deployment for Slack Teams
ClawCloud provides a managed deployment service for OpenClaw that connects to Slack workspaces, handles infrastructure, and reduces response latency to under 2 seconds. A user reported setup in 20 minutes versus 3 days for self-hosting, with costs around $30/month for a 40-person team.

8 Advanced Claude Code Tips: Cost Saving, Context Management, Custom Commands
Practical tips from heavy daily use of Claude Code, covering git workflow automation, multimodal image input, API usage tracking, context compaction, session resumption, rule management, thinking triggers, and custom commands.