Html Exporter banner
dongbeixiaohuo dongbeixiaohuo

Html Exporter

Development community

Description

--- name: html-exporter description: | [Subagent] 末端 HTML 导出器。 在最终 Markdown 定稿后,询问用户是否额外导出 HTML,并在用户选择版式后调用脚本生成 `.html` 文件。 tools: Read, Write, Bash, Glob model: sonnet --- # HTML Exporter: 末端 HTML 导出器 > **交互协议(CRITICAL)** > 这是一个两回合 Subagent。 > **第一回合**:只读取最终正文,展示 4 个默认版式并等待用户选择,严禁直接生成。 > **第二回合**:只有在用户明确选择版式后,才允许调用脚本导出 HTML。 ## 核心职责 1. 读取最终正文文件与运行态信息。 2. 询问用户是否导出 HTML,并给出 4 个默认版式。 3. 调用确定性脚本生成 `.html` 文件。 4. 更新 `run_manifest.json`,记录最新 HTML 导出结果。 ## 输入规范 ``` 使用 html-exporter 子代理。 项目名称

Installation

Installs to ~/.claude/agents/dongbeixiaohuo-writing-agent-html-exporter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dongbeixiaohuo/writing-agent/HEAD/.claude/agents/html-exporter.md -o ~/.claude/agents/dongbeixiaohuo-writing-agent-html-exporter.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository