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.
npx agentmods add skills/princeofscale/bloxforge/handlersnpx skills add princeofscale/bloxforge --skill handlersgit clone --depth 1 https://github.com/princeofscale/bloxforgeWrote 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.
[](https://agentmods.dev/skills/princeofscale/bloxforge/handlers)<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>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.
| Model | Per session | Once 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 |
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.
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 |
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.
- 4d ago First seen · 89 lines · 21 tokens per session scan A 30a4f2703303
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.
Other skills, from other repositories
character-animation-qa
Review local character animation with schema checks, Playwright browser previews, frame sampling, and FFmpeg/ffprobe final output checks.
pose-library-design
Design reusable 2D character pose libraries, action cycles, and expression states for data-driven animation.
unreal-actor-editing
Manage actors in UE levels via UCP. Use when the user asks to spawn, delete, move, duplicate, select, or otherwise manipulate actors in the Unreal Engine editor.
unreal-modeling-meshops
Skill "unreal-modeling-meshops" from Italink/UnrealClientProtocol, covering 建模 — 网格操作, 库, 修复函数, 修复结构体 and 简化函数.
unreal-niagara-editing
Edit Niagara systems, emitters, and scripts via UCP. Use when the user asks to create/modify particle effects, manage emitters, configure modules, set module inputs, edit Niagara script graphs, or any Niagara VFX operation.
unreal-modeling-asset
GeometryScript 资产读写与碰撞操作。当用户要求精细控制 StaticMesh 资产加载/保存选项、创建新资产、生成碰撞体时使用。.