open

open is a command for Claude Code from sodam-ai/SoDam-Design-Kit. It costs 36 tokens per session (660 once invoked), scanned A, original, Apache-2.0.

A local browser dashboard for viewing design-page verification history, pass or fail decisions, screenshots, and reasons.

In plain words
What is it for?
Use it to open the dashboard, review results, rerun verification, or stop the local dashboard server.
Why use it?
It makes past checks easier to inspect and can trigger a fresh verification without changing the stored design-kit files.

Command for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the sodam-design-kit plugin — 1 skill, 5 commands, 1 hook shipped together

Good fit Use it to open the dashboard, review results, rerun verification, or stop the local dashboard server.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add sodam-ai/SoDam-Design-Kit
Claude Code
/plugin install sodam-design-kit

Made for: Claude Code.

Or install sodam-design-kit, the plugin that ships this one along with the rest of its 1 skill, 5 commands, 1 hook.

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 open

README.md
[![agentmods](https://agentmods.dev/badge/commands/sodam-ai/sodam-design-kit/open/github.svg)](https://agentmods.dev/commands/sodam-ai/sodam-design-kit/open)
Your own site
<a href="https://agentmods.dev/commands/sodam-ai/sodam-design-kit/open"><img src="https://agentmods.dev/badge/commands/sodam-ai/sodam-design-kit/open/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 open

Your own site · 80×15
<a href="https://agentmods.dev/commands/sodam-ai/sodam-design-kit/open"><img src="https://agentmods.dev/badge/commands/sodam-ai/sodam-design-kit/open.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 660 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.00036 $0.00660
Opus 5 $0.00018 $0.00330
Sonnet 5 $0.00007 $0.00132
Haiku 4.5 $0.00004 $0.00066

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

Security

Grade A, and why

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

commands/open.md · 35 lines

What it actually says

/sodam-design-kit:open

목적

지금까지의 검증 이력(PASS/FAIL·스크린샷·판정 사유)을 브라우저에서 열람하고, 필요하면 재검증을 트리거합니다. .design-kit/에 아무것도 새로 쓰지 않습니다(열람 전용 + 재검증 트리거).

실행

node "${CLAUDE_PLUGIN_ROOT}/scripts/dashboard-server.mjs" --project <현재 프로젝트 경로>
  • 이미 대시보드가 떠 있으면(같은 프로젝트) 새로 띄우지 않고 그 주소를 그대로 재사용합니다.
  • 처음이면 127.0.0.1의 빈 포트(4570~4590 대역)에 서버를 백그라운드로 띄우고, 브라우저를 자동으로 엽니다.
  • 콘솔에 출력된 주소(http://127.0.0.1:포트)를 사용자에게 그대로 안내하세요 — 브라우저가 자동으로 안 열렸을 때 직접 열 수 있도록.
  • 명령이 즉시 반환됩니다(서버가 계속 떠 있어도 이 명령 실행 자체는 바로 끝남 — 터미널이 멈추지 않습니다).

종료

node "${CLAUDE_PLUGIN_ROOT}/scripts/dashboard-server.mjs" --stop --project <현재 프로젝트 경로>
  • 사용자가 "대시보드 꺼줘" 등으로 요청하면 이 명령을 실행하세요. 서버가 없으면 조용히 "실행 중인 대시보드가 없습니다"라고만 안내합니다.
  • 껐다가 다시 /sodam-design-kit:open을 실행하면 새 프로세스로 다시 뜹니다.

보안 (자동으로 지켜짐 — 별도 조치 불필요)

  • 127.0.0.1 전용 바인딩(외부 네트워크에서 접근 불가)
  • 실행마다 새 토큰 발급(.design-kit/.api-token, gitignore 대상)
  • 판정서·콘솔 에러 등 표시 데이터는 전부 이스케이프(저장형 XSS 방어)
  • 대시보드는 검증 상태를 직접 조작하지 않음 — "재검증" 버튼은 파이프라인과 동일한 코어 엔진을 호출할 뿐, 판정은 항상 실제 재검증 결과를 따름

실측 함정

  • .design-kit/.dashboard.json에 실행 중인 서버의 pid·port·url이 기록됩니다(토큰은 안 들어있음 — .api-token에만 존재). 지우지 마세요 — --stop이 이 파일로 서버를 찾습니다.
  • 브라우저 자동 실행이 실패해도(방화벽 등) 명령 자체는 실패하지 않습니다 — 콘솔에 출력된 주소를 수동으로 열면 됩니다.
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 · 35 lines · 36 tokens per session scan A 3675e32ed3e7

Subscribe to this mod's changes

open is a command published in the GitHub repository sodam-ai/SoDam-Design-Kit (9 stars, last pushed 5d ago), licensed Apache-2.0. It adds 36 tokens to every session and 660 once invoked, about $0.0002 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-31.