Overview
Thegeneral-task skill is the baseline workflow for any GDELT Cloud query that doesn’t fit a more specialized skill. It covers tool selection, country code formats, progressive disclosure, the scan-zoom-enrich workflow, web search integration, and common pitfalls.
Use this skill for: general news research, entity tracking, trending topics, conflict monitoring, or any GDELT Cloud query where a specialized skill isn’t the right fit.
Skill Resource URI
Allowed Tools
get_media_events, get_media_event_cluster, get_entity, get_domain, get_conflict_events, get_conflict_events_summary, get_cameoplus_events, get_cameoplus_events_summary, get_top_entities, web_search, web_extract
Core Workflow: Scan → Zoom → Enrich
The general-task skill uses a three-step progressive disclosure pattern:Scan
Use
get_media_events with detail=summary to discover what’s happening. Note cluster_id values and entity names for drill-down.Zoom
Drill into specific stories with
get_media_event_cluster, or into specific entities with get_entity. Start at detail=summary and escalate only if needed.Country Code Formats
| Tool | Parameter | Format | Examples |
|---|---|---|---|
get_media_events | actor_country | ISO-3 | USA, CHN, GBR |
get_media_events | location | FIPS 2-letter | US, CH, UK |
get_conflict_events | country | Full English name | Ukraine, Iran |
get_cameoplus_events | country | ISO-3 | UKR, IRN |
CH = China (FIPS), not Switzerland (SZ). South Korea FIPS is KS, not KR.
Output Principles
- Adapt to the request. A quick question gets a direct answer. A deep question gets a structured report.
- Lead with the bottom line. State the conclusion first, then support it.
- Interpret every data point. Always answer “so what?” after presenting a finding.
- Cite inline. Use
story_urlandentity_urlfrom API responses to link directly to GDELT Cloud pages.
Related
Workflow Guide
Detailed REST API workflow guide for general GDELT Cloud tasks
Skills Overview
All available skills and when to use each one

