← 返回 Skills 市场
justoneapi

Beike Resale Housing Details API

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

Beike Resale Housing Details

Use this focused JustOneAPI skill for resale Housing Details in Beike. It targets GET /api/beike/ershoufang/detail/v1. Required non-token inputs are cityId and houseCode. OpenAPI describes it as: Get Beike resale Housing Details data, including - Pricing (total and unit price), Physical attributes (area, and layout, for displaying a full property profile to users and detailed price comparison between specific listings.

Endpoint Scope

  • Platform key: beike
  • Endpoint key: ershoufang/detail
  • Platform family: Beike
  • Skill slug: justoneapi-beike-ershoufang-detail
Operation Version Method Path OpenAPI summary
ershoufangDetailV1 v1 GET /api/beike/ershoufang/detail/v1 Resale Housing Details

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)
houseCode query all n/a string The unique identifier for the property listing

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: ershoufangDetailV1.

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

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 ershoufangDetailV1 on /api/beike/ershoufang/detail/v1.
  • Echo the required lookup scope (cityId and houseCode) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Beike resale Housing Details data, including - Pricing (total and unit price), Physical attributes (area, and layout, for displaying a full property profile to users and detailed price comparison between specific listings.
  • 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 is internally consistent for calling JustOneAPI's Beike endpoint. Before installing: ensure JUST_ONE_API_TOKEN is a token you trust to give the skill access to JustOneAPI only; store the token securely (do not paste into chat); be aware the script sends the token as a query parameter (which can be exposed in logs or URLs) — if that is a concern, request an implementation that uses an Authorization header instead. Verify the base URL (https://api.justoneapi.com) is the expected provider and revoke the token if you notice unexpected activity.
功能分析
Type: OpenClaw Skill Name: justoneapi-beike-ershoufang-detail Version: 1.0.0 The skill is a standard API wrapper designed to fetch real estate data from JustOneAPI. The execution script (bin/run.mjs) performs authenticated GET requests to a hardcoded, legitimate endpoint (api.justoneapi.com) and does not exhibit any signs of data exfiltration, unauthorized file access, or malicious command execution. The instructions in SKILL.md are well-aligned with the stated purpose and include appropriate security warnings regarding token handling.
能力评估
Purpose & Capability
Name/description, required binary (node), and required env var (JUST_ONE_API_TOKEN) align with a simple HTTP client to JustOneAPI's /api/beike/ershoufang/detail/v1 endpoint.
Instruction Scope
SKILL.md and bin/run.mjs only gather the declared inputs (cityId, houseCode, and the JUST_ONE_API_TOKEN) and perform an HTTPS GET to api.justoneapi.com; there are no instructions to read unrelated files, other env vars, or to transmit data to unexpected endpoints.
Install Mechanism
There is no install spec and no remote downloads. The skill includes a small Node script (bin/run.mjs) and relies on an existing 'node' binary — this is proportionate for a Node-based helper.
Credentials
The skill only requests the single JUST_ONE_API_TOKEN, which is appropriate. Note: the token is sent as a query parameter to the API (per the operation definition), which can be logged by intermediaries or servers and is generally less private than using an Authorization header — this is a security detail to be aware of but does not indicate incoherence.
Persistence & Privilege
always is false and the skill does not request any persistent system-wide privileges or modify other skills' configs. Autonomous invocation is allowed (platform default) and acceptable for this type of integration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-beike-ershoufang-detail
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-beike-ershoufang-detail 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug justoneapi-beike-ershoufang-detail
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Beike Resale Housing Details API 是什么?

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

如何安装 Beike Resale Housing Details API?

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

Beike Resale Housing Details API 是免费的吗?

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

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

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

谁开发了 Beike Resale Housing Details API?

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

💬 留言讨论