What problem does it solve? Finding and querying Montréal's public safety open data requires knowing dataset slugs, field schemas, coordinate systems, and CKAN API patterns, which this Skill consolidates into one bilingual reference. ## Core Features & Use Cases - Dataset Catalog: Documents 9 safety datasets (criminal acts, 311 requests, road collisions, fire interventions, stations, coyote sightings, hydrants) with slugs, formats, record counts, and key fields. - Ready-to-Use Queries: Provides CKAN datastore_search_sql curl examples for aggregations, proximity searches, and filtered lookups. - Gotchas & Provenance: Flags coordinate system differences (WGS84 vs NAD 83 MTM Zone 8), bilingual severity values, data lag, and licensing (CC BY 4.0). - Use Case: Ask how many crimes occurred in a neighborhood last year, and the agent uses the documented schema to build a SQL GROUP BY query against the actes-criminels DataStore resource. ## Quick Start Ask how many crimes were reported in the Plateau last year and have the agent query the actes-criminels dataset.