← Back to Skills Marketplace
Realtor
by
aiwithabidi
· GitHub ↗
· v1.0.0
286
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install realtor
Description
Realtor.com — search listings, agents, and property details via API
Usage Guidance
This skill appears to do what it says: call Realtor endpoints via RapidAPI using your REALTOR_API_KEY. Before installing, note two things: (1) the script will fall back to reading a .env file from $WORKSPACE or ~/.openclaw/workspace/.env if the environment variable is not set — if you keep other secrets in that .env, consider moving them or ensuring the file is safe; (2) the API host used is a RapidAPI endpoint (realtor16.p.rapidapi.com), not realtor.com itself — confirm you are comfortable using a RapidAPI-backed integration. Recommended precautions: review the included script yourself, provide a scoped API key (rotate/revoke if unsure), avoid storing unrelated secrets in the workspace .env, and only enable the skill for agents you trust to call external APIs.
Capability Analysis
Type: OpenClaw Skill
Name: realtor
Version: 1.0.0
The realtor skill is a standard CLI tool for interacting with the Realtor.com API via RapidAPI. The script 'scripts/realtor.py' uses only the Python standard library to perform searches for listings, agents, and property details, and it correctly handles the 'REALTOR_API_KEY' from environment variables or a local workspace configuration without any signs of data exfiltration, obfuscation, or malicious execution.
Capability Assessment
Purpose & Capability
Name/description, CLI commands, and the single required env var (REALTOR_API_KEY) align with the script's behavior: it calls Realtor endpoints via RapidAPI (realtor16.p.rapidapi.com) using X-RapidAPI-Key.
Instruction Scope
SKILL.md instructs running the included Python CLI and nothing else, which matches the script. However, the runtime script will attempt to read a .env file from $WORKSPACE or ~/.openclaw/workspace/.env as a fallback when REALTOR_API_KEY is not in the environment; this behavior is not declared in SKILL.md and expands the skill's file-access scope.
Install Mechanism
No install steps (instruction-only with an included script). Nothing is downloaded or written to disk by an installer, so install risk is low.
Credentials
The declared required credential (REALTOR_API_KEY) is appropriate. But the script also reads the WORKSPACE env var to locate a .env file if the key is not in the environment. WORKSPACE was not declared in requires.env and reading a .env introduces a small risk if that file contains other secrets or is in an unexpected location.
Persistence & Privilege
always is false and the skill does not persistently modify agent/system configuration. It only performs network requests at runtime and exits; no elevated privileges requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install realtor - After installation, invoke the skill by name or use
/realtor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Realtor.com skill.
- Search property listings for sale, rent, or recently sold via CLI.
- Retrieve detailed information for specific properties and real estate agents.
- Supports agent search and location auto-complete.
- Requires a Realtor API key (`REALTOR_API_KEY`).
- All commands available through a single script with JSON or human-readable output.
Metadata
Frequently Asked Questions
What is Realtor?
Realtor.com — search listings, agents, and property details via API. It is an AI Agent Skill for Claude Code / OpenClaw, with 286 downloads so far.
How do I install Realtor?
Run "/install realtor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Realtor free?
Yes, Realtor is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Realtor support?
Realtor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Realtor?
It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.
More Skills