Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/modu-ai/moai-coworknpx agentmods add skills/modu-ai/moai-cowork/doc-html-reportWrote 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/modu-ai/moai-cowork/doc-html-report)<a href="https://agentmods.dev/skills/modu-ai/moai-cowork/doc-html-report"><img src="https://agentmods.dev/badge/skills/modu-ai/moai-cowork/doc-html-report/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.
<a href="https://agentmods.dev/skills/modu-ai/moai-cowork/doc-html-report"><img src="https://agentmods.dev/badge/skills/modu-ai/moai-cowork/doc-html-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Agent Snooping · line 40 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
- medium Agent Snooping · line 141 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.1 | $0.00244 | $0.04680 |
| Opus 5 | $0.00122 | $0.02340 |
| Sonnet 5 | $0.00049 | $0.00936 |
| Haiku 4.5 | $0.00024 | $0.00468 |
Grade A, and why
doc-html-report 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 6d 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 — 286 lines — stays where its author put it; the contents beside it link to each section on GitHub.
doc-html-report: 단일 파일 HTML 보고서 렌더러
목적과 범위
moai-officer:doc-html-report는 cowork 텍스트 산출 파이프라인의 터미널 렌더러입니다.
moai-coworker:collab-exec-summary, moai-accountant:finance-financial-statements, moai-consultant:consult-sbiz365 등이 생성한 마크다운 보고서를 단일 파일·자체 완결형(self-contained) HTML로 변환합니다.
핵심 원칙:
- 외부 JS 라이브러리(Chart.js, D3, htmx) 0 의존
- 외부 CSS 프레임워크(Tailwind, Bootstrap) 0 의존
- 인라인 SVG로 차트 직접 렌더링
- 한국어 가독성을 위한 폰트 CDN 단일 예외 허용
이 스킬은 마크다운 출력을 대체하지 않습니다. 마크다운은 단일 진실(source of truth)로 유지되며, HTML 렌더링은 추가 분기로만 작동합니다.
입력
| 인자 | 필수 | 기본값 | 설명 |
|---|---|---|---|
markdown |
✓ | — | 변환할 마크다운 본문 |
mode |
✓ | — | status | incident | plan | explainer | financial | pr |
design_system |
— | (미지정 시 0의존 기본 템플릿) | claude | clickhouse | clay 또는 design-system-library의 75개 시스템. 지정 시 Tailwind Play CDN + shadcn vanilla 컴포넌트로 해당 브랜드 토큰 적용 (인터넷 연결 필요) |
slug |
— | 제목에서 자동 생성 | 출력 파일명 prefix |
output_path |
— | <cwd>/reports/<slug>-<YYYYMMDD>.html |
출력 경로 |
font_stack |
— | 모드별 기본값 | 폰트 매핑 오버라이드 |
출력
단일 .html 파일 (<cwd>/reports/<slug>-<YYYYMMDD>.html):
- 크기: ≤ 50KB (폰트 CDN 트래픽 제외, 본문 압축 전 기준)
- 외부 의존성: 폰트 CDN
<link>1건 +preconnect2건 (한국어 폰트) - 자체 완결형: 브라우저에서 바로 열기 가능, 이메일 첨부·오프라인 사용 가능
6개 모드
구현된 모드
| 모드 | 구조 섹션 | 대상 스킬 |
|---|---|---|
status |
메트릭 카드 4개 · 하이라이트 · 완료 테이블 · Velocity SVG 막대 차트 · Carryover | moai-coworker:collab-exec-summary, moai-officer:productivity-briefing |
incident |
TL;DR 다크 배너 · 타임라인 · 로그 발췌 <details> · 코드 diff 패널 · 영향 테이블 · 액션 체크리스트 |
moai-lawyer:legal-compliance-check |
plan |
요약 KPI 스트립 · 마일스톤 수직 타임라인 · 데이터 플로우 SVG · 슬라이스 테이블 · 리스크 그리드 · 성공 지표 | moai-consultant:consult-sbiz365 |
explainer |
사이드 네비 · <details> 접이식 단계 · 탭 코드 블록(vanilla JS) · FAQ 아코디언 · 콜아웃 박스 |
moai-coworker:*, moai-coworker:* |
financial |
KPI 카드 4개 · 손익계산서 테이블(항목/당기/전기/증감/증감률) · Variance SVG 수평 막대 차트 · 주석 패널 | moai-accountant:finance-financial-statements |
pr |
TL;DR · PR 메타 행(파일수·+/−·브랜치) · Before/After 2단 카드 · 파일 투어 <details> · 핵심 포인트 · 테스트 체크리스트 · 롤아웃 단계 |
moai-accountant:finance-investor-relations |
What ships with it
23 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.
- references/design-tokens.md 5.8 KB
- references/fonts.md 7.2 KB
- references/integration-tests/COMPATIBILITY.md 11 KB
- references/integration-tests/daily-briefing-input.md 3.0 KB
- references/integration-tests/daily-briefing-rendered.html 15 KB
- references/integration-tests/executive-summary-input.md 1.7 KB
- references/integration-tests/executive-summary-rendered.html 14 KB
- references/integration-tests/financial-statements-input.md 3.5 KB
- references/integration-tests/financial-statements-rendered.html 13 KB
- references/integration-tests/sbiz365-analyst-input.md 5.3 KB
- references/integration-tests/sbiz365-analyst-rendered.html 18 KB
- references/samples/explainer-sample.html 22 KB
- references/samples/financial-sample.html 12 KB
- references/samples/incident-sample.html 14 KB
- references/samples/plan-sample.html 22 KB
- references/samples/pr-sample.html 23 KB
- references/samples/status-sample.html 19 KB
- references/templates/explainer.html.tmpl 14 KB
- references/templates/financial.html.tmpl 14 KB
- references/templates/incident.html.tmpl 17 KB
- references/templates/plan.html.tmpl 15 KB
- references/templates/pr.html.tmpl 18 KB
- references/templates/status.html.tmpl 18 KB
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.
- 6d ago First seen · 286 lines · 244 tokens per session scan A 6c632523c5ea
doc-html-report is a skill published in the GitHub repository modu-ai/moai-cowork (298 stars, last pushed 6d ago), licensed Apache-2.0. It adds 244 tokens to every session and 4,680 once invoked, about $0.0012 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 skills, from other repositories
baalda-guide
Answer any question about Baalda (the team second-brain app at baalda.com) in plain, non-technical language — what it is, what it can and cannot do, which file formats it supports (Markdown, images, PDF, DOCX, XLSX, code files), how sync, offline, sharing, permissions, version history, AI/MCP, pricing, platforms and…
recipe-backup-sheet-as-csv
Export a Google Sheets spreadsheet as a CSV file for local backup or processing.
recipe-bulk-download-folder
List and download all files from a Google Drive folder.
recipe-copy-sheet-for-new-month
Duplicate a Google Sheets template tab for a new month of tracking.
recipe-create-doc-from-template
Copy a Google Docs template, fill in content, and share with collaborators.
recipe-create-events-from-sheet
Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.