# D1DX AI Agent Skills

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

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

Official page: https://skillscout.sh/official/d1dx/
Markdown page: https://skillscout.sh/official/d1dx/d1dx_skills_skillscout.md
Vendor website: https://github.com/d1dx

## Prompt for your agent

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

### d1dx/n8n-skill

Includes 3 official skills: administration, credentials, n8n-skill.

Install:

```bash
npx skills add d1dx/n8n-skill -y
```

Source: https://github.com/D1DX/n8n-skill

## Individual skills

### administration

Official D1DX skill from d1dx/n8n-skill.

Install:

```bash
npx skills add d1dx/n8n-skill@administration -y
```

Package: d1dx/n8n-skill
Source: https://github.com/D1DX/n8n-skill/tree/main/administration

### credentials

Official D1DX skill from d1dx/n8n-skill.

Install:

```bash
npx skills add d1dx/n8n-skill@credentials -y
```

Package: d1dx/n8n-skill
Source: https://github.com/D1DX/n8n-skill/tree/main/credentials

### n8n-skill

Official D1DX skill from d1dx/n8n-skill.

Install:

```bash
npx skills add d1dx/n8n-skill@n8n-skill -y
```

Package: d1dx/n8n-skill
Source: https://github.com/d1dx/n8n-skill/tree/HEAD/n8n-skill

## d1dx/n8n-skill package overview

Includes 3 official skills: administration, credentials, n8n-skill.

### Top skills in this package

- administration: Official D1DX skill from d1dx/n8n-skill.
- credentials: Official D1DX skill from d1dx/n8n-skill.
- n8n-skill: Official D1DX skill from d1dx/n8n-skill.

### Install

Install the full package:

```bash
npx skills add d1dx/n8n-skill -y
```

Install a specific skill:

```bash
npx skills add d1dx/n8n-skill@administration -y
```

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

Source: https://github.com/d1dx/n8n-skill#readme
