datawrapper

Installation
SKILL.md

Datawrapper API — Skill

Create and publish Datawrapper charts and maps via REST API.

Auth: Authorization: Bearer $DATAWRAPPER_API (env var — never print the value). Base URL: https://api.datawrapper.de/v3


⚠️ Step 0 — Verify API key before anything else

curl -s -o /dev/null -w "%{http_code}" \
  "https://api.datawrapper.de/v3/me" \
  -H "Authorization: Bearer $DATAWRAPPER_API"
Related skills
Installs
1
Repository
ondata/skills
GitHub Stars
4
First Seen
2 days ago