sdmx-explorer
Originally fromaborruso/opensdmx
Installation
SKILL.md
SDMX Explorer — Guided Dataset Discovery
This skill uses the opensdmx CLI to explore any SDMX 2.1 REST endpoint: Eurostat, OECD, ECB, World Bank, ISTAT, and others. The primary reference provider is Eurostat (default in the opensdmx CLI). All examples use Eurostat unless stated otherwise.
Sandboxed setup (Claude Cowork / SOCKS proxy). If
opensdmxis not yet installed, install it withuv tool install opensdmxand add~/.local/bintoPATH. opensdmx v0.12.1+ bundleshttpx[socks], so it works behind the SOCKS proxy used by sandboxes out of the box. If a command fails with anImportErrorabout SOCKS (older install), patch the tool venv once:uv pip install \ --python "$(find ~/.local/share/uv/tools/opensdmx -name 'python3*' -type f | head -1)" \ socksio "httpx[socks]"