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.
npx agentmods add commands/dannykkh/skill-olympus/minosgit clone --depth 1 https://github.com/Dannykkh/skill-olympusWrote 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.
[](https://agentmods.dev/commands/dannykkh/skill-olympus/minos)<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
/minos
QA 시나리오를 Playwright 테스트로 변환하고, 모든 테스트가 통과할 때까지 자동 수정을 반복합니다.
실행 절차
skills/minos/SKILL.md를 읽어 전체 워크플로우를 파악합니다.- 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: 결과 보고
- 각 단계에서 실패하면 사용자에게 보고하고 다음 단계 진행 여부를 확인합니다.
사용 예시
/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-mcpfallback에서만 사용됩니다.
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.
- today First seen · 41 lines · 30 tokens per session scan A d7fe32879b58
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.
Other commands, from other repositories
rebuildrestart
Command "rebuildrestart" from rwliebs/Dossier, covering rebuildrestart, rebuild and restart the dossier dev server, usage and ./scripts/rebuild-and-restart.sh # dev server (default).
testarch-framework
Initialize test framework with Playwright or Cypress. Use when the user says ""lets setup test framework"" or ""I want to initialize testing framework"".
recon
Run full recon pipeline on a target — subdomain enum (Chaos API + subfinder), live host discovery (dnsx + httpx), URL crawl (katana + waybackurls + gau), gf pattern classification, nuclei scan. Outputs to recon/ / directory. Usage: /recon target.com.
prune
Trim transcript clutter to extend session lifetime — analyze, prune a copy, or toggle the after-each-turn service. Dry-run by default; gains land at resume/compaction, not the current turn.
pr-description
Generate a PR title and description from the current branch diff against main.
conflict
Stop everything and surface a rule conflict — persona vs. docs vs. code. Present both sides and the conflict-hierarchy level; the user resolves. No silent reconciliation.