# Oxygen Intelligence AI Agent Skills

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

Browse 12 official AI agent skills across 2 Oxygen Intelligence repositories, with install commands and source links.

Official page: https://skillscout.sh/official/oxy-hq/
Markdown page: https://skillscout.sh/official/oxy-hq/oxy-hq_skills_skillscout.md
Vendor website: https://github.com/oxy-hq

## Prompt for your agent

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

### oxy-hq/skills

Includes 9 official skills: oxy-agentic-builder, oxy-app-builder, oxy-etl-builder, oxy-instance-skill-evaluator, oxy-poc-builder, oxy-repair.

Install:

```bash
npx skills add oxy-hq/skills -y
```

Source: https://github.com/oxy-hq/skills

### oxy-hq/airlayer

Includes 3 official skills: inspect, query, validate.

Install:

```bash
npx skills add oxy-hq/airlayer -y
```

Source: https://github.com/oxy-hq/airlayer

## Individual skills

### oxy-agentic-builder

Official Oxygen Intelligence skill from oxy-hq/skills.

Install:

```bash
npx skills add oxy-hq/skills@oxy-agentic-builder -y
```

Package: oxy-hq/skills
Source: https://github.com/oxy-hq/skills/tree/main/skills/oxy-agentic-builder

### oxy-app-builder

Official Oxygen Intelligence skill from oxy-hq/skills.

Install:

```bash
npx skills add oxy-hq/skills@oxy-app-builder -y
```

Package: oxy-hq/skills
Source: https://github.com/oxy-hq/skills/tree/main/skills/oxy-app-builder

### oxy-etl-builder

Official Oxygen Intelligence skill from oxy-hq/skills.

Install:

```bash
npx skills add oxy-hq/skills@oxy-etl-builder -y
```

Package: oxy-hq/skills
Source: https://github.com/oxy-hq/skills/tree/main/skills/oxy-etl-builder

### oxy-instance-skill-evaluator

Official Oxygen Intelligence skill from oxy-hq/skills.

Install:

```bash
npx skills add oxy-hq/skills@oxy-instance-skill-evaluator -y
```

Package: oxy-hq/skills
Source: https://github.com/oxy-hq/skills/tree/main/skills/oxy-instance-skill-evaluator

### oxy-poc-builder

Official Oxygen Intelligence skill from oxy-hq/skills.

Install:

```bash
npx skills add oxy-hq/skills@oxy-poc-builder -y
```

Package: oxy-hq/skills
Source: https://github.com/oxy-hq/skills/tree/HEAD/skills/oxy-poc-builder

### oxy-repair

Official Oxygen Intelligence skill from oxy-hq/skills.

Install:

```bash
npx skills add oxy-hq/skills@oxy-repair -y
```

Package: oxy-hq/skills
Source: https://github.com/oxy-hq/skills/tree/main/skills/oxy-repair

### oxy-semantic-layer

Official Oxygen Intelligence skill from oxy-hq/skills.

Install:

```bash
npx skills add oxy-hq/skills@oxy-semantic-layer -y
```

Package: oxy-hq/skills
Source: https://github.com/oxy-hq/skills/tree/main/skills/oxy-semantic-layer

### oxy-test-drafter

Official Oxygen Intelligence skill from oxy-hq/skills.

Install:

```bash
npx skills add oxy-hq/skills@oxy-test-drafter -y
```

Package: oxy-hq/skills
Source: https://github.com/oxy-hq/skills/tree/main/skills/oxy-test-drafter

### oxy-workflow-builder

Official Oxygen Intelligence skill from oxy-hq/skills.

Install:

```bash
npx skills add oxy-hq/skills@oxy-workflow-builder -y
```

Package: oxy-hq/skills
Source: https://github.com/oxy-hq/skills/tree/main/skills/oxy-workflow-builder

### inspect

Official Oxygen Intelligence skill from oxy-hq/airlayer.

Install:

```bash
npx skills add oxy-hq/airlayer@inspect -y
```

Package: oxy-hq/airlayer
Source: https://github.com/oxy-hq/airlayer/tree/main/skills/inspect

### query

Official Oxygen Intelligence skill from oxy-hq/airlayer.

Install:

```bash
npx skills add oxy-hq/airlayer@query -y
```

Package: oxy-hq/airlayer
Source: https://github.com/oxy-hq/airlayer/tree/main/skills/query

### validate

Official Oxygen Intelligence skill from oxy-hq/airlayer.

Install:

```bash
npx skills add oxy-hq/airlayer@validate -y
```

Package: oxy-hq/airlayer
Source: https://github.com/oxy-hq/airlayer/tree/main/skills/validate

## oxy-hq/skills package overview

Includes 9 official skills: oxy-agentic-builder, oxy-app-builder, oxy-etl-builder, oxy-instance-skill-evaluator, oxy-poc-builder, oxy-repair.

### Top skills in this package

- oxy-agentic-builder: Official Oxygen Intelligence skill from oxy-hq/skills.
- oxy-app-builder: Official Oxygen Intelligence skill from oxy-hq/skills.
- oxy-etl-builder: Official Oxygen Intelligence skill from oxy-hq/skills.
- oxy-instance-skill-evaluator: Official Oxygen Intelligence skill from oxy-hq/skills.
- oxy-poc-builder: Official Oxygen Intelligence skill from oxy-hq/skills.
- oxy-repair: Official Oxygen Intelligence skill from oxy-hq/skills.
- oxy-semantic-layer: Official Oxygen Intelligence skill from oxy-hq/skills.
- oxy-test-drafter: Official Oxygen Intelligence skill from oxy-hq/skills.

### Install

Install the full package:

```bash
npx skills add oxy-hq/skills -y
```

Install a specific skill:

```bash
npx skills add oxy-hq/skills@oxy-agentic-builder -y
```

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

Source: https://github.com/oxy-hq/skills#readme
