marmo-ui

A workflow for building interfaces with the Marmo UI component library, a collection of ready-made user-interface parts. It includes an agent skill, commands, and a tool connection that provides the components' actual options and design information.

In plain words
What is it for?
Use it when creating UI with Marmo UI, checking component properties, composing library components, or generating interfaces based on a project's brand settings.
Why use it?
It helps an agent use the library's real component settings instead of guessing how components work. It can start without a token, with optional account or paid access for additional usage or brand-specific generation.

Plugin for Claude Code

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 plugins/mahmoudilyan/marmoui/marmo-ui
Claude Code
/plugin marketplace add mahmoudilyan/marmoui
Clone the repo
git clone --depth 1 https://github.com/mahmoudilyan/marmoui

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

marmo-ui 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 yesterday.

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.

tools/claude-plugin/plugins/marmo-ui/.claude-plugin/plugin.json · 34 lines

What it actually says

{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "marmo-ui",
  "description": "MCP-backed workflow for building UI with @marmoui/ui. Bundles the marmo-ui skill, /marmo-ui:* commands, and the Marmo MCP server so agents read real component props instead of guessing. Works free without a token; add your Pro token for on-brand generation.",
  "author": {
    "name": "Marmo UI Team",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/mahmoudilyan/marmoui",
  "repository": "https://github.com/mahmoudilyan/marmoui",
  "license": "MIT",
  "keywords": [
    "marmo",
    "design-system",
    "ui",
    "mcp"
  ],
  "userConfig": {
    "marmo_mcp_token": {
      "type": "string",
      "title": "Marmo token (optional \u2014 leave empty to start free)",
      "description": "Three tiers: EMPTY = anonymous (full component knowledge, ~100 calls/day) \u00b7 FREE account token = no daily limit (marmoui.com/connect, no card) \u00b7 PRO token = your brand drives generation + composition patterns (marmoui.com/pricing). You can also sign in later via /mcp \u2192 marmo-ui \u2192 Authenticate.",
      "required": false,
      "default": ""
    },
    "mcp_url": {
      "type": "string",
      "title": "Marmo MCP URL (leave default)",
      "description": "Override the MCP server URL. Leave the default unless running the MCP locally.",
      "default": "https://mcp.marmoui.com/mcp"
    }
  }
}
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. yesterday First seen · 34 lines scan A 21edb9d4c7b7

Subscribe to this mod's changes

marmo-ui is a plugin published in the GitHub repository mahmoudilyan/marmoui (47 stars, last pushed 1mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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.