Overview
Thelocation-operational-risk skill produces structured risk assessments for evaluating cities, regions, or countries as destinations for offices, facilities, or operations. It covers six risk dimensions: labor/talent, civil security, infrastructure, connectivity/logistics, regulatory/political, and environmental. Output can range from a quick safety check to a full PM-ready risk brief.
Use this skill for: whether a location is safe for a new office or facility, what risks affect operations in a given country or city, and producing structured risk briefs for decision-makers.
Skill Resource URI
Allowed Tools
get_media_events, get_media_event_cluster, get_conflict_events, get_conflict_events_summary, get_cameoplus_events, get_entity, web_search, web_extract
Six Risk Dimensions
| Dimension | Key GDELT Tool | Key Signal |
|---|---|---|
| Labor/Talent | get_media_events semantic search | Strike activity, labor market tightness |
| Civil Security | get_conflict_events + summary | Event frequency, severity score |
| Infrastructure | get_cameoplus_events INFRASTRUCTURE | Grid outages, investment announcements |
| Connectivity/Logistics | get_cameoplus_events INFRASTRUCTURE | ISP reliability, import delays |
| Regulatory/Political | get_cameoplus_events POLITICAL | Policy changes, stability signals |
| Environmental | get_cameoplus_events ENVIRONMENT | Weather events, climate disruptions |
Use
location (FIPS 2-letter code) not country name for get_media_events. Use 30-day windows for operational risk and 90-day windows for environmental/climate patterns.Key Insight
A near-zero conflict event count is a positive signal — report it explicitly as a stability indicator. Do not interpret the absence of events as a data gap.Workflow Summary
Security Baseline
get_conflict_events(country=..., days=30) + get_conflict_events_summary(group_by=event_type). Low event count = stable. State this explicitly.Infrastructure Check
get_cameoplus_events(domain=INFRASTRUCTURE, country=ISO3, days=30). Investment announcements = positive signal. Failure/outage stories = elevated risk.Regulatory Environment
get_cameoplus_events(domain=POLITICAL, magnitude_min=4.0, days=30) for policy changes and stability signals.Entity Monitoring
get_entity for relevant investment agencies or regional authorities. Co-occurrence with FDI or infrastructure investment news = positive signal.Output Format
For full risk briefs, use this structure:Related
Workflow Guide
Detailed REST API workflow guide for location and operational risk
Skills Overview
All available skills and when to use each one

