A professional-grade real estate data tool for searching listings, agents, and property details via API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install realtor
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install realtor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The realtor skill is a high-performance Python tool designed for Openclaw Skills that provides a seamless bridge to Realtor.com data. It enables AI agents to perform complex real estate queries, ranging from live market searches for sales and rentals to detailed historical data on recently sold properties. This skill is part of a broader ecosystem that empowers developers to build automated research agents capable of understanding local market dynamics and identifying professional representation in specific geographic areas without any external library dependencies.
To begin using this skill with Openclaw Skills, follow these steps:
export REALTOR_API_KEY="your_api_key_here"
python3 scripts/realtor.py search-sale --city "San Francisco" --state_code CA --price_min 800000
The skill returns structured data optimized for AI consumption. Key data structures include:
| Data Object | Key Attributes |
|---|---|
| Property Listing | Address, price, bed/bath count, property_id, and listing status |
| Agent Profile | Professional name, NRDS ID, and contact metadata |
| Location Metadata | Auto-complete suggestions, city codes, and state identifiers |
| Transaction History | Recently sold prices, dates, and property specifications |
Loading
A streamlined integration for managing Railway.app projects, services, deployments, and variables directly through an AI agent.

A comprehensive automation tool for managing Printful print-on-demand products, orders, and shipping via Openclaw Skills.

A zero-dependency Pinecone vector database manager for building RAG pipelines, semantic search, and AI memory systems.

Automate the entire document lifecycle, from template creation to e-signature collection, using this powerful Openclaw Skills integration.

A zero-dependency Python skill for managing Render services, databases, and deployments directly through the Render API.

A high-performance Python-based interface for running machine learning models and managing predictions via the Replicate API.








































