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 skills/dannykkh/skill-olympus/clionpx skills add Dannykkh/skill-olympus --skill cliogit 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/skills/dannykkh/skill-olympus/clio)<a href="https://agentmods.dev/skills/dannykkh/skill-olympus/clio"><img src="https://agentmods.dev/badge/skills/dannykkh/skill-olympus/clio.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.00107 | $0.09844 |
| Opus 5 | $0.00053 | $0.04922 |
| Sonnet 5 | $0.00021 | $0.01969 |
| Haiku 4.5 | $0.00011 | $0.00984 |
Grade A, and why
clio 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 748 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Clio (클리오) — 마무리투수 + 역사의 뮤즈
클리오(Clio / Kleio): 그리스 신화 9 뮤즈 중 역사의 뮤즈. 야구의 마무리투수(Closer)처럼, 모든 파이프라인이 끝난 뒤 최종 점검하고 판정을 내린다. 그리고 역사의 뮤즈답게, 확정된 코드를 후대에 남길 기록으로 정리한다.
마무리투수 → 기록자. 점검 먼저, 문서는 그 다음.
Quick Start
/clio # 전체 실행 (점검 + 문서)
/clio src/ # 특정 소스 디렉토리 지정
/clio --check-only # 최종 점검만 (Phase 1, GO/NO-GO 판정)
/clio --docs-only # 문서 생성만 (Phase 2~3, 점검 건너뜀)
/clio --flow-only # 흐름도만 추출 (Phase 2)
공식 호출명: /clio (별칭: 클리오, 마무리, 최종 점검, 레거시: /closer, 클로저)
내부 소스 모듈 해석 계약 (필수)
flow-verifier, humanizer, mermaid-diagrams, pdf와 선택 모듈 diagram-design은 Clio가 호출하는 등록 스킬이 아니라
절차·문법·스크립트를 직접 소비하는 source-only 내부 모듈입니다. 각 이름에 대해 해석된
SKILL.md 절대경로를 MODULE_SKILL[name], 그 부모 디렉터리를 MODULE_ROOT[name]으로
기록합니다.
각 모듈을 처음 쓰기 전에 다음 순서로 해석합니다.
- 프로젝트 루트의
skills/<name>/SKILL.md가 실제 파일로 존재하고 frontmatter의name이 정확히<name>일 때만 그 절대경로를 사용합니다. 없거나 이름이 다르면 프로젝트의 다른 경로를 추측하지 않고 2번으로 갑니다. - 없으면 현재 런타임의 활성 루트에서 정확한
skills/<name>/SKILL.md를 확인합니다. Codex는$CODEX_HOME/skills(미설정이면~/.codex/skills), Claude와 Grok 호환 표면은~/.claude/skills, Antigravity는~/.gemini/antigravity-cli/skills입니다. 파일 존재와 frontmatter 이름이 모두 일치할 때만 사용하고, 아니면 3번으로 갑니다. - 없으면 현재 런타임의 전역
SKILLS-CATALOG.md를 읽습니다. Codex는$CODEX_HOME/SKILLS-CATALOG.md(미설정이면~/.codex/SKILLS-CATALOG.md), Claude와 Grok 호환 표면은~/.claude/SKILLS-CATALOG.md, Antigravity는~/.gemini/antigravity-cli/SKILLS-CATALOG.md입니다. 첫 번째 셀이 정확히<name>인 행 (| <name> | ... | ... | <읽을 경로> |) 하나를 찾아읽을 경로의 절대SKILL.md를 그대로 사용합니다. 정확한 이름의 행이 0개이거나 2개 이상이면 해석 실패이며 다른 행이나 레지스트리 경로를 추측하지 않습니다. - 해석한 파일의 존재를 확인하고
SKILL.md전체를 읽은 뒤에만 그 모듈의 기준을 적용합니다. 참조 파일은MODULE_ROOT[name]/references/..., 스크립트는MODULE_ROOT[name]/scripts/...로부터 절대경로를 만듭니다.
이 과정은 모듈 읽기이지 스킬 호출이 아닙니다. /flow-verifier, /humanizer,
/mermaid-diagrams, /pdf, /diagram-design을 호출하거나 스킬 레지스트리에 등록됐다고 가정하지 않습니다.
프로젝트·활성 루트 파일도 없고 카탈로그의 정확한 행·읽을 경로·필수 참조나 스크립트 중 하나라도 없으면
CHECKLIST.md와 FINAL-REPORT.md의 Module Coverage에 경로와 이유를 기록하고 다음 한정된
native fallback을 사용합니다. fallback도 실행할 수 없는 작업은 NOT RUN 또는 UNVERIFIED로
남기며 완료나 PASS로 바꾸지 않습니다.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 2d ago Changed 4af41cb5b9af
- 5d ago First seen · 748 lines · 107 tokens per session scan A eda69c3f4be7
clio is a skill published in the GitHub repository Dannykkh/skill-olympus (5 stars, last pushed 4d ago), licensed MIT. It adds 107 tokens to every session and 9,844 once invoked, about $0.0005 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.
Other skills, from other repositories
animate
Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight.
delight
Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful.
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications. Generates creative, polished code that avoids generic AI aesthetics.
harden
Improve interface resilience through better error handling, i18n support, text overflow handling, and edge case management. Makes interfaces robust and production-ready.
onboard
Design or improve onboarding flows, empty states, and first-time user experiences. Helps users get started successfully and understand value quickly.
optimize
Improve interface performance across loading speed, rendering, animations, images, and bundle size. Makes experiences faster and smoother.