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 skills add martysama0134/m2ui-skill --skill m2uigit clone --depth 1 https://github.com/martysama0134/m2ui-skillWrote 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/martysama0134/m2ui-skill/m2ui)<a href="https://agentmods.dev/skills/martysama0134/m2ui-skill/m2ui"><img src="https://agentmods.dev/badge/skills/martysama0134/m2ui-skill/m2ui.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.00097 | $0.02959 |
| Opus 5 | $0.00048 | $0.01479 |
| Sonnet 5 | $0.00019 | $0.00592 |
| Haiku 4.5 | $0.00010 | $0.00296 |
Grade A, and why
m2ui 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 8d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
41 files 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.
- modes/diagnose.md 8.4 KB
- modes/screenshot.md 5.0 KB
- modes/script.md 6.2 KB
- modes/talk.md 2.6 KB
- reference/anchors/01-simple-dialog.md 9.1 KB
- reference/anchors/02-board-with-list.md 23 KB
- reference/anchors/03-list-selector.md 11 KB
- reference/anchors/04-9slice-panel.md 14 KB
- reference/anchors/05-feature-gated.md 9.3 KB
- reference/anchors/06-tooltip-bound.md 10 KB
- reference/anchors/07-shop-exchange.md 29 KB
- reference/anchors/08-inventory-equipment.md 24 KB
- reference/anchors/09-options-settings.md 20 KB
- reference/anchors/10-paginated-slot-grid.md 17 KB
- reference/anchors/11-quest-npc-dialog.md 13 KB
- reference/anchors/12-storage-warehouse.md 19 KB
- reference/anchors/13-craft-refine-window.md 26 KB
- reference/anchors/14-drag-and-drop.md 11 KB
- reference/anchors/15-network-coupled-flow.md 12 KB
- reference/anchors/16-tabbed-content.md 12 KB
- reference/anchors/17-search-filter-dialog.md 22 KB
- reference/anchors/18-mailbox-two-pane.md 24 KB
- reference/anchors/19-daily-reward-grid.md 17 KB
- reference/anchors/20-leaderboard-table.md 17 KB
- reference/anchors/21-wheel-roulette.md 18 KB
- reference/anchors/22-compare-tooltip.md 9.6 KB
- reference/anchors/23-auto-hide-chrome.md 11 KB
- reference/anchors/24-page-history-browser.md 16 KB
- reference/anchors/25-expandable-tree-list.md 16 KB
- reference/anchors/README.md 5.6 KB
- reference/bindings.md 50 KB
- reference/event-binding.md 4.4 KB
- reference/failure-atlas.md 49 KB
- reference/framework-augmentations.md 20 KB
- reference/integration.md 11 KB
- reference/locale.md 3.9 KB
- reference/mental-model.md 10 KB
- reference/patterns.md 98 KB
- reference/timer-patterns.md 14 KB
- reference/visual-conventions.md 8.4 KB
- reference/widgets.md 48 KB
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.
- 8d ago First seen · 128 lines · 97 tokens per session scan A d0971ca5ef7e
m2ui is a skill published in the GitHub repository martysama0134/m2ui-skill (21 stars, last pushed 1mo ago), with no licence file. It adds 97 tokens to every session and 2,959 once invoked, about $0.0005 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 skills, from other repositories
live-preview
Mid-build visual verification loop. Takes screenshots of components during construction, not just after. Catches visual regressions and invisible features before they compound. Requires Playwright or similar screenshot tool.
pixijs-rendering
Build a PixiJS v8 render layer: create the async Application, load textures with Assets, compose the scene graph with Container and Sprite, drive the ticker loop, wire pointer events, and group draws with render groups. Use when building or debugging PixiJS v8 — when the user mentions PixiJS, Pixi, Application…
cesiumjs-models-particles
CesiumJS models, glTF, and particle effects - Model, KHRmeshoptcompression, CAD glTF extensions, EdgeDisplayMode, ModelAnimation, ModelNode, ParticleSystem, emitters, GPM extensions. Use when loading compressed or CAD-style glTF/GLB models, controlling edge rendering, playing model animations, positioning particles…
cesiumjs-materials-shaders
CesiumJS materials and post-processing — Material, Fabric JSON, MaterialAppearance, ImageBasedLighting, PostProcessStage, PostProcessStageLibrary, bloom, depth of field, ambient occlusion, FXAA, tonemapping, BlendingState. Use when defining Fabric materials for entities or primitives, configuring PBR image-based…
content-migration
Compare old CMS page with new SSG page after migration. Finds missing headings, paragraphs, images, CTAs, tables, forms. Optionally patches safe gaps in local .md files. Use when content was migrated from Joomla/WordPress/ Drupal to Astro/Hugo/Next.js and you need to verify nothing was lost. Flags: --old , --new …
design
Intent-first UI design with conscious, traceable design decisions. Persists decisions in .interface-design/ for cross-session consistency. Includes domain exploration, design system generation (system.md + system.json), per-component construction with mandatory checkpoints, and craft validation tests. Modes: init…