π¦ ClawHub
Beike API
by @justoneapi
Analyze Beike workflows with JustOneAPI, including resale Housing Details, resale Housing List, and community List.
TERMINAL
clawhub install justoneapi-beikeπ About This Skill
name: Beike API description: Analyze Beike workflows with JustOneAPI, including resale Housing Details, resale Housing List, and community List. author: JustOneAPI homepage: https://api.justoneapi.com metadata: {"openclaw":{"homepage":"https://api.justoneapi.com","primaryEnv":"JUST_ONE_API_TOKEN","requires":{"bins":["node"],"env":["JUST_ONE_API_TOKEN"]},"skillKey":"justoneapi_beike"}}
Beike
This skill wraps 3 Beike operations exposed by JustOneAPI. It is strongest for resale Housing Details, resale Housing List, and community List. Expect common inputs such as cityId, condition, houseCode, limitOffset, offset.
When To Use It
cityId, condition, houseCode, limitOffset.Representative Operations
ershoufangDetailV1: Resale Housing Details β 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 listingsgetErshoufangListV1: Resale Housing List β 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 trendscommunityListV1: Community List β 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 communitiesRequest Pattern
GET.cityId, condition, houseCode, limitOffset, offset.How To Work
1. Read generated/operations.md before choosing an endpoint.
2. Start with one of these operations when it matches the user's request: ershoufangDetailV1, getErshoufangListV1, communityListV1.
3. Pick the smallest matching operation instead of guessing.
4. Ask the user for any missing required parameter. Do not invent values.
5. Call the helper with:
node {baseDir}/bin/run.mjs --operation "" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'
Environment
JUST_ONE_API_TOKENJUST_ONE_API_TOKEN only for authenticated Just One API requests.JUST_ONE_API_TOKEN private. Do not paste it into chat messages, screenshots, or logs.Output Rules
ershoufangDetailV1, explain why the returned fields answer the user's question.cityId, condition, houseCode, echo those back so the scope is explicit.