← ClaudeAtlas

locationlisted

The mandatory registry-only workflow for every F5 Distributed Cloud Regional Edge request. Use for maps, inventories, country, region, metro, site code, address, “show”, “where”, and “which Regional Edges” prompts. Collects current F5 Statuspage, PeeringDB AS35280, and Wikidata evidence without web search or remembered locations.
f5-sales-demo/marketplace · ★ 0 · Data & Documents · score 68
Install: claude install-skill f5-sales-demo/marketplace
# F5 Regional Edge location investigation Any prompt mentioning F5 Distributed Cloud Regional Edges must use this skill. Do not route it to `cloudstatus:network-intelligence`, a general operator, web search, OSINT geolocation, remembered information, source-code inspection, or an ad hoc HTTP/Python command. Run the collector directly in the parent session exactly once. Pass only the normalized geographic filter through the Bash environment as `CLOUDSTATUS_QUERY` (for example, `United States`, not the full user request); do not interpolate user text into the command. For inventory, map, show, where, country, region, or “which Regional Edges” intent, use the compact map contract: ```bash python3 skill://cloudstatus:network-intelligence/scripts/network_lookup.py locations --format map-v1 "$CLOUDSTATUS_QUERY" ``` For one narrow factual metro, site-code, or address investigation, use: ```bash python3 skill://cloudstatus:network-intelligence/scripts/network_lookup.py location "$CLOUDSTATUS_QUERY" ``` For example, “show me a map of all the address locations of the F5 Regional Edges that are located in the United States” is an inventory/map request. “All address locations” remains collector-only: use `locations --format map-v1` and do not research individual addresses or facilities. Bounded retries built into the collector are allowed. Do not run a second collector command, follow up with general research, or inspect raw registry responses. Keep missing or conflicting evidenc