# Doist AI Agent Skills

Doist publishes official AI agent skills for its tools, services, and developer workflows. Empowering people with simple yet powerful tools ✨.

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

Official page: https://skillscout.sh/official/doist/
Markdown page: https://skillscout.sh/official/doist/doist_skills_skillscout.md
Vendor website: https://doist.com/

## Prompt for your agent

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

### Doist/todoist-cli

Command-line interface for Todoist. Includes 1 official skill: todoist-cli.

Install:

```bash
npx skills add https://github.com/Doist/todoist-cli -y
```

Source: https://github.com/Doist/todoist-cli

### Doist/comms-cli

Covers comms-cli. Comms messaging CLI. View and respond to inbox threads, channel threads, direct messages, mentions, and group conversations; search, react, archive, mute, and manage workspaces. Use when the user mentions Comms, asks about their inbox, mentions, threads, DMs, channels, or wants to read or send Comms messages.

Install:

```bash
npx skills add https://github.com/Doist/comms-cli -y
```

Source: https://github.com/Doist/comms-cli

### Doist/twist-cli

Command-line interface for Twist. Includes 1 official skill: twist-cli.

Install:

```bash
npx skills add https://github.com/Doist/twist-cli -y
```

Source: https://github.com/Doist/twist-cli

### Doist/outline-cli

Covers outline-cli. Search and manage Outline wiki documents and collections via the ol CLI

Install:

```bash
npx skills add https://github.com/Doist/outline-cli -y
```

Source: https://github.com/Doist/outline-cli

### Doist/bob-cli

Command-line interface for Bob (hibob.com). Includes 1 official skill: bob-cli.

Install:

```bash
npx skills add https://github.com/Doist/bob-cli -y
```

Source: https://github.com/Doist/bob-cli

### Doist/granola-cli

Covers granola-cli. Search and inspect Granola meeting notes, folders, summaries, attendees, and transcripts via the granola CLI

Install:

```bash
npx skills add https://github.com/Doist/granola-cli -y
```

Source: https://github.com/Doist/granola-cli

## Individual skills

### todoist-cli

Manage Todoist tasks, projects, labels, filters, sections, comments, reminders, and workspaces via the `td` CLI. Use when the user wants to view, create, update, complete, or organize Todoist items, or mentions tasks, inbox, today, upcoming, projects, labels, or filters.

Install:

```bash
npx skills add https://github.com/Doist/todoist-cli --skill todoist-cli -y
```

Package: Doist/todoist-cli
Source: https://github.com/doist/todoist-cli/tree/HEAD/skills/todoist-cli

### comms-cli

Comms messaging CLI. View and respond to inbox threads, channel threads, direct messages, mentions, and group conversations; search, react, archive, mute, and manage workspaces. Use when the user mentions Comms, asks about their inbox, mentions, threads, DMs, channels, or wants to read or send Comms messages.

Install:

```bash
npx skills add https://github.com/Doist/comms-cli --skill comms-cli -y
```

Package: Doist/comms-cli
Source: https://github.com/Doist/comms-cli/tree/main/skills/comms-cli

### twist-cli

Twist messaging CLI. View and respond to inbox threads, channel threads, direct messages, mentions, and group conversations; search, react, archive, mute, and manage workspaces. Use when the user mentions Twist, asks about their inbox, mentions, threads, DMs, channels, or wants to read or send Twist messages.

Install:

```bash
npx skills add https://github.com/Doist/twist-cli --skill twist-cli -y
```

Package: Doist/twist-cli
Source: https://github.com/Doist/twist-cli/tree/HEAD/skills/twist-cli

### outline-cli

Search and manage Outline wiki documents and collections via the ol CLI

Install:

```bash
npx skills add https://github.com/Doist/outline-cli --skill outline-cli -y
```

Package: Doist/outline-cli
Source: https://github.com/Doist/outline-cli/tree/main/skills/outline-cli

### bob-cli

Query HiBob HR data: employee directory and who's out via the bob CLI

Install:

```bash
npx skills add https://github.com/Doist/bob-cli --skill bob-cli -y
```

Package: Doist/bob-cli
Source: https://github.com/Doist/bob-cli/tree/main/skills/bob-cli

### granola-cli

Search and inspect Granola meeting notes, folders, summaries, attendees, and transcripts via the granola CLI

Install:

```bash
npx skills add https://github.com/Doist/granola-cli --skill granola-cli -y
```

Package: Doist/granola-cli
Source: https://github.com/Doist/granola-cli/tree/main/skills/granola-cli

## Doist/todoist-cli package overview

Command-line interface for Todoist. Includes 1 official skill: todoist-cli.

### Top skills in this package

- todoist-cli: Manage Todoist tasks, projects, labels, filters, sections, comments, reminders, and workspaces via the `td` CLI. Use when the user wants to view, create, update, complete, or organize Todoist items, or mentions tasks, inbox, today, upcoming, projects, labels, or filters.

### Install

Install the full package:

```bash
npx skills add https://github.com/Doist/todoist-cli -y
```

Install a specific skill:

```bash
npx skills add https://github.com/Doist/todoist-cli --skill todoist-cli -y
```

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

Source: https://github.com/Doist/todoist-cli#readme
