minos

minos is a command for coding agents from Dannykkh/skill-olympus. It costs 30 tokens per session (718 once invoked), scanned A, original, MIT.

QA 시나리오 기반 Playwright 테스트 자동 생성 + 브라우저 탐색 QA + fix-until-pass 루프 (미노스).

Command

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 commands/dannykkh/skill-olympus/minos
Clone the repo
git clone --depth 1 https://github.com/Dannykkh/skill-olympus

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 minos

README.md
[![agentmods](https://agentmods.dev/badge/commands/dannykkh/skill-olympus/minos.svg)](https://agentmods.dev/commands/dannykkh/skill-olympus/minos)
Your own site
<a href="https://agentmods.dev/commands/dannykkh/skill-olympus/minos"><img src="https://agentmods.dev/badge/commands/dannykkh/skill-olympus/minos.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 718 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00030 $0.00718
Opus 5 $0.00015 $0.00359
Sonnet 5 $0.00006 $0.00144
Haiku 4.5 $0.00003 $0.00072

Measured today against content hash d7fe32879b58, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

minos 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 today.

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/minos/commands/minos.md · 41 lines

What it actually says

/minos

QA 시나리오를 Playwright 테스트로 변환하고, 모든 테스트가 통과할 때까지 자동 수정을 반복합니다.

실행 절차

  1. skills/minos/SKILL.md를 읽어 전체 워크플로우를 파악합니다.
  2. 7단계 워크플로우를 순서대로 실행합니다:
    • Step 1: 시나리오 수집 ($ARGUMENTS가 있으면 해당 파일, 없으면 자동 탐색)
    • Step 2: Playwright 코드 생성 (references/playwright-codegen.md 참조)
    • Step 3: 서버 준비
    • Step 4: 테스트 실행
    • Step 5: 브라우저 탐색 QA (references/browser-explorer.md 참조, 탐색 스크립트 생성·실행 → 이슈 회수. --explore-mcp 시 Playwright MCP fallback)
    • Step 6: Healer Loop (references/healer-loop.md 참조)
    • Step 7: 결과 보고
  3. 각 단계에서 실패하면 사용자에게 보고하고 다음 단계 진행 여부를 확인합니다.

사용 예시

/minos                           # 자동 감지
/minos @qa-scenarios.md   # 특정 QA 문서
/minos --api-only                # API 테스트만
/minos --ui-only                 # UI 테스트만
/minos --max-retries 3           # 최대 3회 반복
/minos --fix-test-only           # 구현 코드 수정 금지
/minos --explore-only            # 브라우저 탐색 QA만 실행
/minos --no-explore              # 브라우저 탐색 QA 스킵
/minos --no-explore-active       # 탐색 QA 패시브 수집만 (인터랙션 스킵)
/minos --explore-mcp             # 탐색 QA를 Playwright MCP 방식으로 (fallback)

탐색 QA(Step 5)는 기본적으로 탐색 스크립트(tests/explore/*.spec.ts)를 생성·실행하고 결과 report.json에서 이슈만 추출합니다. Playwright만 있으면 동작하며, MCP 도구는 --explore-mcp fallback에서만 사용됩니다.

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. today First seen · 41 lines · 30 tokens per session scan A d7fe32879b58

Subscribe to this mod's changes

minos is a command published in the GitHub repository Dannykkh/skill-olympus (5 stars, last pushed 2d ago), licensed MIT. It adds 30 tokens to every session and 718 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-09-03.