← 返回 Skills 市场
aiwithabidi

Realtor

作者 aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
286
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install realtor
功能描述
Realtor.com — search listings, agents, and property details via API
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install realtor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /realtor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug realtor
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Realtor 是什么?

Realtor.com — search listings, agents, and property details via API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 286 次。

如何安装 Realtor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install realtor」即可一键安装,无需额外配置。

Realtor 是免费的吗?

是的,Realtor 完全免费(开源免费),可自由下载、安装和使用。

Realtor 支持哪些平台?

Realtor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Realtor?

由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。

💬 留言讨论