# Deepnote AI Agent Skills

Deepnote publishes official AI agent skills for its tools, services, and developer workflows.

Browse 6 official AI agent skills across 2 Deepnote repositories, with install commands and source links.

Official page: https://skillscout.sh/official/deepnote/
Markdown page: https://skillscout.sh/official/deepnote/deepnote_skills_skillscout.md
Vendor website: https://www.deepnote.com/

## Prompt for your agent

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

### deepnote/deepnote

Includes 1 official skill: deepnote.

Install:

```bash
npx skills add deepnote/deepnote -y
```

Source: https://github.com/deepnote/deepnote

### deepnote/codex-plugin

Includes 5 official skills: deepnote-notebooks, deepnote-data-execution, deepnote-links, deepnote-mcp, deepnote-notebook-editing.

Install:

```bash
npx skills add deepnote/codex-plugin -y
```

Source: https://github.com/deepnote/codex-plugin

## Individual skills

### deepnote

Official Deepnote skill from deepnote/deepnote.

Install:

```bash
npx skills add deepnote/deepnote@deepnote -y
```

Package: deepnote/deepnote
Source: https://github.com/deepnote/deepnote/tree/main/skills/deepnote

### deepnote-notebooks

Official Deepnote skill from deepnote/codex-plugin.

Install:

```bash
npx skills add deepnote/codex-plugin@deepnote-notebooks -y
```

Package: deepnote/codex-plugin
Source: https://github.com/deepnote/codex-plugin/tree/main/plugins/deepnote/skills/deepnote-notebooks

### deepnote-data-execution

Official Deepnote skill from deepnote/codex-plugin.

Install:

```bash
npx skills add deepnote/codex-plugin@deepnote-data-execution -y
```

Package: deepnote/codex-plugin
Source: https://github.com/deepnote/codex-plugin/tree/main/plugins/deepnote/skills/deepnote-data-execution

### deepnote-links

Official Deepnote skill from deepnote/codex-plugin.

Install:

```bash
npx skills add deepnote/codex-plugin@deepnote-links -y
```

Package: deepnote/codex-plugin
Source: https://github.com/deepnote/codex-plugin/tree/main/plugins/deepnote/skills/deepnote-links

### deepnote-mcp

Official Deepnote skill from deepnote/codex-plugin.

Install:

```bash
npx skills add deepnote/codex-plugin@deepnote-mcp -y
```

Package: deepnote/codex-plugin
Source: https://github.com/deepnote/codex-plugin/tree/main/plugins/deepnote/skills/deepnote-mcp

### deepnote-notebook-editing

Official Deepnote skill from deepnote/codex-plugin.

Install:

```bash
npx skills add deepnote/codex-plugin@deepnote-notebook-editing -y
```

Package: deepnote/codex-plugin
Source: https://github.com/deepnote/codex-plugin/tree/main/plugins/deepnote/skills/deepnote-notebook-editing

## deepnote/codex-plugin package overview

Includes 5 official skills: deepnote-notebooks, deepnote-data-execution, deepnote-links, deepnote-mcp, deepnote-notebook-editing.

### Top skills in this package

- deepnote-notebooks: Official Deepnote skill from deepnote/codex-plugin.
- deepnote-data-execution: Official Deepnote skill from deepnote/codex-plugin.
- deepnote-links: Official Deepnote skill from deepnote/codex-plugin.
- deepnote-mcp: Official Deepnote skill from deepnote/codex-plugin.
- deepnote-notebook-editing: Official Deepnote skill from deepnote/codex-plugin.

### Install

Install the full package:

```bash
npx skills add deepnote/codex-plugin -y
```

Install a specific skill:

```bash
npx skills add deepnote/codex-plugin@deepnote-notebooks -y
```

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

Source: https://github.com/deepnote/codex-plugin#readme
