# 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.

- Skill: `agentskillexchange/mux-node-sdk-for-video-and-streaming-api-workflows` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentskillexchange/mux-node-sdk-for-video-and-streaming-api-workflows`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentskillexchange/mux-node-sdk-for-video-and-streaming-api-workflows/raw
- Safety review: pending (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: agentskillexchange (https://skillmd.com/u/agentskillexchange)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/agentskillexchange/mux-node-sdk-for-video-and-streaming-api-workflows

---


# 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

Use the upstream install or setup path that matches your environment:
- npm install @mux/mux-node

Requirements and caveats from upstream:
- [![NPM version](<https://img.shields.io/npm/v/@mux/mux-node.svg?label=npm%20(stable)>)](https://npmjs.org/package/@mux/mux-node) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@mux/mux-node)
- Note: As of v14 of mux-node-sdk, we have changed some internal workings of the SDKs. You can read more about this [here](MIGRATION.md).
- import Mux from '@mux/mux-node';

Basic usage or getting-started notes:
- sh
- The full API of this library can be found in [api.md](api.md).
- <!-- prettier-ignore -->

- Source: https://github.com/muxinc/mux-node-sdk
- Extracted from upstream docs: https://raw.githubusercontent.com/muxinc/mux-node-sdk/HEAD/README.md

## Documentation

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

## Source

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

