# Danbooru AI Agent Skills

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

Browse 2 official AI agent skills across 1 Danbooru repository, with install commands and source links.

Official page: https://skillscout.sh/official/danbooru/
Markdown page: https://skillscout.sh/official/danbooru/danbooru_skills_skillscout.md
Vendor website: https://danbooru.donmai.us/

## Prompt for your agent

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

### danbooru/danbooru

Includes 2 official skills: generate-changelog, update-dependencies.

Install:

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

Source: https://github.com/danbooru/danbooru

## Individual skills

### generate-changelog

Official Danbooru skill from danbooru/danbooru.

Install:

```bash
npx skills add danbooru/danbooru@generate-changelog -y
```

Package: danbooru/danbooru
Source: https://github.com/danbooru/danbooru/tree/master/.github/skills/generate-changelog

### update-dependencies

Official Danbooru skill from danbooru/danbooru.

Install:

```bash
npx skills add danbooru/danbooru@update-dependencies -y
```

Package: danbooru/danbooru
Source: https://github.com/danbooru/danbooru/tree/master/.github/skills/update-dependencies

## danbooru/danbooru package overview

Includes 2 official skills: generate-changelog, update-dependencies.

### Top skills in this package

- generate-changelog: Official Danbooru skill from danbooru/danbooru.
- update-dependencies: Official Danbooru skill from danbooru/danbooru.

### Install

Install the full package:

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

Install a specific skill:

```bash
npx skills add danbooru/danbooru@generate-changelog -y
```

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

Source: https://github.com/danbooru/danbooru#readme
