mux-docs
Installation
SKILL.md
Mux docs discovery
Mux publishes its entire documentation as agent-ready markdown, auto-generated from the same source as the real docs site. For any Mux question, fetch the relevant page and answer from it — never answer Mux API questions from memory, because API shapes and guidance change.
Workflow
- Route. Pick the most specific starting point:
- A known page URL (see collection indexes below to find one).
- A collection index for the topic area (small, fast to scan).
- An API reference bundle or spec (below) for exact request/response shapes.
- The Mux Robots guides (below) for AI video workflows — summaries, moderation, captions, chapters, and more.
- https://www.mux.com/llms.txt — the master index of every docs page — when you don't know where the topic lives.
- Fetch the page's markdown. Every docs page has a markdown version: append
.mdto its URL (e.g.https://www.mux.com/docs/guides/start-live-streaming.md). - Answer from the fetched content and cite the page URL.