# Our World In Data AI Agent Skills

Our World In Data publishes official AI agent skills for its tools, services, and developer workflows.

Browse 4 official AI agent skills across 1 Our World In Data repository, with install commands and source links.

Official page: https://skillscout.sh/official/owid/
Markdown page: https://skillscout.sh/official/owid/owid_skills_skillscout.md
Vendor website: https://ourworldindata.org/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/owid/owid_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Our World In Data skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### owid/owid-claude-plugins

Includes 4 official skills: fetch-chart-data, search-charts, joining-data, owid-catalog.

Install:

```bash
npx skills add owid/owid-claude-plugins -y
```

Source: https://github.com/owid/owid-claude-plugins

## Individual skills

### fetch-chart-data

Official Our World In Data skill from owid/owid-claude-plugins.

Install:

```bash
npx skills add owid/owid-claude-plugins@fetch-chart-data -y
```

Package: owid/owid-claude-plugins
Source: https://github.com/owid/owid-claude-plugins/tree/HEAD/skills/fetch-chart-data

### search-charts

Official Our World In Data skill from owid/owid-claude-plugins.

Install:

```bash
npx skills add owid/owid-claude-plugins@search-charts -y
```

Package: owid/owid-claude-plugins
Source: https://github.com/owid/owid-claude-plugins/tree/HEAD/skills/search-charts

### joining-data

Official Our World In Data skill from owid/owid-claude-plugins.

Install:

```bash
npx skills add owid/owid-claude-plugins@joining-data -y
```

Package: owid/owid-claude-plugins
Source: https://github.com/owid/owid-claude-plugins/tree/HEAD/skills/joining-data

### owid-catalog

Official Our World In Data skill from owid/owid-claude-plugins.

Install:

```bash
npx skills add owid/owid-claude-plugins@owid-catalog -y
```

Package: owid/owid-claude-plugins
Source: https://github.com/owid/owid-claude-plugins/tree/HEAD/skills/owid-catalog

## owid/owid-claude-plugins package overview

Includes 4 official skills: fetch-chart-data, search-charts, joining-data, owid-catalog.

### Top skills in this package

- fetch-chart-data: Official Our World In Data skill from owid/owid-claude-plugins.
- search-charts: Official Our World In Data skill from owid/owid-claude-plugins.
- joining-data: Official Our World In Data skill from owid/owid-claude-plugins.
- owid-catalog: Official Our World In Data skill from owid/owid-claude-plugins.

### Install

Install the full package:

```bash
npx skills add owid/owid-claude-plugins -y
```

Install a specific skill:

```bash
npx skills add owid/owid-claude-plugins@fetch-chart-data -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/owid/owid-claude-plugins#readme
