hnytit-ppt-generator

河南油田工程科技股份有限公司专属PPT制作技能。用户上传PPT模板和代表性文件后激活。触发词:做PPT、做PPT、生成PPT、帮我做个PPT、做份PPT、PPT模板、按照模板做、严格按照模板。

3,891 stars

Best use case

hnytit-ppt-generator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

河南油田工程科技股份有限公司专属PPT制作技能。用户上传PPT模板和代表性文件后激活。触发词:做PPT、做PPT、生成PPT、帮我做个PPT、做份PPT、PPT模板、按照模板做、严格按照模板。

Teams using hnytit-ppt-generator should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/hnytit-ppt-generator/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/112297720/hnytit-ppt-generator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/hnytit-ppt-generator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How hnytit-ppt-generator Compares

Feature / Agenthnytit-ppt-generatorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

河南油田工程科技股份有限公司专属PPT制作技能。用户上传PPT模板和代表性文件后激活。触发词:做PPT、做PPT、生成PPT、帮我做个PPT、做份PPT、PPT模板、按照模板做、严格按照模板。

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 河南油田工程科技 PPT 制作技能

## 模板基准文件

- **模板文件**:`references/template-specs.md` — 必须严格遵守的设计规范
- **模板主题色板**:`references/palette.md`(自动从模板提取)
- **参考PPT**:`assets/公司知识平台中期汇报.pptx`(11页结构参考)
- **参考PPT2**:`assets/石油天然气站场本质安全提升方案.pptx`(41页详细方案参考)

---

## 制作流程

### 第一步:需求确认

用户说"做一份关于XXX的PPT"时,先确认:
- 主题是什么?
- 用途(汇报/培训/提案/介绍)?
- 大概几页?
- 内容从哪里来(用户提供文字/我写/两者结合)?

### 第二步:内容规划

参考 `references/template-specs.md` 中的结构规范,规划幻灯片:

**标准PPT结构**:
1. 封面页 — 公司名称 + 文档标题 + 日期
2. 目录页 — 章节列表
3. 内容页(根据实际内容决定页数)
4. 结尾页 — 感谢/总结 + 底部标语

### 第三步:严格按模板生成

使用 `pptx-generator` 技能(PptxGenJS)生成,必须遵守:

**颜色规范(严禁偏离)**:
```
primary:   "2D2D8A"   ← 深蓝(标题/强调)
accent:    "009999"   ← 青绿(副标题/图标)
accent2:   "99CC00"   ← 绿色(标签)
highlight: "FFFF99"   ← 黄色(高亮块)
bg:        "DAEDEF"   ← 浅蓝(内容块背景)
bg_main:   "FFFFFF"   ← 白色(主背景)
text:      "333333"   ← 深灰(正文)
text_lite: "808080"   ← 中灰(辅助文字)
```

**字体规范**:
- 中文正文:微软雅黑
- 中文标题:华文行楷(封面)或 微软雅黑加粗
- 英文/数字:Arial
- 备用:宋体、黑体

**底部标语(每页必须有)**:`友好  和谐  向上  健康`

**页码徽章**(封面除外):
- 位置:x=9.0", y=5.2",圆形,直径0.35"
- 颜色:`"2D2D8A"` 填充,白字

---

## 内容页版式参考

### 标题+正文
```
标题:24-32pt,#2D2D8A,加粗,左对齐或居中
正文:16-18pt,#333333,微软雅黑,1.5倍行距
强调:背景 #FFFF99 色块,内边距
```

### 左右分栏(60/40)
```
左栏(60%):文字说明,配图标
右栏(40%):图表/示意图
中间分隔:竖线 #DADADA
```

### 卡片式
```
卡片背景:#DAEDEF,圆角矩形
卡片顶部色条:#009999(宽100%,高0.05")
卡片标题:#2D2D8A 加粗
卡片内容:#333333
```

### 表格
```
表头背景:#2D2D8A,白字
表格正文:#FFFFFF背景,#333333文字
斑马纹(可选):#F5F5F5
边框线:#DADADA
```

---

## 输出要求

生成的 PPT 文件保存到:
```
/workspace/skills/ppt-templates/output/演示文稿.pptx
```

生成后告知用户文件位置,并说明共几页。

---

## 注意事项

1. **禁止偏离配色**:即使内容需要强调,也不能用红色(#FF0000等)作为主色调
2. **禁止省略标语**:底部标语每页都要有(封面可省略)
3. **页码不能断**:页码必须从1连续编号到最后一页
4. **内容不够时的处理**:主动向用户询问更多内容,不要凭空编造数据
5. **技术方案类PPT**:参考 PPT2(41页)的详细结构,增加技术参数表格和案例描述

---

## 参考文件路径

- 模板规范:`/workspace/skills/ppt-templates/references/template-specs.md`
- 参考PPT1:`/workspace/skills/ppt-templates/assets/公司知识平台中期汇报.pptx`
- 参考PPT2:`/workspace/skills/ppt-templates/assets/石油天然气站场本质安全提升方案.pptx`
- 输出目录:`/workspace/skills/ppt-templates/output/`

Related Skills

Invoice Generator

3891
from openclaw/skills

Creates professional invoices in markdown and HTML

Workflow & Productivity

Incident Postmortem Generator

3891
from openclaw/skills

Generate blameless incident postmortems from raw notes, Slack threads, or bullet points.

DevOps & Infrastructure

Partnership Agreement Generator

3891
from openclaw/skills

Generate comprehensive partnership agreements, joint venture frameworks, and strategic alliance documents for B2B relationships.

Legal Documents & Agreements

Employee Onboarding Generator

3891
from openclaw/skills

Build a structured 90-day onboarding plan for any role. Covers pre-boarding, Day 1, Week 1, 30/60/90-day milestones, buddy assignments, and success metrics.

Workflow & Productivity

Employee Handbook Generator

3891
from openclaw/skills

Build a complete, customized employee handbook for your company. Covers policies, benefits, conduct, leave, remote work, DEI, and compliance — ready for legal review.

Content & Documentation

IT Disaster Recovery Plan Generator

3891
from openclaw/skills

Build production-ready disaster recovery plans that actually get followed when things break.

DevOps & Infrastructure

Compliance Audit Generator

3891
from openclaw/skills

Run internal compliance audits against major frameworks without hiring a consultant.

Security

API Documentation Generator

3891
from openclaw/skills

Generate production-ready API documentation from endpoint descriptions. Outputs OpenAPI 3.0, markdown reference docs, and SDK quickstart guides.

Coding & Development

Annual Report Generator

3891
from openclaw/skills

Build a complete annual business report from raw data. Covers financial performance, operational metrics, strategic highlights, and forward-looking guidance.

Workflow & Productivity

daily-report-generator

3891
from openclaw/skills

Automatically generate daily/weekly work reports from git commits, calendar events, and task lists. Use when you need to quickly create professional work reports without manual effort.

Workflow & Productivity

hr-policy-generator

3891
from openclaw/skills

Comprehensive HR policy development covering attendance, time-off, overtime, remote work, and compliance. Generates structured policy documents, legal checklists, exception handling frameworks, and employee communication plans tailored to company size, work arrangement, and jurisdiction.

Workflow & Productivity

hr-policy-generator-cn

3891
from openclaw/skills

综合性 HR 政策设计工具,覆盖考勤、休假、加班、远程办公及合规要求。根据公司规模、办公模式、适用法律等输入,生成完整的政策文档、法律合规清单、例外处理机制及员工沟通方案。

Workflow & Productivity