mediamtx-docs

Index MediaMTX documentation pages for offline search and retrieval.

15|4|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/damionrashford/media-os --skill mediamtx-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mediamtx-docs
Source: https://github.com/damionrashford/media-os/tree/main/.claude/skills/mediamtx-docs
Command: npx skills add https://github.com/damionrashford/media-os --skill mediamtx-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Enables fast, offline access to official MediaMTX documentation by indexing pages from mediamtx.org and GitHub raw sources.

Core Features & Use Cases

  • Search the documentation catalog across kickoff, features, and references.
  • Fetch full pages or individual sections for detailed guidance.
  • Offline access Prime a local cache for offline reference and rapid lookups.

Quick Start

Index the documentation cache with the index command, then search for a topic or fetch a page to read in full.

Frequently Asked Questions about mediamtx-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search MediaMTX documentation offline?

To search MediaMTX documentation offline, index the pages from mediamtx.org and GitHub using the provided script, then query the local cache to retrieve kickoff, feature, and reference pages without an active internet connection.

What is the best way to fetch a specific section of MediaMTX docs?

The best way to fetch a specific section is to use the script's fetch command to retrieve individual sections from the indexed catalog, pulling targeted guidance directly from the cached mediamtx.org or GitHub raw sources.

Do I need internet access to read cached MediaMTX pages?

You need internet access only for the initial indexing phase to download and store pages. Once the local cache under MEDIAMTX_DOCS_CACHE is primed, you can read and search full pages completely offline.

Does the MediaMTX documentation cache require any external dependencies?

The documentation cache requires no external dependencies, relying entirely on Python standard libraries and the mtxdocs.py script to index, search, and fetch documentation from mediamtx.org and raw GitHub sources.

Why is my MediaMTX offline documentation search not returning results?

Your offline search may fail if the initial indexing was not completed or the local cache under MEDIAMTX_DOCS_CACHE is empty, meaning the script has no stored pages from mediamtx.org or GitHub to query against.