# DOMONDA GmbH AI Agent Skills

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

Browse 4 official AI agent skills across 1 DOMONDA GmbH repository, with install commands and source links.

Official page: https://skillscout.sh/official/domonda/
Markdown page: https://skillscout.sh/official/domonda/domonda_skills_skillscout.md
Vendor website: https://domonda.com/

## Prompt for your agent

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

### domonda/api

Includes 4 official skills: chatgpt, claude-code, claude-desktop, openclaw.

Install:

```bash
npx skills add domonda/api -y
```

Source: https://github.com/domonda/api

## Individual skills

### chatgpt

Official DOMONDA GmbH skill from domonda/api.

Install:

```bash
npx skills add domonda/api@chatgpt -y
```

Package: domonda/api
Source: https://github.com/domonda/api/tree/master/mcp/chatgpt

### claude-code

Official DOMONDA GmbH skill from domonda/api.

Install:

```bash
npx skills add domonda/api@claude-code -y
```

Package: domonda/api
Source: https://github.com/domonda/api/tree/master/mcp/claude-code

### claude-desktop

Official DOMONDA GmbH skill from domonda/api.

Install:

```bash
npx skills add domonda/api@claude-desktop -y
```

Package: domonda/api
Source: https://github.com/domonda/api/tree/master/mcp/claude-desktop

### openclaw

Official DOMONDA GmbH skill from domonda/api.

Install:

```bash
npx skills add domonda/api@openclaw -y
```

Package: domonda/api
Source: https://github.com/domonda/api/tree/master/mcp/openclaw

## domonda/api package overview

Includes 4 official skills: chatgpt, claude-code, claude-desktop, openclaw.

### Top skills in this package

- chatgpt: Official DOMONDA GmbH skill from domonda/api.
- claude-code: Official DOMONDA GmbH skill from domonda/api.
- claude-desktop: Official DOMONDA GmbH skill from domonda/api.
- openclaw: Official DOMONDA GmbH skill from domonda/api.

### Install

Install the full package:

```bash
npx skills add domonda/api -y
```

Install a specific skill:

```bash
npx skills add domonda/api@chatgpt -y
```

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

Source: https://github.com/domonda/api#readme
