Install
openclaw skills install umea-dataQuery public open data from Umeå kommun on locations, facilities, demographics, environment, infrastructure, and building permits with geospatial support.
openclaw skills install umea-dataQuery open data from Umeå kommun about locations, facilities, demographics, environment, and more.
https://opendata.umea.se/api/v2/
gop_lekparkerbadplatservandringslederrastplatsertrad-som-forvaltas-av-gator-och-parkerladdplatserwifi-hotspotsbygglov-beslutbygglov-inkomna-arendenbefolkningsfoeraendringar-helarbostadsbestand-hustypvaxthusgasutslapp_umeaexempel-brottsstatistik-anmaelda-brott-fran-bra-s-oeppna-data./scripts/query.sh <dataset_id> [limit]
Example:
./scripts/query.sh badplatser 10
./scripts/query.sh laddplatser 20
./scripts/nearby.sh <dataset_id> <lat> <lon> [limit]
Example:
# Find nearest playground to Mariehem (approx coordinates)
./scripts/nearby.sh gop_lekparker 63.8200 20.3000 5
# Find nearest EV charging station to city center
./scripts/nearby.sh laddplatser 63.8258 20.2630 5
curl "https://opendata.umea.se/api/v2/catalog/datasets"
curl "https://opendata.umea.se/api/v2/catalog/datasets/{dataset_id}/records?limit=20"
curl "https://opendata.umea.se/api/v2/catalog/datasets?where=search(default,\"query\")"
All records follow this structure:
{
"total_count": 123,
"records": [
{
"record": {
"id": "unique-id",
"timestamp": "2024-01-01T12:00:00Z",
"fields": {
"namn": "Location Name",
"geo_point_2d": {
"lat": 63.825,
"lon": 20.263
},
...
}
}
}
]
}
The AI can answer questions like:
Recreation:
Infrastructure:
Planning:
Demographics & Environment: