with one click
datawrapper
Create charts, tables, and data visualizations via Datawrapper API
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create charts, tables, and data visualizations via Datawrapper API
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | datawrapper |
| description | Create charts, tables, and data visualizations via Datawrapper API |
Create interactive charts, tables, and maps using the Datawrapper API.
When the user asks to create a chart, table, or data visualization:
~/.claude-lab/shared/secrets/datawrapper.envPOST https://api.datawrapper.de/v3/chartsPUT https://api.datawrapper.de/v3/charts/{id}/dataPOST https://api.datawrapper.de/v3/charts/{id}/publish~/.claude-lab/shared/secrets/datawrapper.envd3-bars -- bar chartd3-lines -- line chartd3-pie -- pie chartd3-scatter -- scatter plottables -- data tablelocator-map -- mapDW_TOKEN=$(cat ~/.claude-lab/shared/secrets/datawrapper.env)
curl -X POST "https://api.datawrapper.de/v3/charts" \
-H "Authorization: Bearer $DW_TOKEN" \
-H "Content-Type: application/json" \
-d '{"title":"My Chart","type":"d3-bars"}'
Fetch a SPECIFIC Twitter/X tweet, article, thread, profile, or timeline by URL/id via the SocialData API. Use when: a Twitter link, read a known tweet, check a profile, read a thread. For SEARCH / discovery / 'what's trending in a niche', use the `x-research` skill (Grok Live Search) instead — this skill is fetch-only.
Agentic skills framework (pcvelz fork): TDD, debugging, planning, code-review, git-worktrees, parallel agents. 15 skills with .tasks.json persistence between sessions.
Generate Excalidraw diagrams from JSON. Pipeline, mindmap, flowchart. Use when: draw diagram, visualize, architecture schema, mindmap.
Web research via Perplexity Sonar API -- search, fact-check, analyze trends
Local kanban board for AI agents. Agents create/update/complete tasks, track status visually. Use when: manage tasks, kanban, create task, update status, task board.
Transcribe voice messages (.ogg) via Groq Whisper API. When you see <media:audio> in a message, extract the file path and transcribe it using the included script.