generated: '2026-09-13' method: generated source: openapi/ — grounded in real paths and operationIds from the harvested HERE OpenAPI documents, plus the conventions, error, rate-limit and lifecycle artifacts in this repo note: HERE publishes no AGENTS.md and no packaged Agent Skills of its own — searched docs.here.com, the 37-anchor api-catalog and the heremaps GitHub organisation. These five are generated by API Evangelist from HERE's own contracts. Every operationId referenced was grepped out of a spec in openapi/; where HERE declares none (Geocoding and Search v7), the skill addresses operations by method and path and says so rather than inventing an id. skills: - name: here-geocode-and-search file: skills/here-geocode-and-search.md api: HERE Geocoding and Search API v7 spec: openapi/here-geocoding-and-search-v7-openapi.json summary: Choose among the seven search endpoints and their seven hosts, shape the request, and read resultType and queryScore honestly. - name: here-calculate-a-route file: skills/here-calculate-a-route.md api: HERE Routing API v8 spec: openapi/here-routing-v8-openapi.yml summary: Calculate and re-read routes, decode Flexible Polyline correctly, and handle EV routing constraints. - name: here-run-a-batch-geocoding-job file: skills/here-run-a-batch-geocoding-job.md api: HERE Batch API v7 spec: openapi/here-geocoding-batch-v7-openapi.yml summary: The full job lifecycle including webhook notification, the documented limits, and the only stated reversal window in the portfolio (30 days). - name: here-authenticate file: skills/here-authenticate.md api: HERE Identity and Access Management spec: openapi/here-oauth2-token-v1-openapi.yml summary: API key vs OAuth 2.0 client_credentials vs OIDC, and the separate MCP authorization server with dynamic client registration. - name: here-read-live-traffic file: skills/here-read-live-traffic.md api: HERE Traffic API v7 spec: openapi/here-traffic-v7-openapi.yml summary: Flow and incidents over JSON, when to use tiles instead, and why confidence matters before speed. cross_references: - conventions/here-conventions.yml - errors/here-problem-types.yml - rate-limits/here-rate-limits.yml - lifecycle/here-lifecycle.yml - authentication/here-authentication.yml - asyncapi/here-event-surface.yml