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_createtake?" or "what's the signature ofobs_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.