sema-ui

sema-ui is a skill for Claude Code from emergent-wisdom/sema. It costs 57 tokens per session (334 once invoked), scanned A, original, MIT.

A command guide for launching Sema's local web interface, which lets users browse patterns, search vocabulary, and view their relationships as a 3D graph.

In plain words
What is it for?
Use it to start the Sema interface on localhost, open the pattern browser or graph, and switch between available databases.
Why use it?
It provides visual access to the vocabulary and reminds users which project database is currently selected.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the sema plugin — 4 skills, 2 hooks, 1 MCP server shipped together

Good fit Use it to start the Sema interface on localhost, open the pattern browser or graph, and switch between available databases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/emergent-wisdom/sema/sema-ui
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.

Any agent
npx skills add emergent-wisdom/sema --skill sema-ui
Clone the repo
git clone --depth 1 https://github.com/emergent-wisdom/sema

Made for: Claude Code.

Or install sema, the plugin that ships this one along with the rest of its 4 skills, 2 hooks, 1 MCP server.

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 sema-ui

README.md
[![agentmods](https://agentmods.dev/badge/skills/emergent-wisdom/sema/sema-ui/github.svg)](https://agentmods.dev/skills/emergent-wisdom/sema/sema-ui)
Your own site
<a href="https://agentmods.dev/skills/emergent-wisdom/sema/sema-ui"><img src="https://agentmods.dev/badge/skills/emergent-wisdom/sema/sema-ui/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 sema-ui

Your own site · 80×15
<a href="https://agentmods.dev/skills/emergent-wisdom/sema/sema-ui"><img src="https://agentmods.dev/badge/skills/emergent-wisdom/sema/sema-ui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 334 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00057 $0.00334
Opus 5 $0.00028 $0.00167
Sonnet 5 $0.00011 $0.00067
Haiku 4.5 $0.00006 $0.00033

Measured 9d ago against content hash 2edba2e9b290, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

sema-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 9d 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.

skills/sema-ui/SKILL.md · 39 lines

What it actually says

Sema UI

Launch the local Sema interface at http://localhost:3030.

lsof -ti:3030 | xargs kill 2>/dev/null
sema serve --port 3030 &

Then tell the user: Open http://localhost:3030

What's in the UI

  • Pattern browser with semantic search, layer/category filters
  • 3D graph at /graph showing pattern relationships
  • Documentation at /docs
  • Database switcher in the top bar — flip between bundled vocabulary, project DBs, and any DB registered via sema use
  • Live refresh every 5 seconds when running locally — new patterns appear in the graph as they're minted

Remind the user about DB selection

After launching, remind the user: "The active database is shown in the top bar — click it to switch between the bundled vocabulary and any project DBs you've built."

This matters because the user might mint patterns into the wrong DB if they don't realize which one is active.

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. 9d ago First seen · 39 lines · 57 tokens per session scan A 2edba2e9b290

Subscribe to this mod's changes

sema-ui is a skill published in the GitHub repository emergent-wisdom/sema (13 stars, last pushed 2d ago), licensed MIT. It adds 57 tokens to every session and 334 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

add-app-tool

Scaffold an MCP App tool + UI resource pair. Use when the user asks to add a tool with interactive UI, create an MCP App, or build a visual/interactive tool.

cyanheads/shift-mcp-server · 41 tokens

design

Use when the user wants the visual/experiential design of a product done systematically — a design system, a screen, a landing page, or a visual identity — grounded in researched real-world prior art and free of AI slop. Establishes/extends the design system, invokes the matching local taste skill, dispatches the…

jeremylongshore/tons-of-skills-marketplace · 126 tokens

implementing-command-palettes

Use when building Cmd+K command palettes in React - covers keyboard navigation with arrow keys, keeping selected items in view with scrollIntoView, filtering with shortcut matching, and preventing infinite re-renders from reference instability.

AgentWorkforce/relay · 48 tokens

web-artifacts-builder

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

Prismer-AI/PrismerCloud · 64 tokens

agent-teams

Coordinates Claude agent teams via filesystem protocol. Use when orchestrating parallel agents with task dependencies. Do not use for single-agent tasks.

athola/claude-night-market · 30 tokens

orchestrate

This skill should be used when the user asks to 'orchestrate a task', 'break down work into parallel agents', 'coordinate subtasks', 'run agents in parallel', or mentions 'multi-agent'. Decomposes complex tasks into tracked subtasks, dispatches parallel subagents, and coordinates until completion.

varun29ankuS/shodh-memory · 67 tokens