← 返回 Skills 市场
justoneapi

Beike Resale Housing List API

作者 justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install justoneapi-beike-get-ershoufang-list
功能描述
Call GET /api/beike/get-ershoufang-list/v1 for Beike Resale Housing List through JustOneAPI with cityId.
使用说明 (SKILL.md)

Beike Resale Housing List

Use this focused JustOneAPI skill for resale Housing List in Beike. It targets GET /api/beike/get-ershoufang-list/v1. Required non-token inputs are cityId. OpenAPI describes it as: Get Beike resale Housing List data, including - Supports filtering by city/region, price range, and layout, for building search result pages for property portals and aggregating market data for regional housing trends.

Endpoint Scope

  • Platform key: beike
  • Endpoint key: get-ershoufang-list
  • Platform family: Beike
  • Skill slug: justoneapi-beike-get-ershoufang-list
Operation Version Method Path OpenAPI summary
getErshoufangListV1 v1 GET /api/beike/get-ershoufang-list/v1 Resale Housing List

Inputs

Parameter In Required by Optional by Type Notes
cityId query all n/a string The ID of the city (e.g., '110000' for Beijing)
condition query n/a all string Filter conditions (e.g., region, price range, layout)
offset query n/a all integer Pagination offset, starting from 0 (e.g., 0, 20, 40...)

Request body: none documented; send parameters through path or query arguments.

Version Choice

Use getErshoufangListV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: getErshoufangListV1.

node {baseDir}/bin/run.mjs --operation "getErshoufangListV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"cityId":"\x3CcityId>"}'

Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.

Environment

  • Required: JUST_ONE_API_TOKEN
  • Pass the token with --token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Focus

  • State the operation ID and endpoint path used, for example getErshoufangListV1 on /api/beike/get-ershoufang-list/v1.
  • Echo the required lookup scope (cityId) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Beike resale Housing List data, including - Supports filtering by city/region, price range, and layout, for building search result pages for property portals and aggregating market data for regional housing trends.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.
安全使用建议
This skill appears coherent: it runs a small Node script that calls JustOneAPI's Beike endpoint and requires JUST_ONE_API_TOKEN. Before installing, ensure you trust api.justoneapi.com and are comfortable providing a token. Do not paste tokens into chat or screenshots; set JUST_ONE_API_TOKEN as an environment variable and let the skill pass it to the helper. Be aware the token is sent in the URL query (possible exposure in logs or Referer headers); use a limited-scope or rotatable token if possible and revoke it if you suspect compromise.
功能分析
Type: OpenClaw Skill Name: justoneapi-beike-get-ershoufang-list Version: 1.0.0 The skill is a standard API wrapper for fetching Beike resale housing data via JustOneAPI (api.justoneapi.com). The execution logic in bin/run.mjs is straightforward, using the built-in fetch API to make authenticated requests based on user-provided parameters. No evidence of data exfiltration, malicious code execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description match the actual behavior: the included Node helper calls https://api.justoneapi.com/api/beike/get-ershoufang-list/v1. Requested items (node binary and JUST_ONE_API_TOKEN) are appropriate for making that API call.
Instruction Scope
SKILL.md and bin/run.mjs only instruct collecting the declared parameters (cityId, optional condition/offset) and the token, then performing an HTTP GET to the documented endpoint. There are no instructions to read arbitrary files, other env vars, or send data to unexpected endpoints.
Install Mechanism
This is instruction-only with a simple local Node script; there is no install spec, no external downloads, and nothing is written to disk beyond running the provided script. Requiring the node binary is proportionate.
Credentials
Only JUST_ONE_API_TOKEN is required (declared as the primary credential) and is used to populate the endpoint's token query parameter. This is reasonable, but note that the API uses a token in the URL query string which can be exposed in logs or Referer headers—users should avoid sharing tokens and use limited-scope tokens if available.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modify other skills. It runs as an on-demand helper and does not require elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-beike-get-ershoufang-list
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-beike-get-ershoufang-list 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug justoneapi-beike-get-ershoufang-list
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Beike Resale Housing List API 是什么?

Call GET /api/beike/get-ershoufang-list/v1 for Beike Resale Housing List through JustOneAPI with cityId. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。

如何安装 Beike Resale Housing List API?

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

Beike Resale Housing List API 是免费的吗?

是的,Beike Resale Housing List API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Beike Resale Housing List API 支持哪些平台?

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

谁开发了 Beike Resale Housing List API?

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

💬 留言讨论