Faostat Viz banner
berba-q berba-q

Faostat Viz

Data community

Description

--- description: Generate interactive HTML charts from FAOSTAT data (line, bar, scatter, stacked bar) argument-hint: <what to visualize, e.g. "wheat production trends for top 5 producers"> --- Invoke the `faostat-viz` skill to handle this request. The skill queries FAOSTAT data (or uses data already in conversation context), selects the appropriate chart type, and generates a standalone interactive HTML chart with Chart.js.

Installation

Installs to ~/.claude/skills/berba-q-faostat-skills-faostat-viz/SKILL.md

Terminal
mkdir -p ~/.claude/skills/berba-q-faostat-skills-faostat-viz && curl -fsSL https://raw.githubusercontent.com/berba-q/faostat-skills/HEAD/commands/faostat-viz.md -o ~/.claude/skills/berba-q-faostat-skills-faostat-viz/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository