Documentation Index
Fetch the complete documentation index at: https://docs.gdeltcloud.com/llms.txt
Use this file to discover all available pages before exploring further.
What Are Skills?
Skills are MCP resources that provide workflow-pattern guidance. Each skill defines how to approach a class of analytical task: what tools to call, how to sequence them, how to interpret signals, how to structure outputs, and how to cite sources. Skills are served from the MCP server’sskills/tasks directory and loaded at runtime as resources.
Skills complement the research system prompt. The system prompt establishes analyst voice, the four-surface mental model, and citation discipline. A skill provides the deeper workflow for a particular question shape.
Available Skills
Task skills are oriented around workflow patterns, not vertical topics. Load them on demand based on the question shape.GDELT Discover-and-Drill
The canonical GDELT Cloud workflow: summarize → search → drill, over-filter recovery, graph traversal recipes for Events, Stories, and Entities.
Macro Finance
Symbol resolution and the ~120-tool macro-finance category — analytics, fundamentals, options chains, sentiment, US macro, FX, crypto, commodities, technical indicators.
Prediction Markets
SEARCH_RELEVANT_MARKETS-first patterns, the proxy-contract pattern for legally-sensitive scenarios, contract-quirk caveats, reading rules_primary and liquidity fields.
Multi-Surface Synthesis
Combining GDELT Cloud + macro-finance + prediction markets to find the divergence; five canonical divergence shapes; weighting rules for conflicting signals.
Brief Output
BLUF / inverted-pyramid analyst brief format with per-evidence-type citation templates and
gdelt-event fenced blocks.Brief Skills
Daily Risk, Crisis SITREP, I&W Watch, and Exposure Monitor skills for the hosted Brief agent.
Skill Selection Logic
| User Request | Skills |
|---|---|
| Geopolitical brief on a topic | gdelt-discover-and-drill + brief-output |
| ”What’s the market saying / pricing in?” | gdelt-discover-and-drill + macro-finance + multi-surface-synthesis + brief-output |
| Scenario probability with narrative context | gdelt-discover-and-drill + prediction-markets + multi-surface-synthesis + brief-output |
| Actor exposure / portfolio risk from an event | gdelt-discover-and-drill + macro-finance + multi-surface-synthesis + brief-output |
| Three-surface synthesis (high-leverage default) | All five |
| Lookup, comparison, or procedural task | None — answer directly |
| Generate a Daily Risk / SITREP / I&W Watch / Exposure Monitor Brief | brief-tradecraft + the selected Brief skill |
gdelt-discover-and-drill as the anchor. It produces the dates, actors, locations, and entities the other skills consume.
How Skills Are Loaded
Skills are served as MCP resources with URIs in the formatskill://{name}/SKILL.md.
MCPRemoteSkillsMiddleware, which seeds skill files into the agent’s runtime filesystem so they can be loaded on demand.
