# Mux AI Agent Skills

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

Browse 3 official AI agent skills across 1 Mux repository, with install commands and source links.

Official page: https://skillscout.sh/official/muxinc/
Markdown page: https://skillscout.sh/official/muxinc/muxinc_skills_skillscout.md
Vendor website: http://mux.com/

## Prompt for your agent

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

### muxinc/ai

Includes 3 official skills: capture-api-response-test-fixture, ai-sdk, develop-ai-functions-example.

Install:

```bash
npx skills add muxinc/ai -y
```

Source: https://github.com/muxinc/ai

## Individual skills

### capture-api-response-test-fixture

Official Mux skill from muxinc/ai.

Install:

```bash
npx skills add muxinc/ai@capture-api-response-test-fixture -y
```

Package: muxinc/ai
Source: https://github.com/muxinc/ai/tree/main/.agents/skills/capture-api-response-test-fixture

### ai-sdk

Official Mux skill from muxinc/ai.

Install:

```bash
npx skills add muxinc/ai@ai-sdk -y
```

Package: muxinc/ai
Source: https://github.com/muxinc/ai/tree/main/.agents/skills/ai-sdk

### develop-ai-functions-example

Official Mux skill from muxinc/ai.

Install:

```bash
npx skills add muxinc/ai@develop-ai-functions-example -y
```

Package: muxinc/ai
Source: https://github.com/muxinc/ai/tree/main/.agents/skills/develop-ai-functions-example

## muxinc/ai package overview

Includes 3 official skills: capture-api-response-test-fixture, ai-sdk, develop-ai-functions-example.

### Top skills in this package

- capture-api-response-test-fixture: Official Mux skill from muxinc/ai.
- ai-sdk: Official Mux skill from muxinc/ai.
- develop-ai-functions-example: Official Mux skill from muxinc/ai.

### Install

Install the full package:

```bash
npx skills add muxinc/ai -y
```

Install a specific skill:

```bash
npx skills add muxinc/ai@capture-api-response-test-fixture -y
```

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

Source: https://github.com/muxinc/ai#readme
