# Dynamsoft AI Agent Skills

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

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

Official page: https://skillscout.sh/official/dynamsoft/
Markdown page: https://skillscout.sh/official/dynamsoft/dynamsoft_skills_skillscout.md
Vendor website: https://www.dynamsoft.com/

## Prompt for your agent

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

### dynamsoft/web-twain-samples

Includes 1 official skill: use-dynamic-web-twain.

Install:

```bash
npx skills add dynamsoft/web-twain-samples -y
```

Source: https://github.com/Dynamsoft/web-twain-samples

### dynamsoft/barcode-reader-python-samples

Includes 1 official skill: dbr-python-sample-creator.

Install:

```bash
npx skills add dynamsoft/barcode-reader-python-samples -y
```

Source: https://github.com/Dynamsoft/barcode-reader-python-samples

### dynamsoft/barcode-reader-javascript-samples

Includes 1 official skill: dbr-js-sample-creator.

Install:

```bash
npx skills add dynamsoft/barcode-reader-javascript-samples -y
```

Source: https://github.com/Dynamsoft/barcode-reader-javascript-samples

## Individual skills

### use-dynamic-web-twain

Official Dynamsoft skill from dynamsoft/web-twain-samples.

Install:

```bash
npx skills add dynamsoft/web-twain-samples@use-dynamic-web-twain -y
```

Package: dynamsoft/web-twain-samples
Source: https://github.com/Dynamsoft/web-twain-samples/tree/main/skills/use-dynamic-web-twain

### dbr-python-sample-creator

Official Dynamsoft skill from dynamsoft/barcode-reader-python-samples.

Install:

```bash
npx skills add dynamsoft/barcode-reader-python-samples@dbr-python-sample-creator -y
```

Package: dynamsoft/barcode-reader-python-samples
Source: https://github.com/Dynamsoft/barcode-reader-python-samples/tree/master/skills/dbr-python-sample-creator

### dbr-js-sample-creator

Official Dynamsoft skill from dynamsoft/barcode-reader-javascript-samples.

Install:

```bash
npx skills add dynamsoft/barcode-reader-javascript-samples@dbr-js-sample-creator -y
```

Package: dynamsoft/barcode-reader-javascript-samples
Source: https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/.github/skills/dbr-js-sample-creator

## dynamsoft/web-twain-samples package overview

Includes 1 official skill: use-dynamic-web-twain.

### Top skills in this package

- use-dynamic-web-twain: Official Dynamsoft skill from dynamsoft/web-twain-samples.

### Install

Install the full package:

```bash
npx skills add dynamsoft/web-twain-samples -y
```

Install a specific skill:

```bash
npx skills add dynamsoft/web-twain-samples@use-dynamic-web-twain -y
```

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

Source: https://github.com/dynamsoft/web-twain-samples#readme
