Immowelt Real Estate Search

v1.0.0

Search immowelt.at and immowelt.de real estate listings (apartments, houses) via HTML parsing. No browser needed. Search any Austrian or German location with...

0· 50·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (search immowelt listings) match the requested runtime: python3 and a Python script that issues HTTP requests and parses HTML/embedded JSON. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md and the visible script only instruct fetching Immowelt pages and parsing listing data (search pages and expose pages). There are no instructions to read local files, environment secrets, or send data to external endpoints other than immowelt. The SKILL.md also documents CLI flags and polite rate-limiting.
Install Mechanism
No install spec; skill is instruction-only and ships a Python script. Nothing is downloaded from untrusted URLs or written to the system by an installer.
Credentials
The skill requests no environment variables or credentials. It only requires python3 and the requests library (not declared but documented), which is proportionate for an HTTP-scraping CLI.
Persistence & Privilege
The skill is not always-on and uses the platform default (agent-invocable). It does not request persistent privileges or system-wide configuration changes.
Assessment
This skill appears to be a straightforward scraper for immowelt.at/.de and does not request secrets or install remote code, which is good. Two important caveats before installing: (1) the script contents provided in the prompt appear truncated (the listing stops at "parser.add_argume…[truncated]") — you should review the full, untruncated script to confirm there are no hidden behaviors (exfiltration, unexpected network calls, or filesystem access) in the tail of the file. (2) Scraping remote sites can violate Terms of Service; keep request rates low, follow the site’s robots rules, and run the tool in an isolated environment first. Also ensure the requests Python package is available in your runtime. If you want higher assurance, provide the complete script for a full code review or run the script in a sandbox to observe its network calls.

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

latestvk977rm4y2vqcgh3jfwf2820ben84qe6y

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🏘️ Clawdis
Binspython3

Comments