원클릭으로
template-rendering
将内容渲染到幻灯片模板中生成最终 HTML
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
将内容渲染到幻灯片模板中生成最终 HTML
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
报告撰稿人;2 种 mode(single-shot / chapter pipeline)+ 3 个 duty(chapter / dimension-outline / mission-outline / single-shot)
跨维度综合分析师;产出 insights / contradictions / gaps,喂给 Writer 落到报告
Mission 唯一最终负责人;M0 plan / M1 assess-research / M6 foreword / M7 sign-off 4 个 milestone 全程在场
跨维度对账专员;整合 findings、抽取事实、识别冲突、列出空白
单维度数据采集者;并发执行,专注证据驱动的结构化 finding 产出
主观质量评审员;3 种粒度(mission-review / mission-critic / dimension-quality)打分 + 给 critique
| name | template-rendering |
| description | 将内容渲染到幻灯片模板中生成最终 HTML |
| version | 4.0.0 |
| domain | office |
| layer | rendering |
| tags | ["slides","template","rendering","html"] |
| taskTypes | ["slides-generation"] |
| priority | 2 |
| author | genesis-ai |
| source | local |
| execution-mode | provider |
This skill is implemented as a NestJS Provider (code-based tool). This SKILL.md provides metadata only — execution is handled by the corresponding .skill.ts file.
Deterministic template rendering skill that maps PageContent.sections to template variables and generates final HTML output. This skill operates without AI assistance to ensure stable and predictable output.
pageOutline: Page outline with template typepageContent: Page content with title, subtitle, and sectionsusedValues (optional): Set of used data values to prevent duplicatesthemeId (optional): Theme identifier (default: 'genspark-dark')html: Rendered HTML stringtemplateId: ID of the template usedvariables: Record of template variables appliedthemeId: Theme identifier used