gdelt-mentions-fetch
Installation
SKILL.md
GDELT Mentions Fetch
Core Goal
- Fetch GDELT 2.0
Global Mentionstable exports (*.mentions.CSV.zip) from official public endpoints. - Resolve latest available snapshot via
lastupdate.txt. - Resolve historical snapshots in a UTC range via
masterfilelist.txt. - Persist downloaded files and return machine-readable JSON manifest.
- Keep runtime observable with structured logs and optional log file.
Required Environment
- Configure runtime by environment variables (see
references/env.md). - Start from
assets/config.example.env. - Load env values before running commands:
set -a
source assets/config.example.env
set +a