agentic-obs CLAUDE.md

agentic-obs CLAUDE.md is an instructions file for Claude Code from ironystock/agentic-obs. It costs 1,989 tokens per session, scanned A, original, MIT.

A project guide for agentic-obs, an MCP server that lets AI assistants control OBS Studio through its WebSocket connection. OBS Studio is software for recording and livestreaming video.

In plain words
What is it for?
Use it when developing, testing, or navigating agentic-obs tools, resources, prompts, event handling, storage, and OBS connections.
Why use it?
It explains the server's structure, technologies, and communication flow so contributors can change it safely.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/ironystock/agentic-obs/claude-md
Clone the repo
git clone --depth 1 https://github.com/ironystock/agentic-obs

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agentic-obs CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ironystock/agentic-obs/claude-md.svg)](https://agentmods.dev/instructions/ironystock/agentic-obs/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/ironystock/agentic-obs/claude-md"><img src="https://agentmods.dev/badge/instructions/ironystock/agentic-obs/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,989 This file is loaded in full into every session.
When invoked 1,989 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.01989 $0.01989
Opus 5 $0.00994 $0.00994
Sonnet 5 $0.00398 $0.00398
Haiku 4.5 $0.00199 $0.00199

Measured 6d ago against content hash 4c89abd536f5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

agentic-obs CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 225 lines

How it starts

The opening of the file, as written. The whole thing — 225 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.MD

Context for AI assistants working on the agentic-obs project.

Project Overview

agentic-obs is an MCP (Model Context Protocol) server providing AI assistants with programmatic control over OBS Studio via the WebSocket API.

Current Status: 81 Tools | 4 Resources | 14 Prompts | 4 Skills

Project Structure

agentic-obs/
├── main.go                 # Entry point (MCP server or TUI dashboard)
├── config/config.go        # Configuration management
├── internal/
│   ├── mcp/
│   │   ├── server.go       # MCP server lifecycle
│   │   ├── tools.go        # Tool registration (81 tools)
│   │   ├── resources.go    # Resource handlers (4 types)
│   │   ├── prompts.go      # Prompt definitions (14 prompts)
│   │   ├── completions.go  # Autocomplete handler
│   │   ├── elicitation.go  # User confirmation for high-risk tools
│   │   ├── help.go         # Help tool
│   │   └── interfaces.go   # OBSClient interface
│   ├── obs/
│   │   ├── client.go       # WebSocket client
│   │   ├── commands.go     # OBS command implementations
│   │   └── events.go       # Event handling
│   ├── docs/               # Embedded documentation (go:embed)
│   ├── storage/            # SQLite persistence
│   ├── http/               # Web dashboard & API (/docs/ endpoints)
│   ├── screenshot/         # Background capture
│   └── tui/                # Terminal dashboard (4 views)
├── skills/                 # Claude Skills (4 packages)
├── examples/               # Usage examples
├── docs/                   # Additional documentation
└── design/                 # Architecture & decisions

Key Technologies

Component Package Version
MCP SDK github.com/modelcontextprotocol/go-sdk 1.1.0
OBS Client github.com/andreykaipov/goobs 1.5.6
SQLite modernc.org/sqlite latest
TUI github.com/charmbracelet/bubbletea 1.3.3
Markdown (HTML) github.com/yuin/goldmark 1.7.x
Markdown (Terminal) github.com/charmbracelet/glamour 0.8.x

Read the full file on GitHub · 225 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 225 lines · 1,989 tokens per session scan A 4c89abd536f5

Subscribe to this mod's changes

agentic-obs CLAUDE.md is an instructions file published in the GitHub repository ironystock/agentic-obs (31 stars, last pushed 4mo ago), licensed MIT. It adds 1,989 tokens to every session, about $0.0099 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.