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/danmcinerney/orchflows/browser-fpsnpx skills add DanMcInerney/orchflows --skill browser-fpsgit clone --depth 1 https://github.com/DanMcInerney/orchflowsWrote 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/danmcinerney/orchflows/browser-fps)<a href="https://agentmods.dev/skills/danmcinerney/orchflows/browser-fps"><img src="https://agentmods.dev/badge/skills/danmcinerney/orchflows/browser-fps.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.1 | $0.00032 | $0.00448 |
| Opus 5 | $0.00016 | $0.00224 |
| Sonnet 5 | $0.00006 | $0.00090 |
| Haiku 4.5 | $0.00003 | $0.00045 |
Grade A, and why
browser-fps 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 2d 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.
What it actually says
Require: brief, the game in a paragraph; workspace, the repository the
build cuts from; probe, the command that plays the built site; bound,
each call's budget.
tickets.py frame-open <run> --goal-file <brief> --workflow browser-fps
fan-out, both launched together:
tickets.py do <run> --pack orch-research-pack --parent <frame>
--bound <bound> --goal-file <engine-goal>
tickets.py do <run> --pack orch-content-pack --parent <frame>
--sheet fps-design --workspace <workspace> --goal-file <design-goal>
The first names the engine that fits brief, every claim sourced and dated.
The second fixes level, input, feel and what blocks.
Then checkpointed-build under this frame, its Require filled from both
returned lines: pack orch-code-pack, judge-pack orch-design-pack,
sheets [threejs], and this workflow's workspace, probe and bound.
tickets.py frame-open <run> --goal-file <build-goal>
--workflow checkpointed-build --parent <frame>
One design judge over the tip it returns, carrying the sheet a code-pack wave may not:
tickets.py judge <run> --pack orch-design-pack --parent <frame>
--sheet fps-design --artifacts git:<tip> --goal-file <judge-goal>
bounded-repair.
Never: stamp fps-design on a code-pack call, which its packs: refuses;
let a call default its workspace, which silently fixes the run's
integration target; close on a claim.
Return: outside-close - tickets.py frame-close <run> <frame> --done <probe> over the returned tip, artifact: git:<tip> and the judge's
findings: line relayed verbatim.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 2d ago First seen · 45 lines · 32 tokens per session scan A 853daf72c61d
browser-fps is a skill published in the GitHub repository DanMcInerney/orchflows (53 stars, last pushed yesterday), licensed MIT. It adds 32 tokens to every session and 448 once invoked, about $0.0002 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-09-03.
Other skills, from other repositories
bg3-steam-launcher
Launch Baldur's Gate 3 through Steam on macOS and load saved games using macos-automator and peekaboo MCP servers. Designed for testing bg3se-macos (Script Extender) development. Use when: (1) launching BG3 from Steam, (2) loading a BG3 saved game, (3) testing SE mod injection, (4) user asks to "start BG3", "load my…
agent-casino-gambling
Interact with MoltCasino - a 3D Vegas-style casino built for AI agents.
multiplatform-conversion
Converting a single-target FlatRedBall2 desktop sample into a dual-target desktop + KNI BlazorGL (Blazor WebAssembly / browser) project. Use when the user mentions web deployment, browser/WASM/itch.io targets, KNI, or asks to add web support to an existing game. Assumes you already have a working desktop sample — see…
webg-spec-to-goal
Convert a web game idea (even a vague one like "build a Raiden-type game" or "make a card game") into a complete Codex /goal-ready Phaser 3 project — runnable scaffold, goals-plan.md, and all goal folders (GOAL.md + VERIFY.md + PROGRESS.md) generated at once. Auto-detects genre (shoot-em-up, card game, platformer…
web-game-development
Implement and optimize browser games using Phaser, Three.js, React Three Fiber, Babylon.js, or PlayCanvas with responsive input, asset loading, rendering, and browser playtests. Use for JavaScript or TypeScript game projects.
lattice
Build a playable isometric game from one sentence, end to end — scaffold, code, run it in a browser, look at it, fix it. Use when someone says they want to make a game, build a game, make an isometric/tile/city-builder/idle/incremental game, or describes a game idea and wants it to exist ("a game where you rebuild a…