openui-install

openui-install is a command for Claude Code from xiaojiou176-open/shadcn-brief. It costs 0 tokens per session (170 once invoked), scanned A, original, MIT.

A command guide for installing ShadcnBrief into a local Claude Code or OpenClaw setup. It covers building the repository and copying a starter MCP configuration into the host’s settings.

In plain words
What is it for?
Use it to build ShadcnBrief, locate its Claude Code or OpenClaw starter configuration, and add that configuration to a local setup.
Why use it?
It provides the required installation path and clearly states that it does not prove a marketplace listing or hosted service.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code; built for openclaw.

Part of the shadcn-brief-workspace-delivery plugin — 1 skill, 2 commands shipped together

Good fit Use it to build ShadcnBrief, locate its Claude Code or OpenClaw starter configuration, and add that configuration to a local setup.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/xiaojiou176-open/shadcn-brief/openui-install
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.

Clone the repo
git clone --depth 1 https://github.com/xiaojiou176-open/shadcn-brief

Made for: Claude Code.

Or install shadcn-brief-workspace-delivery, the plugin that ships this one along with the rest of its 1 skill, 2 commands.

Wrote 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.

agentmods badge for openui-install

README.md
[![agentmods](https://agentmods.dev/badge/commands/xiaojiou176-open/shadcn-brief/openui-install/github.svg)](https://agentmods.dev/commands/xiaojiou176-open/shadcn-brief/openui-install)
Your own site
<a href="https://agentmods.dev/commands/xiaojiou176-open/shadcn-brief/openui-install"><img src="https://agentmods.dev/badge/commands/xiaojiou176-open/shadcn-brief/openui-install/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for openui-install

Your own site · 80×15
<a href="https://agentmods.dev/commands/xiaojiou176-open/shadcn-brief/openui-install"><img src="https://agentmods.dev/badge/commands/xiaojiou176-open/shadcn-brief/openui-install.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 170 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00170
Opus 5 $0.00000 $0.00085
Sonnet 5 $0.00000 $0.00034
Haiku 4.5 $0.00000 $0.00017

Measured 10d ago against content hash a49616419cb0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

openui-install 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 10d 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.

plugins/openui-workspace-delivery/commands/openui-install.md · 17 lines

What it actually says

ShadcnBrief install

Use this bundle when you want the shortest honest path to add ShadcnBrief to a local Claude Code or OpenClaw workflow.

  1. Build the repo if the runtime path is missing.
    • npm install
    • npm run build
  2. Open the repo-owned starter bundles.
    • packages/skills-kit/starter-bundles/claude-code.mcp.json
    • packages/skills-kit/starter-bundles/openclaw.mcp.json
  3. Copy the starter JSON into your local host config and replace /ABS/PATH/ShadcnBrief with the real checkout path.
  4. Keep the truth boundary visible.
    • This bundle helps with install and proof.
    • It does not prove an official marketplace listing or hosted runtime.
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. 10d ago First seen · 17 lines · 0 tokens per session scan A a49616419cb0

Subscribe to this mod's changes

openui-install is a command published in the GitHub repository xiaojiou176-open/shadcn-brief (1 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 170 tokens. 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.

Related

Other commands, from other repositories

build-from-canva

You are the master orchestrator for converting a Canva design into a fully working, tested React application. You receive a Canva URL and guide the entire process through 12 phases, using specialized skills and agents.

PMDevSolutions/Aurelius · 0 tokens

build-from-figma

You are the master orchestrator for converting a Figma design into a fully working, tested React application. You receive a Figma URL and guide the entire process through 9 phases, using specialized skills and agents.

PMDevSolutions/Aurelius · 0 tokens

build-from-screenshot

You are the master orchestrator for converting screenshots or a live URL into a fully working, tested application. You receive one or more image file paths OR a URL and guide the entire process through 12 phases, using specialized skills and agents. The output target (React, Vue, Svelte, React Native) is determined…

PMDevSolutions/Aurelius · 0 tokens

build-from-conversation

You are the master orchestrator for building a working, tested app from nothing but a conversation. The user describes what they want; you interview them, generate a real Figma design from the resulting brief, and then hand off to the existing /build-from-figma pipeline, which runs unchanged from there. "Talk to…

PMDevSolutions/Aurelius · 0 tokens

export-design-system

Export the generated components and design tokens from this project as a publishable pnpm workspace with a framework-agnostic token package and a framework-specific component library (Vite library mode for web, tsc for React Native).

PMDevSolutions/Aurelius · 0 tokens

ci

Runs the same checks as /verify-all but in non-interactive, machine-readable mode. Designed for CI pipelines, pre-merge gates, and automation: no prompts, JSON output, exit code reflects overall pass/fail.

PMDevSolutions/Aurelius · 0 tokens