# Thunderbird AI Agent Skills

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

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

Official page: https://skillscout.sh/official/thunderbird/
Markdown page: https://skillscout.sh/official/thunderbird/thunderbird_skills_skillscout.md
Vendor website: https://thunderbird.net/

## Prompt for your agent

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

### thunderbird/thunderbird-support-reports

Includes 2 official skills: dns-check, report.

Install:

```bash
npx skills add thunderbird/thunderbird-support-reports -y
```

Source: https://github.com/thunderbird/thunderbird-support-reports

### thunderbird/thunderbolt

Includes 1 official skill: thunder-deep-review.

Install:

```bash
npx skills add thunderbird/thunderbolt -y
```

Source: https://github.com/thunderbird/thunderbolt

## Individual skills

### dns-check

Official Thunderbird skill from thunderbird/thunderbird-support-reports.

Install:

```bash
npx skills add thunderbird/thunderbird-support-reports@dns-check -y
```

Package: thunderbird/thunderbird-support-reports
Source: https://github.com/thunderbird/thunderbird-support-reports/tree/main/.claude/skills/dns-check

### report

Official Thunderbird skill from thunderbird/thunderbird-support-reports.

Install:

```bash
npx skills add thunderbird/thunderbird-support-reports@report -y
```

Package: thunderbird/thunderbird-support-reports
Source: https://github.com/thunderbird/thunderbird-support-reports/tree/main/.claude/skills/report

### thunder-deep-review

Official Thunderbird skill from thunderbird/thunderbolt.

Install:

```bash
npx skills add thunderbird/thunderbolt@thunder-deep-review -y
```

Package: thunderbird/thunderbolt
Source: https://github.com/thunderbird/thunderbolt/tree/main/.claude/skills/thunder-deep-review

## thunderbird/thunderbird-support-reports package overview

Includes 2 official skills: dns-check, report.

### Top skills in this package

- dns-check: Official Thunderbird skill from thunderbird/thunderbird-support-reports.
- report: Official Thunderbird skill from thunderbird/thunderbird-support-reports.

### Install

Install the full package:

```bash
npx skills add thunderbird/thunderbird-support-reports -y
```

Install a specific skill:

```bash
npx skills add thunderbird/thunderbird-support-reports@dns-check -y
```

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

Source: https://github.com/thunderbird/thunderbird-support-reports#readme
