Agent skill · magnus919

raleigh

Query, search, and download public datasets and civic information for the City of Raleigh. Use for live ArcGIS Hub catalog discovery, ArcGIS FeatureServer and MapServer queries, ImageServer imagery exports, official Raleigh geocoding, GoRaleigh transit feeds, guest-public development records, public RaleighNC.gov content, eSCRIBE public meetings, Raleigh fire reports and inspections, and the Raleigh-Wake ECC active incident feed. Do not use for private data, authenticated operations, payments, submissions, bulk crawling, or non-public portals.

What it needs

About 9k tokens when loaded.

What this skill does

Raleigh Civic Data A read-only CLI for the City of Raleigh's public civic data and services. It discovers datasets from the live ArcGIS Hub catalog, queries ArcGIS layers, exports imagery, geocodes and reverse-geocodes addresses, reads GoRaleigh GTFS and GTFS-Realtime feeds, searches the guest-public Permit and Development Portal, lists public RaleighNC.gov content, and extracts public eSCRIBE meetings. All operations are read-only and use fixed endpoint contracts. HTTPS is required except for explicitly acknowledged RFD report lookups, whose upstream site supports only plain HTTP. No API key, sign-in, payment, or submission flow is implemented. Quick Start Commands Dataset discovery Command Purpose Example --------- --------- --------- catalog List live Hub datasets scripts/raleigh catalog --json search Search catalog metadata scripts/raleigh search "building permit" --limit 10 info Show a dataset by title or ID scripts/raleigh info "Raleigh Dog Parks" --json query Query records with filters scripts/raleigh query "Food Inspections" --where "SCORE<70" --limit 20 download Export to CSV, GeoJSON, or JSON scripts/raleigh download "Parcels" -f geojson -o parcels.geojson categories List categories from the catalog scripts/raleigh categories catalog-check Validate cached endpoints scripts/raleigh catalog-check --sample 10 Imagery Command Purpose Example --------- --------- --------- imagery catalog List ImageServer services scripts/raleigh imagery catalog --json imagery info Show service metadata scripts/raleigh imagery info Orthos2025 imagery export Export bounded image scripts/raleigh imagery export Orthos2025 --bbox=-78.7,35.7,-78.6,35.8 --size 400,400 -o ortho.jpg imagery identify Identify pixel value at point scripts/raleigh imagery identify Orthos2025 --point=-78.65,35.75 imagery statistics Compute extent statistics scripts/raleigh imagery statistics Orthos2025 --bbox=-78.7,35.7,-78.6,35.8 imagery catalog lists only publicly readable services. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills magnus919/raleigh

View the source on GitHub

Browse the @skills marketplace