skills/smithery.ai/add-static-dataset

add-static-dataset

Installation
SKILL.md

Add Static Dataset

Adds a new static dataset folder to app/scripts/StaticDatasets/geojson. The /geojson folder is a symlink.

When to Use

  • User wants to add a new GeoJSON dataset
  • User mentions adding static data, geojson files, "uploads", or datasets
  • User provides a geojson file path and wants it integrated

Required Information

Extract from user prompt or ask if missing:

  1. Group folder (e.g., region-berlin, region-bb) - parent folder name
  2. Sub-folder name (e.g., berlin-bezirke) - dataset folder name (must be valid slug). Must include region/group prefix: for region-berlin use berlin-<name>, not just <name>
  3. GeoJSON file path - absolute path to source file on disk
  4. Regions - array of region slugs (e.g., ['infravelo'], ['berlin'])
  5. Optional: transformation needs, style preferences, category, attribution, license
Installs
1
First Seen
Apr 4, 2026
add-static-dataset from smithery.ai