doc-html-report

doc-html-report is a skill for Claude Code from modu-ai/moai-cowork. It costs 244 tokens per session (4,680 once invoked), scanned A, original, Apache-2.0.

A report renderer that turns Markdown into a single HTML file you can open in a browser. The file works for email attachments, printing, and offline viewing.

In plain words
What is it for?
Use it to turn status reports, incident reports, business plans, explainers, financial statements, or public-relations reports into printable HTML files.
Why use it?
It avoids needing a web project, build step, or several external files just to share a report. It keeps the original Markdown as the source while adding a browser-ready version.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is 이 4축은 [`doc-html-slide/references/deck-quality-rubric.md`](../../../moai-officer/skills/doc-html-slide/references/deck-quality-rubric.md)의 hard-fail에서 **문서형(연속 .

Part of the moai-officer plugin — 13 skills, 2 agents shipped together

Good fit Use it to turn status reports, incident reports, business plans, explainers, financial statements, or public-relations reports into printable HTML files.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/modu-ai/moai-cowork
agentmods
npx agentmods add skills/modu-ai/moai-cowork/doc-html-report

Made for: Claude Code.

Or install moai-officer, the plugin that ships this one along with the rest of its 13 skills, 2 agents.

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 doc-html-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/modu-ai/moai-cowork/doc-html-report/github.svg)](https://agentmods.dev/skills/modu-ai/moai-cowork/doc-html-report)
Your own site
<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.

agentmods 80×15 button for doc-html-report

Your own site · 80×15
<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>
Per session 244 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,680 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
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.
How audits are shown
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.00244 $0.04680
Opus 5 $0.00122 $0.02340
Sonnet 5 $0.00049 $0.00936
Haiku 4.5 $0.00024 $0.00468

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

Security

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.

plugins/moai-officer/skills/doc-html-report/SKILL.md · 286 lines

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건 + preconnect 2건 (한국어 폰트)
  • 자체 완결형: 브라우저에서 바로 열기 가능, 이메일 첨부·오프라인 사용 가능

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

Read the full file on GitHub · 286 lines

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. 6d ago First seen · 286 lines · 244 tokens per session scan A 6c632523c5ea

Subscribe to this mod's changes

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.