# Chan Zuckerberg Initiative AI Agent Skills

Chan Zuckerberg Initiative publishes official AI agent skills for its tools, services, and developer workflows. Finding new ways to leverage technology, community-driven solutions, and collaboration to accelerate progress in science and education.

Browse 3 official AI agent skills across 1 Chan Zuckerberg Initiative repository, with install commands and source links.

Official page: https://skillscout.sh/official/chanzuckerberg/
Markdown page: https://skillscout.sh/official/chanzuckerberg/chanzuckerberg_skills_skillscout.md
Vendor website: https://chanzuckerberg.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/chanzuckerberg/chanzuckerberg_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Chan Zuckerberg Initiative 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

### chanzuckerberg/dataset-catalog

Includes 3 official skills: catalog-read, catalog-register, catalog-search.

Install:

```bash
npx skills add chanzuckerberg/dataset-catalog -y
```

Source: https://github.com/chanzuckerberg/dataset-catalog

## Individual skills

### catalog-read

Official Chan Zuckerberg Initiative skill from chanzuckerberg/dataset-catalog.

Install:

```bash
npx skills add chanzuckerberg/dataset-catalog@catalog-read -y
```

Package: chanzuckerberg/dataset-catalog
Source: https://github.com/chanzuckerberg/dataset-catalog/tree/HEAD/plugins/catalog/skills/catalog-read

### catalog-register

Official Chan Zuckerberg Initiative skill from chanzuckerberg/dataset-catalog.

Install:

```bash
npx skills add chanzuckerberg/dataset-catalog@catalog-register -y
```

Package: chanzuckerberg/dataset-catalog
Source: https://github.com/chanzuckerberg/dataset-catalog/tree/main/plugins/catalog/skills/catalog-register

### catalog-search

Official Chan Zuckerberg Initiative skill from chanzuckerberg/dataset-catalog.

Install:

```bash
npx skills add chanzuckerberg/dataset-catalog@catalog-search -y
```

Package: chanzuckerberg/dataset-catalog
Source: https://github.com/chanzuckerberg/dataset-catalog/tree/HEAD/plugins/catalog/skills/catalog-search

## chanzuckerberg/dataset-catalog package overview

Includes 3 official skills: catalog-read, catalog-register, catalog-search.

### Top skills in this package

- catalog-read: Official Chan Zuckerberg Initiative skill from chanzuckerberg/dataset-catalog.
- catalog-register: Official Chan Zuckerberg Initiative skill from chanzuckerberg/dataset-catalog.
- catalog-search: Official Chan Zuckerberg Initiative skill from chanzuckerberg/dataset-catalog.

### Install

Install the full package:

```bash
npx skills add chanzuckerberg/dataset-catalog -y
```

Install a specific skill:

```bash
npx skills add chanzuckerberg/dataset-catalog@catalog-read -y
```

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

Source: https://github.com/chanzuckerberg/dataset-catalog#readme
