City of Ottawa Open Data
v1.0.1Access 670+ datasets from the City of Ottawa open data portal. Search, fetch, and analyze city data on transit, environment, health, elections, and more via...
⭐ 0· 42·0 current·0 all-time
byRay Chan, PMP@raychanpmp
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (City of Ottawa Open Data via ArcGIS Hub) match the included script and SKILL.md. The script queries the DCAT feed and ArcGIS item endpoints and exposes search/list/info/fetch/downloads features consistent with the description.
Instruction Scope
SKILL.md instructs running python3 scripts/ottawa_data.py which is consistent with the included script, but the skill's declared 'required binaries' is empty even though the runtime assumes a Python 3 interpreter on PATH. The script only accesses open.ottawa.ca and arcgis.com endpoints and its own .cache file under the script directory; it does not read other system files or environment variables.
Install Mechanism
No install spec; this is instruction-only plus a bundled Python script. Nothing is downloaded or executed from arbitrary URLs during install, and no external installers are invoked.
Credentials
The skill requires no environment variables, no secrets, and the code does not reference any credentials. Network access is limited to public Ottawa/ArcGIS endpoints, which is proportionate to the purpose.
Persistence & Privilege
always:false and user-invocable; the skill does not request permanent platform presence nor does it modify other skills or system-wide settings. It writes a local cache file (.cache/catalog_cache.json) in its code directory to avoid repeated network requests.
Assessment
This skill appears coherent and limited to fetching public Ottawa open-data via ArcGIS. Before installing, note: (1) it expects Python 3 to be available (the metadata does not list python3 as a required binary); (2) it will make outbound HTTPS requests to open.ottawa.ca and arcgis.com and will create a small .cache/catalog_cache.json file next to the script; (3) because it prints dataset contents, review any dataset output if you're running in an environment with data-handling policies. If you need absolute assurance, inspect the included scripts/ottawa_data.py yourself — it is small, readable, and contains no obfuscated code or hidden endpoints.Like a lobster shell, security has layers — review code before you run it.
latestvk97eyenm753mfzw5vkhjy4v5jx83z76z
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
