City of Vancouver Open Data
v1.0.1Access 194+ datasets from the City of Vancouver open data portal. Search, fetch, and analyze city data on parking, transit, permits, demographics, and more v...
⭐ 0· 55·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
The name/description match the included code and documentation. The Python CLI calls the Opendatasoft API for Vancouver datasets and exposes search/list/info/fetch functionality; there are no unrelated credentials, binaries, or capabilities requested.
Instruction Scope
SKILL.md directs the agent to run the provided Python script for dataset operations. The script only performs HTTP requests to the opendata.vancouver.ca API and prints or exports results. The instructions and code do not read arbitrary host files, environment secrets, or send data to third-party endpoints.
Install Mechanism
There is no install spec (instruction-only plus a small included script). Nothing is downloaded or extracted at install time, so no high-risk install behavior is present.
Credentials
The skill declares no required environment variables and the script does not read secrets or external credentials. It only writes a small cache file next to the script and uses outbound HTTP to the official portal—proportional to its purpose.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It creates a local .cache/catalog_cache.json next to the script (local, scoped), which is normal caching behavior.
Assessment
This skill appears to do what it claims: query Vancouver's open-data API and cache the dataset catalogue locally. Before installing or running it, be aware that it will make outbound HTTPS requests to opendata.vancouver.ca and will create a local .cache/catalog_cache.json file beside the script. No credentials are requested or stored. If you run the skill in an environment with restricted network access or sensitive data, consider reviewing the script (scripts/vancouver_data.py) yourself and ensure network access to opendata.vancouver.ca is acceptable. If you plan to allow autonomous agent invocation, remember the skill can make network calls when invoked.Like a lobster shell, security has layers — review code before you run it.
latestvk97c232rw3a6xj7pzp00rb5rhs83yxrb
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
