City of Ottawa Open Data

v1.0.1

Access 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· 94·0 current·0 all-time
byRay Chan, PMP@raychanpmp

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for raychanpmp/ottawa-opendata.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "City of Ottawa Open Data" (raychanpmp/ottawa-opendata) from ClawHub.
Skill page: https://clawhub.ai/raychanpmp/ottawa-opendata
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
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 ottawa-opendata

ClawHub CLI

Package manager switcher

npx clawhub@latest install ottawa-opendata
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & 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
94downloads
0stars
1versions
Updated 4w ago
v1.0.1
MIT-0

City of Ottawa Open Data

Access and analyze 670+ open datasets from the City of Ottawa via ArcGIS Hub. Data covers transit, environment, health, elections, infrastructure, and more.

Portal: https://open.ottawa.ca Platform: ArcGIS Hub

Quick Start

# Search for datasets
python3 scripts/ottawa_data.py search "transit"

# List all datasets
python3 scripts/ottawa_data.py list

# View dataset info
python3 scripts/ottawa_data.py info "Ottawa Ward Boundaries"

# Fetch data
python3 scripts/ottawa_data.py fetch "Ottawa Ward Boundaries" --limit 5

# Export as CSV
python3 scripts/ottawa_data.py fetch "Bus Routes" --limit 100 --csv > routes.csv

# List direct download URLs
python3 scripts/ottawa_data.py downloads

Commands Reference

CommandDescription
search <query>Search datasets by keyword
listList all datasets
info <name-or-id>Show dataset metadata and data source
fetch <name-or-id>Fetch data (opts: --limit, --csv)
downloadsList datasets with direct download URLs

Data Sources

Ottawa datasets come in three types:

  1. ArcGIS Feature Services — Queryable geospatial data
  2. ArcGIS Map Services — Read-only map layers
  3. Document Links — Direct file downloads

Data Sources

All data from open.ottawa.ca.

Comments

Loading comments...