Ville de Québec Open Data

v1.0.0

Access 37+ datasets from the City of Quebec open data portal. Search, fetch, and analyze city data on streets, permits, trees, infrastructure, and more via t...

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
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise (access City of Quebec CKAN datasets) matches the included CLI script and references. The script queries donneesquebec.ca, lists/searches datasets, shows metadata, and fetches datastore records — all coherent with the stated purpose.
Instruction Scope
SKILL.md instructs running the included Python CLI and lists commands that map directly to functions in scripts/quebec_data.py. The script only accesses the CKAN API on donneesquebec.ca and prints or exports returned data. It does create a local cache (~/.openclaw/workspace/data/quebec-city-opendata/catalog_cache.json) — expected for performance but worth noting since it writes to the user's home directory.
Install Mechanism
No install spec; the skill is instruction-plus-script-only and relies on the standard Python stdlib. No remote downloads, package installs, or archive extraction are used.
Credentials
The skill requests no environment variables, no credentials, and uses only public CKAN endpoints. The only environment interaction is creating a cache directory under the user's home (`~/.openclaw/...`). No secrets are requested or used.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges. It persists a small cache file under the user's home workspace directory; this is limited scope but visible on disk and should be accepted by the user.
Assessment
This skill appears internally consistent: it only talks to donneesquebec.ca and creates a local cache file in ~/.openclaw/workspace/data/quebec-city-opendata. Before installing or running it, ensure you trust the source (the repository source is unknown here), have Python 3 available, and are comfortable with a small cache being written to your home directory. If you want extra caution, review the included scripts/quebec_data.py yourself or run the CLI in a restricted/sandboxed environment to limit file-system or network access.

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

latestvk97accs1fgcavamwg2ba7hxjmx83xm4j

License

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

Comments