---
title: "Mux Node SDK for Video and Streaming API Workflows"
description: "An ASE skill built around the official Mux Node SDK for working with Mux Video and Mux Data from JavaScript or TypeScript. It fits agent workflows that need programmable video uploads, asset lifecycle control, playback setup, webhook-aware automation, and analytics integration."
verification: "security_reviewed"
source: "https://github.com/muxinc/mux-node-sdk"
author: "muxinc"
publisher_type: "Company"
category:
  - "Media & Transcription"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "muxinc/mux-node-sdk"
  github_stars: 178
---

# Mux Node SDK for Video and Streaming API Workflows

An ASE skill built around the official Mux Node SDK for working with Mux Video and Mux Data from JavaScript or TypeScript. It fits agent workflows that need programmable video uploads, asset lifecycle control, playback setup, webhook-aware automation, and analytics integration.

## Prerequisites

Node.js or TypeScript runtime with the @mux/mux-node package

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
npm install @mux/mux-node
```

## Documentation

- https://www.mux.com/docs/api-reference

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/mux-node-sdk-video-and-streaming-api-workflows/)
