# Gdelt CLI

> Use this skill when the user wants to analyze global news data from the GDELT dataset.

- Skill: `javimosch/gdelt-cli` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/gdelt-cli`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/gdelt-cli/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/gdelt-cli

---

# gdelt-cli Plugin
CLI for the GDELT Global Knowledge Graph news dataset.
## Commands
- `gdelt-cli self version` — Print gdelt-cli version
- `gdelt-cli _ _` — Passthrough to gdelt-cli CLI
## Installation
```bash
cargo install gdelt-cli
```
## Examples
```bash
gdelt-cli --help-json
gdelt-cli query --format json
```
## Key Features
- **GDELT access** — Global news dataset
- **Multiple formats** — JSON, JSONL, CSV output
- **Sentiment analysis** — Geographic and trend analysis
- **MCP support** — AI agent interoperability
- **Pipeline-ready** — Structured output for automation

