House Price - 房价
v1.0.1按城市查二手房与新房参考均价、环比同比及近月走势(可生成列表与 SVG 折线图)。当用户说:长沙房价多少?深圳二手房均价走势?给个查房价链接,或类似城市房价问题时,使用本技能。
⭐ 0· 97·0 current·0 all-time
by极速数据@jisuapi
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (查房价) match the code and instructions: get.py scrapes fangjia.fang.com for second-hand/new-house averages and trends. Required binary is only python3 and no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md limits actions to fetching the city page and the site's trend ajax endpoints, formatting a fixed Chinese template, and optionally writing an HTML chart. The runtime steps are explicit (run get.py, pip install requests beautifulsoup4). The skill does make outbound HTTP(S) calls to fangjia.fang.com and its trend endpoints but does not attempt to read unrelated local files or exfiltrate data to third-party endpoints.
Install Mechanism
No install spec; this is instruction + included Python script. Dependencies are standard PyPI libs (requests, beautifulsoup4) installed by the user. No remote archive downloads or obscure installers are used.
Credentials
The skill requests no environment variables or credentials. The code does not reference or require secrets; network requests are only to fangjia.fang.com (and its internal ajax trend endpoints) which is proportional to the purpose.
Persistence & Privilege
always is false and the skill does not modify system or other-skill configuration. It has no elevated persistence or privileged installation behavior.
Assessment
This skill appears to do exactly what it says: scrape fangjia.fang.com for city price summaries and optional SVG/HTML charts. Before installing/running: (1) review get.py (it will perform outbound HTTPS requests to fangjia.fang.com and its ajax endpoints); (2) run pip installs in a virtualenv; (3) obey site terms and avoid high-frequency automated scraping; (4) if you plan to parse output programmatically, use --no-svg-stdout to avoid inline SVG; and (5) if you want to limit network exposure, run the script in a sandbox or environment where outbound network access is controlled. No credentials are required.Like a lobster shell, security has layers — review code before you run it.
latestvk97d83wbvqpyc7ph586yvggq198453pr
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🏠 Clawdis
Binspython3
