AI Ecommerce OBS

July 2, 2026 ยท View on GitHub

AI Ecommerce OBS is an open-source toolkit for ecommerce founders and operators who want to use OBS Studio for product livestreams, sales demos, founder teaching, private-domain replays, and AI-assisted ecommerce training.

This repository is not affiliated with or endorsed by the OBS Project. OBS Studio is a separate open-source project: https://github.com/obsproject/obs-studio

What This Project Contains

  • apps/live-layout/ - a browser-based live layout tool for product demos, AI tool teaching, captions, host camera, and screen presentation.
  • obs-studio/ - a Codex Skill that helps design ecommerce OBS scenes, Browser Source workflows, recording checklists, hotkeys, and automation routes.
  • docs/ - practical setup notes for connecting the live layout tool to OBS.
  • examples/ - ecommerce livestream and replay workflow examples.
  • scripts/ - local install and validation helpers.

Quick Start

Run the live layout tool locally:

python3 scripts/serve_live_layout.py

Open the printed localhost URL in a browser, or add it to OBS as a Browser Source.

For OBS setup, read:

docs/obs-browser-source-setup.md

For an ecommerce example, read:

examples/fashion-private-domain-live.md

For GitHub publishing notes, read:

docs/github-publish.md

Install The Codex Skill

Copy the obs-studio folder into your Codex skills directory:

cp -R obs-studio ~/.codex/skills/

Or run the local installer:

python3 scripts/install_local.py

Then start a new Codex session and ask for $obs-studio.

Example Prompts

Use $obs-studio to design a product livestream OBS setup for a founder selling women's clothing in a private-domain community.
Use $obs-studio to turn my web live-layout page into an OBS Browser Source workflow for product demo recordings.
Use $obs-studio to create a run-of-show, scene plan, and recording checklist for a product comparison buying guide.
Use $obs-studio to plan an OBS setup for recording an AI ecommerce training lesson with screen share, host camera, title band, and subtitles.

Positioning

This is not an OBS replacement and not an official OBS plugin. It is an ecommerce workflow layer around OBS:

  • the browser app handles visual composition;
  • OBS handles recording, audio routing, encoding, streaming, and monitoring;
  • the Codex Skill helps ecommerce operators design practical scenes, run-of-show plans, checklists, and automation routes.

Validate

Run the repository checks before publishing changes:

python3 scripts/validate_skill.py

Publish Checklist

  • Keep this repository separate from OBS Studio source code.
  • Do not commit OBS WebSocket passwords, stream keys, profile exports, order data, customer data, or private screenshots.
  • Recheck official OBS docs before making current-version claims.
  • Keep non-affiliation wording visible in public descriptions.

License

The original project files in this repository are MIT licensed. OBS Studio itself is a separate GPL-licensed project; check OBS licensing before publishing native plugin code or copied OBS-derived code.