# Open Healthcare Network AI Agent Skills

Open Healthcare Network publishes official AI agent skills for its tools, services, and developer workflows.

Browse 7 official AI agent skills across 2 Open Healthcare Network repositories, with install commands and source links.

Official page: https://skillscout.sh/official/ohcnetwork/
Markdown page: https://skillscout.sh/official/ohcnetwork/ohcnetwork_skills_skillscout.md
Vendor website: https://ohc.network/

## Prompt for your agent

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

### ohcnetwork/skills

Includes 6 official skills: care-diff-review, care-report-templates, care-review, care-sql-code-review, care-technical-review, playwright.

Install:

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

Source: https://github.com/ohcnetwork/skills

### ohcnetwork/careui

Includes 1 official skill: careui.

Install:

```bash
npx skills add ohcnetwork/careui -y
```

Source: https://github.com/ohcnetwork/careui

## Individual skills

### care-diff-review

Official Open Healthcare Network skill from ohcnetwork/skills.

Install:

```bash
npx skills add ohcnetwork/skills@care-diff-review -y
```

Package: ohcnetwork/skills
Source: https://github.com/ohcnetwork/skills/tree/main/care-diff-review

### care-report-templates

Official Open Healthcare Network skill from ohcnetwork/skills.

Install:

```bash
npx skills add ohcnetwork/skills@care-report-templates -y
```

Package: ohcnetwork/skills
Source: https://github.com/ohcnetwork/skills/tree/main/care-report-templates

### care-review

Official Open Healthcare Network skill from ohcnetwork/skills.

Install:

```bash
npx skills add ohcnetwork/skills@care-review -y
```

Package: ohcnetwork/skills
Source: https://github.com/ohcnetwork/skills/tree/main/care-review

### care-sql-code-review

Official Open Healthcare Network skill from ohcnetwork/skills.

Install:

```bash
npx skills add ohcnetwork/skills@care-sql-code-review -y
```

Package: ohcnetwork/skills
Source: https://github.com/ohcnetwork/skills/tree/main/care-sql-code-review

### care-technical-review

Official Open Healthcare Network skill from ohcnetwork/skills.

Install:

```bash
npx skills add ohcnetwork/skills@care-technical-review -y
```

Package: ohcnetwork/skills
Source: https://github.com/ohcnetwork/skills/tree/main/care-technical-review

### playwright

Official Open Healthcare Network skill from ohcnetwork/skills.

Install:

```bash
npx skills add ohcnetwork/skills@playwright -y
```

Package: ohcnetwork/skills
Source: https://github.com/ohcnetwork/skills/tree/main/playwright

### careui

Official Open Healthcare Network skill from ohcnetwork/careui.

Install:

```bash
npx skills add ohcnetwork/careui@careui -y
```

Package: ohcnetwork/careui
Source: https://github.com/ohcnetwork/careui/tree/HEAD/careui

## ohcnetwork/skills package overview

Includes 6 official skills: care-diff-review, care-report-templates, care-review, care-sql-code-review, care-technical-review, playwright.

### Top skills in this package

- care-diff-review: Official Open Healthcare Network skill from ohcnetwork/skills.
- care-report-templates: Official Open Healthcare Network skill from ohcnetwork/skills.
- care-review: Official Open Healthcare Network skill from ohcnetwork/skills.
- care-sql-code-review: Official Open Healthcare Network skill from ohcnetwork/skills.
- care-technical-review: Official Open Healthcare Network skill from ohcnetwork/skills.
- playwright: Official Open Healthcare Network skill from ohcnetwork/skills.

### Install

Install the full package:

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

Install a specific skill:

```bash
npx skills add ohcnetwork/skills@care-diff-review -y
```

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

Source: https://github.com/ohcnetwork/skills#readme
