# GOSH AI Agent Skills

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

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

Official page: https://skillscout.sh/official/gosh-sh/
Markdown page: https://skillscout.sh/official/gosh-sh/gosh-sh_skills_skillscout.md
Vendor website: https://gosh.sh/

## Prompt for your agent

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

### gosh-sh/dexdo

Includes 7 official skills: dexdo-deploy-multisig-shellnet, dexdo-deposit-shellnet, dexdo-market-data, dexdo-register-account, dexdo-total-withdraw, dexdo-trading.

Install:

```bash
npx skills add gosh-sh/dexdo -y
```

Source: https://github.com/gosh-sh/dexdo

### gosh-sh/dexdo-cli

Includes 3 official skills: dexdo-buy-model, dexdo-install, dexdo-sell-model.

Install:

```bash
npx skills add gosh-sh/dexdo-cli -y
```

Source: https://github.com/gosh-sh/dexdo-cli

## Individual skills

### dexdo-deploy-multisig-shellnet

Official GOSH skill from gosh-sh/dexdo.

Install:

```bash
npx skills add gosh-sh/dexdo@dexdo-deploy-multisig-shellnet -y
```

Package: gosh-sh/dexdo
Source: https://github.com/gosh-sh/dexdo/tree/dev/.claude/skills/dexdo-deploy-multisig-shellnet

### dexdo-deposit-shellnet

Official GOSH skill from gosh-sh/dexdo.

Install:

```bash
npx skills add gosh-sh/dexdo@dexdo-deposit-shellnet -y
```

Package: gosh-sh/dexdo
Source: https://github.com/gosh-sh/dexdo/tree/dev/.claude/skills/dexdo-deposit-shellnet

### dexdo-market-data

Official GOSH skill from gosh-sh/dexdo.

Install:

```bash
npx skills add gosh-sh/dexdo@dexdo-market-data -y
```

Package: gosh-sh/dexdo
Source: https://github.com/gosh-sh/dexdo/tree/dev/.claude/skills/dexdo-market-data

### dexdo-register-account

Official GOSH skill from gosh-sh/dexdo.

Install:

```bash
npx skills add gosh-sh/dexdo@dexdo-register-account -y
```

Package: gosh-sh/dexdo
Source: https://github.com/gosh-sh/dexdo/tree/dev/.claude/skills/dexdo-register-account

### dexdo-total-withdraw

Official GOSH skill from gosh-sh/dexdo.

Install:

```bash
npx skills add gosh-sh/dexdo@dexdo-total-withdraw -y
```

Package: gosh-sh/dexdo
Source: https://github.com/gosh-sh/dexdo/tree/dev/.claude/skills/dexdo-total-withdraw

### dexdo-trading

Official GOSH skill from gosh-sh/dexdo.

Install:

```bash
npx skills add gosh-sh/dexdo@dexdo-trading -y
```

Package: gosh-sh/dexdo
Source: https://github.com/gosh-sh/dexdo/tree/dev/.claude/skills/dexdo-trading

### reviewer

Official GOSH skill from gosh-sh/dexdo.

Install:

```bash
npx skills add gosh-sh/dexdo@reviewer -y
```

Package: gosh-sh/dexdo
Source: https://github.com/gosh-sh/dexdo/tree/dev/.claude/skills/reviewer

### dexdo-buy-model

Official GOSH skill from gosh-sh/dexdo-cli.

Install:

```bash
npx skills add gosh-sh/dexdo-cli@dexdo-buy-model -y
```

Package: gosh-sh/dexdo-cli
Source: https://github.com/gosh-sh/dexdo-cli/tree/main/.claude/skills/dexdo-buy-model

### dexdo-install

Official GOSH skill from gosh-sh/dexdo-cli.

Install:

```bash
npx skills add gosh-sh/dexdo-cli@dexdo-install -y
```

Package: gosh-sh/dexdo-cli
Source: https://github.com/gosh-sh/dexdo-cli/tree/main/.claude/skills/dexdo-install

### dexdo-sell-model

Official GOSH skill from gosh-sh/dexdo-cli.

Install:

```bash
npx skills add gosh-sh/dexdo-cli@dexdo-sell-model -y
```

Package: gosh-sh/dexdo-cli
Source: https://github.com/gosh-sh/dexdo-cli/tree/main/.claude/skills/dexdo-sell-model

## gosh-sh/dexdo package overview

Includes 7 official skills: dexdo-deploy-multisig-shellnet, dexdo-deposit-shellnet, dexdo-market-data, dexdo-register-account, dexdo-total-withdraw, dexdo-trading.

### Top skills in this package

- dexdo-deploy-multisig-shellnet: Official GOSH skill from gosh-sh/dexdo.
- dexdo-deposit-shellnet: Official GOSH skill from gosh-sh/dexdo.
- dexdo-market-data: Official GOSH skill from gosh-sh/dexdo.
- dexdo-register-account: Official GOSH skill from gosh-sh/dexdo.
- dexdo-total-withdraw: Official GOSH skill from gosh-sh/dexdo.
- dexdo-trading: Official GOSH skill from gosh-sh/dexdo.
- reviewer: Official GOSH skill from gosh-sh/dexdo.

### Install

Install the full package:

```bash
npx skills add gosh-sh/dexdo -y
```

Install a specific skill:

```bash
npx skills add gosh-sh/dexdo@dexdo-deploy-multisig-shellnet -y
```

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

Source: https://github.com/gosh-sh/dexdo#readme
