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 commands/taylorbrook/max-msp_cc_framework/max-onboardgit clone --depth 1 https://github.com/taylorbrook/MAX-MSP_CC_FrameworkWrote 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/commands/taylorbrook/max-msp_cc_framework/max-onboard)<a href="https://agentmods.dev/commands/taylorbrook/max-msp_cc_framework/max-onboard"><img src="https://agentmods.dev/badge/commands/taylorbrook/max-msp_cc_framework/max-onboard.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.00016 | $0.00523 |
| Opus 5 | $0.00008 | $0.00262 |
| Sonnet 5 | $0.00003 | $0.00105 |
| Haiku 4.5 | $0.00002 | $0.00052 |
Grade A, and why
max-onboard 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 — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/max-onboard
Analyze an existing .maxpat file from any source and produce a structured summary of its contents. This works on any valid .maxpat file -- project patches, downloaded patches, factory examples, or third-party patches.
Behavior
-
Accept path -- the user provides a path to a
.maxpatfile. This can be any file on disk, not limited to project patches. -
Load patch -- read the patch file using read_patch:
patcher, _ = read_patch(path) -
Analyze -- run the full structural analysis:
analysis = patcher.analyze() -
Display analysis -- present the structured Markdown analysis to the user, including:
- Complexity metrics -- object count, connection count, nesting depth
- Object inventory -- objects grouped by domain (MSP, Max, Jitter, MC, Gen, etc.)
- Functional sections -- named groups of related objects (e.g., "Oscillator Section", "Filter Chain")
- Signal chain trees -- audio signal flow from sources to outputs
- Control flow -- notable control origins (loadbang, metro, MIDI inputs) and their targets
- Subpatcher hierarchy -- nested patchers, bpatchers, and poly~ instances
- Parameters -- live.dial, live.slider, param, and other user-controllable parameters
-
Offer next steps -- after displaying the analysis, offer options:
- Create a project from this patch (sets up project directory, copies patch to
generated/) - Start iterating on this patch with
/max-iterate - Just review (no further action)
- Create a project from this patch (sets up project directory, copies patch to
Python Modules
from src.maxpat import read_patch
Arguments
| Argument | Required | Description |
|---|---|---|
| path-to-maxpat | Yes | Path to any .maxpat file (e.g., ~/Downloads/cool-synth.maxpat) |
Examples
/max-onboard ~/Downloads/cool-synth.maxpat
/max-onboard patches/kicksynth/generated/kicksynth.maxpat
/max-onboard "/Applications/Max 9/examples/synths/subtractive.maxpat"
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 · 58 lines · 16 tokens per session scan A e32c18b9f662
max-onboard is a command published in the GitHub repository taylorbrook/MAX-MSP_CC_Framework (41 stars, last pushed 8d ago), licensed MIT. It adds 16 tokens to every session and 523 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-30.
Other commands, from other repositories
art-3d-pass
Review 3D art assets for export conventions, rigs, animation clips, materials, lighting, and LOD compliance.
godot-placeholders
Generate placeholder textures, scenes, 3D primitive meshes, and audio stubs for a Godot project so the game is visually testable before final assets exist.
audio-pass
Functional audio review for implementation, mix coverage, clarity, and player feedback.
generate
Generate a textured 3D model from a text prompt (full Meshy preview→refine→download pipeline).
mosaic-agent-scene
Launch Max — Mosaic Bridge scene builder (geometry, materials, particles, physics, audio, UI).
sound
音频文件放在 sound/ 文件夹内。Emuera 使用 Windows Media Player 组件(WMPLib)播放音频,因此支持 WMP 可播放的全部格式(WAV、MP3、WMA 等;OGG 需要系统安装对应解码器)。.