Beike Community List API

v1.0.2

Call GET /api/beike/community/list/v1 for Beike Community List through JustOneAPI with cityId.

0· 89·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for justoneapi/justoneapi-beike-community-list.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Beike Community List API" (justoneapi/justoneapi-beike-community-list) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-beike-community-list
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: JUST_ONE_API_TOKEN
Required binaries: node
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install justoneapi-beike-community-list

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-beike-community-list
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, required binary (node), and required env var (JUST_ONE_API_TOKEN) match the included code and the declared purpose of calling JustOneAPI's /api/beike/community/list/v1. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and bin/run.mjs instruct only a single GET to the documented endpoint and to echo the cityId and results. However, the implementation injects the token as a query parameter named 'token' (not an Authorization header) and prints raw backend payloads on error; tokens in query strings can be exposed in server logs, proxies, and referer headers and error payloads may contain sensitive details.
Install Mechanism
No install spec (instruction-only plus a small included Node script). There are no downloads or archive extractions; nothing is written to disk beyond the included files. Low installation risk.
Credentials
Only one credential (JUST_ONE_API_TOKEN) is required, which is appropriate for a remote API call. As above, the token is passed as a query parameter by the script which increases exposure risk compared with using an Authorization header.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, does not request elevated system presence or modify other skills/configurations, and does not require persistent installation steps.
Assessment
This skill appears to do what it says: a thin Node-based wrapper around JustOneAPI's Beike community list endpoint. Before installing: 1) Only provide a JustOneAPI token with minimal scope and rotate it if compromised. 2) Be aware the token is sent as a URL query parameter by the script—this can be logged by servers, proxies, or appear in referer headers—so avoid using highly privileged tokens. 3) The script prints raw backend payloads on error, which could include sensitive data; review outputs before sharing. 4) Review the included bin/run.mjs locally and ensure your system's Node version supports global fetch (Node 18+ or polyfill). If you need lower exposure, modify the script to send the token in an Authorization header and avoid printing sensitive fields.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binsnode
EnvJUST_ONE_API_TOKEN
Primary envJUST_ONE_API_TOKEN
latestvk9783w9g216h86az7dd0mmnzjd85cq1s
89downloads
0stars
3versions
Updated 4d ago
v1.0.2
MIT-0

Beike Community List

Use this focused JustOneAPI skill for community List in Beike. It targets GET /api/beike/community/list/v1. Required non-token inputs are cityId. OpenAPI describes it as: Get Beike community List data, including - Community name and unique ID and Average listing price and historical price trends, for identifying popular residential areas in a city and comparing average housing prices across different communities.

Endpoint Scope

  • Platform key: beike
  • Endpoint key: community/list
  • Platform family: Beike
  • Skill slug: justoneapi-beike-community-list
OperationVersionMethodPathOpenAPI summary
communityListV1v1GET/api/beike/community/list/v1Community List

Inputs

ParameterInRequired byOptional byTypeNotes
cityIdqueryalln/astringThe ID of the city (e.g., '110000' for Beijing)
conditionqueryn/aallstringFilter conditions for communities
limitOffsetqueryn/aallintegerPagination offset, starting from 0 (e.g., 0, 20, 40...)

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: communityListV1.

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

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 communityListV1 on /api/beike/community/list/v1.
  • Echo the required lookup scope (cityId) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Beike community List data, including - Community name and unique ID and Average listing price and historical price trends, for identifying popular residential areas in a city and comparing average housing prices across different communities.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.

Comments

Loading comments...