← Back to Skills Marketplace
justoneapi

Beike Resale Housing Details API

by justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
78
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install justoneapi-beike-ershoufang-detail
Description
Call GET /api/beike/ershoufang/detail/v1 for Beike Resale Housing Details through JustOneAPI with cityId and houseCode.
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-beike-ershoufang-detail
  3. After installation, invoke the skill by name or use /justoneapi-beike-ershoufang-detail
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug justoneapi-beike-ershoufang-detail
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Beike Resale Housing Details API?

Call GET /api/beike/ershoufang/detail/v1 for Beike Resale Housing Details through JustOneAPI with cityId and houseCode. It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.

How do I install Beike Resale Housing Details API?

Run "/install justoneapi-beike-ershoufang-detail" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Beike Resale Housing Details API free?

Yes, Beike Resale Housing Details API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Beike Resale Housing Details API support?

Beike Resale Housing Details API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Beike Resale Housing Details API?

It is built and maintained by justoneapi (@justoneapi); the current version is v1.0.0.

💬 Comments