ai-agent

Obs Studio Node Example

Learn how to use OBS Studio from your Electron app for screen video recording
113 stars20 forksJavaScriptUpdated 5/14/2021100% free · open source
What it does

OBS Studio Node Example allows you to control OBS Studio from your Electron app for screen video recording, enabling automated recording and streaming capabilities.

When to use it
  • You need to record screen activity in your Electron app for tutorial or demonstration purposes.
  • You want to integrate live streaming capabilities into your Electron application.
  • You require automated video recording for testing or debugging your Electron app.
Ready-to-paste prompt
const { ObsSocket } = require('obs-socket'); const obs = new ObsSocket(); obs.startRecording({ 'recordingPath': '/tmp/test.mp4' });
Heads up: Ensure OBS Studio is running and configured to listen for remote control connections on the default port (4444) before attempting to connect from your Electron app.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/obs-studio-node-example && curl -fsSL https://workflowstacks.com/api/skills/obs-studio-node-example/claude-skill -o ~/.claude/skills/obs-studio-node-example/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How Obs Studio Node Example works
Codeflow
Free to inspect

Obs Studio Node Example is a small JavaScript project (~650 lines across 4 code files). Setup is light: install Node.js, run one command. Last commit 65 months ago, GPL-2.0 license, no tests found.

Size
Small codebase
~650 lines · 4 code files · 5 min skim
Setup
Light setup
Install Node.js, run one command.
Runs on
Node.js
No API keys detected
JavaScript 89%HTML 11%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    index.js
    Where the program starts running
  3. 3
    package.json
    Dependencies and the commands it exposes
What's in each folder
osn-data/Folder1 files
.vscode/Editor / agent settings1 files
READMENo tests foundThin docsNo CIGPL-2.0 licenseLast update 65 mo ago
Quick Actions
Details
Creator
Envek
Language
JavaScript
Category
ai-agent
Published
3/25/2020

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.