handlers

handlers is a skill for Claude Code, Codex from princeofscale/bloxforge. It costs 21 tokens per session (1,320 once invoked), scanned A, original, MIT.

A code map for the handlers in bloxforge's Studio plugin, covering debugging, profiling, testing, script editing, and scene analysis across 15 files.

In plain words
What is it for?
Use it to work on breakpoints, profilers, multiplayer tests, script updates, scene queries, and other handler-based plugin operations.
Why use it?
It helps you locate the relevant handler when you need to understand or change how the plugin responds to Studio actions.

Skill for Claude CodeCodex

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 skills/princeofscale/bloxforge/handlers
Any agent
npx skills add princeofscale/bloxforge --skill handlers
Clone the repo
git clone --depth 1 https://github.com/princeofscale/bloxforge

Made for: Claude Code, Codex.

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 handlers

README.md
[![agentmods](https://agentmods.dev/badge/skills/princeofscale/bloxforge/handlers.svg)](https://agentmods.dev/skills/princeofscale/bloxforge/handlers)
Your own site
<a href="https://agentmods.dev/skills/princeofscale/bloxforge/handlers"><img src="https://agentmods.dev/badge/skills/princeofscale/bloxforge/handlers.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,320 The whole file, excluding the scripts and references it only reads on demand.
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 $0.00021 $0.01320
Opus 5 $0.00010 $0.00660
Sonnet 5 $0.00004 $0.00264
Haiku 4.5 $0.00002 $0.00132

Measured 4d ago against content hash 30a4f2703303, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

handlers 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 4d 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/skills/generated/handlers/SKILL.md · 89 lines

How it starts

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

Handlers

208 symbols | 15 files | Cohesion: 93%

When to Use

  • Working with code in studio-plugin/
  • Understanding how ensureRuntimeBridgeInstalled work
  • Modifying handlers-related functionality

Key Files

File Symbols
studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts IsValid, GetDataFormatVersion, GetObjSize, FetchTimerIds, FetchThreadIds (+54)
studio-plugin/src/modules/handlers/BreakpointHandlers.ts AddBreakpoint, RemoveBreakpoint, ClearBreakpoints, breakpointKey, readSetting (+22)
studio-plugin/src/modules/handlers/ScriptProfilerHandlers.ts ServerStart, ServerStop, ServerRequestData, ClientStart, ClientStop (+18)
studio-plugin/src/modules/handlers/TestHandlers.ts ExecuteMultiplayerTestAsync, AddPlayers, CanLeaveTest, LeaveTest, detectPeerRole (+12)
studio-plugin/src/modules/handlers/ScriptHandlers.ts normalizeEscapes, updateScriptSourceVerified, setScriptSource, editScriptLines, insertScriptLines (+10)
studio-plugin/src/modules/handlers/SceneAnalysisHandlers.ts query, betaDisabledError, isBetaDisabledError, flattenLeaves, compactEntry (+8)
studio-plugin/src/modules/handlers/QueryHandlers.ts searchFiles, searchRecursive, searchObjects, searchByProperty, getFileTree (+7)
studio-plugin/src/modules/handlers/InstanceHandlers.ts applyProperties, processObjectEntries, createObject, massCreateObjects, performSmartDuplicate (+5)
studio-plugin/src/modules/handlers/CaptureHandlers.ts readLogicalViewport, doCaptureScreenshot, captureScreenshotData, captureScreenshot, captureBegin (+4)
studio-plugin/src/modules/handlers/InputHandlers.ts SendKey, SendTextInput, getVI, CreateVirtualInput, simulateKeyboardInput

Entry Points

Start here when exploring this area:

  • ensureRuntimeBridgeInstalled (Function) — studio-plugin/src/modules/EvalBridges.ts:246

Key Symbols

Symbol Type File Line
ensureRuntimeBridgeInstalled Function studio-plugin/src/modules/EvalBridges.ts 246
normalizeDurationMs Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 150
normalizeMaxTimers Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 155
normalizeMaxGroups Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 160
normalizeMaxTimersPerGroup Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 165
normalizeMaxRelatedTimers Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 170
normalizeMaxEvents Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 175
normalizeFrameWindow Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 180
normalizeMinTotalUs Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 185
normalizeFocus Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 190
stringContains Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 195
rawToUs Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 199
round2 Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 203
perSecond Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 207
percent Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 211
ratio Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 215
copyRecord Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 226
pickFields Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 234
addFrameRaw Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 243
summarizeFrameImpact Function studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts 248

Read the full file on GitHub · 89 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. 4d ago First seen · 89 lines · 21 tokens per session scan A 30a4f2703303

Subscribe to this mod's changes

handlers is a skill published in the GitHub repository princeofscale/bloxforge (5 stars, last pushed 8d ago), licensed MIT. It adds 21 tokens to every session and 1,320 once invoked, about $0.0001 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-31.