obs-docs

Installation
SKILL.md

OBS Docs

Context: $ARGUMENTS

Quick start

  • Find an obs_ function / callback / event: → Step 2 (search --query <term>)
  • Read the full section for an API: → Step 3 (section --page <page> --id <anchor>)
  • Grab a doc page: → Step 4 (fetch --page <name>)
  • Prime cache for offline use: → Step 5 (index)

When to use

  • User asks "what does obs_source_create take?" or "what's the signature of obs_hotkey_register_frontend?"
  • Need to verify an API name exists before recommending it (prevents hallucinated OBS calls).
  • Need to look up an obs-websocket Request / Event / OpCode field.
  • Before writing an OBS plugin, script, or obs-websocket client: confirm the real API surface.
  • Need the canonical URL to cite an OBS doc.
Installs
5
GitHub Stars
17
First Seen
May 27, 2026
obs-docs — damionrashford/media-os