City of Montreal Open Data
v1.0.1Access 398+ datasets from the City of Montreal open data portal. Search, fetch, and analyze city data on crime, transit, environment, permits, and more via t...
⭐ 0· 56·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 (Montreal open data via CKAN) matches the code and instructions: the script calls the donnees.montreal.ca CKAN API, exposes search/list/info/fetch functionality, and the SKILL.md documents those commands.
Instruction Scope
Runtime instructions only invoke the included Python CLI to query the CKAN API and print or export results. The SKILL.md does not ask the agent to read unrelated files, environment variables, or send data to third-party endpoints.
Install Mechanism
There is no install spec (instruction-only). The included script uses only Python stdlib and no external downloads or package installs, so nothing arbitrary is written to disk beyond a small cache.
Credentials
The skill requests no environment variables, no credentials, and the script does not attempt to read secrets. Network access is limited to the official donnees.montreal.ca CKAN API.
Persistence & Privilege
always is false and the skill does not modify system or other-skill configs. It writes a local cache file under the script directory (.cache/catalog_cache.json), which is reasonable for a client-side catalog cache.
Assessment
This skill is internally consistent and appears benign: it only queries the City of Montreal CKAN API and caches a local catalog file. Before installing, confirm you are comfortable allowing the agent to make outbound HTTPS requests to donnees.montreal.ca and to create a small cache file in the skill's directory. If you need extra caution, run the script in an isolated environment or review/execute the included Python file manually first.Like a lobster shell, security has layers — review code before you run it.
latestvk973p9kqzttce98e98a8tct89n83zbjg
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
