ソース情報
- リポジトリ
- justcyl/my-skills
- ソースの最終更新活動
- 2026年6月11日 07:39
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/justcyl/my-skills --skill codex-pptコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
使用 Kapibala 的 OpenAI 兼容图片接口生成/编辑位图图片,默认模型 gpt-image-2。当需要生成图片、编辑已有图片、或批量生成候选图供挑选时触发。触发词:"生成图片""画一张""image generation""edit this image""gpt-image-2""批量出图"。
Add, collect, design, audit, and integrate SVG elements into editable diagrams.net/draw.io scientific figures. Use when the user asks to supplement a draw.io diagram with SVG icons, mechanisms, biological objects, model components, pathway symbols, instruments, graphical abstract elements, or publication-style vector assets. Every execution must first ask the user to choose the SVG source mode: network search or self-designed SVG. For network mode, search for multiple relevant SVG candidates for later user selection, record sources and license notes, and fall back to self-designed SVG for concepts with no suitable result. For self-design mode, create restrained, editable, Nature-style SVGs from simple vector primitives. Use with .drawio, SVG, diagrams.net, 科研流程图, 论文示意图, SVG补图, 图标补充, and draw.io配图.
Two-stage workflow for publication-style scientific schematics: generate or use a raster reference with imagegen/PNG/JPG/WebP, then trace it into an editable diagrams.net/draw.io file using research-drawio-skill. Use for Nature-style scientific illustrations, graphical abstracts, model or mechanism schematics, biomedical workflows, AI architecture figures, and paper-style visual drafts that should become editable .drawio source. For complex recognizable elements, author or select dedicated SVG glyphs and compare rendered SVGs against reference crops before inserting them, instead of assembling those elements from draw.io primitives. Enforces a minimum three-round strict pixel-level export/compare/fix loop for close raster-to-draw.io tracing tasks. Use with imagegen, draw.io, diagrams.net, scientific illustration, graphical abstract, paper schematic, figure tracing, SVG glyph tracing, and drawio redraw requests.
| name | codex-ppt |
| description | 从文章、报告、论文、笔记或大纲生成视觉统一的全页图片式 PPT/PPTX 演示文稿;适合需要强视觉风格、统一版式和可直接汇报的 slides。 |
| metadata | {"openclaw":{"requires":{"bins":"[Truncated]"},"primaryEnv":"OPENAI_API_KEY","envVars":["[Truncated]","[Truncated]","[Truncated]","[Truncated]"],"homepage":"https://github.com/ningzimu/codex-ppt-skill"}} |
This skill creates image-based PowerPoint decks from source material. Each slide is a complete 16:9 generated image. Final images are assembled into .pptx with scripts/assemble_ppt.py.
Use this when the user wants a visually unified presentation and accepts full-slide image pages. Do not use it when every textbox, chart, or shape must remain separately editable.
Prefer the built-in image generation/editing tool. Use scripts/image_gen.py only when the built-in backend is unavailable, lacks a required capability, or the user explicitly asks for API/CLI mode.
当用户要求“做 PPT / 生成 slides / 把文章、论文、报告、笔记变成演示文稿”,并且可以接受每一页是完整图片而非可编辑文本框时,使用本 skill。它适合视觉统一、风格强、交付为 .pptx 的汇报型 deck;不适合需要逐个编辑形状、文字、图表数据的 Office 原生排版任务。
默认优先使用当前 Codex 环境的内置图片生成/编辑工具。只有在内置工具不可用、缺少必要能力,或用户明确要求 API/CLI/第三方 OpenAI-compatible proxy 时,才使用 scripts/image_gen.py fallback。
OPENAI_API_KEY、OPENAI_BASE_URL、CODEX_PPT_IMAGE_MODEL 仅用于 API/CLI fallback;内置图片工具可用时不要要求用户配置 API key。scripts/codex_ppt_runtime.py config 写入 ~/.codex-ppt-skill/.env;不要在对话中回显完整密钥,不要手动解析或复制 .env。Reference Map files before each phase. This file is the orchestration contract; detailed rules live in docs/ and worker prompts in prompts/.deck_spec.json, speech.md, prompt jobs, slide images, or .pptx before the approvals in docs/workflow-gates-and-progress.md.origin_image/slide_XX.png must be generated by the selected image backend: built-in image generation/editing tool or scripts/image_gen.py.For non-trivial decks, keep a user-visible checklist with one active step. Canonical completion evidence is in docs/workflow-gates-and-progress.md.
Default visible steps:
Do not mark a step complete from chat alone; use real files or script-recorded state.
Understand the source content.
Plan the deck outline.
outline.md, read docs/workflow-gates-and-progress.md and docs/outline-style-and-sample.md.Confirm a unified visual style.
references/, read docs/outline-style-and-sample.md.Confirm the image backend.
docs/backend-selection.md.docs/cli-api-fallback.md. Read docs/image-model-configuration.md only after config errors or explicit API-setting requests.Generate one sample slide for approval.
docs/outline-style-and-sample.md.sample_generation_method in deck_spec.json so jobs and subagents inherit the same path.Create the project directory.
docs/project-assembly-and-reporting.md.Prepare user-supplied assets.
docs/user-supplied-assets.md.Slide subagents are mandatory after sample approval whenever the runtime can spawn them. The main agent prepares jobs and records state; each worker handles exactly one prompts/slide_XX.json job and returns only selected image path, backend, and QA note.
Use docs/slide-generation-and-subagents.md for dispatch, commands, result recording, blockers, and backend provenance. Use prompts/slide-worker.md as the handoff template.
Subagents must not edit outline.md, deck_spec.json, other slide jobs, origin_image/, speech.md, or the final .pptx. The parent records outputs and assembles.
.pptx.origin_image/slide_XX.png.record_slide_result.py, except an approved sample marked accepted by run state.outline.md reflects the approved deck outline.speech.md exists when speaker notes are expected, and assembly writes those notes into the PPT.slide_jobs.json and slide_run_state.json reflect the final state.docs/workflow-gates-and-progress.md: approval gates, progress, completion evidence.docs/backend-selection.md: backend decision rules and confirmation text.docs/outline-style-and-sample.md: outline, style, sample rules, prompt examples.docs/user-supplied-assets.md: strict handling for required source assets.docs/slide-generation-and-subagents.md: jobs, dispatch, result recording, blockers, provenance.docs/cli-api-fallback.md: fallback runtime, generation/edit commands, image limits, troubleshooting.docs/image-model-configuration.md: API key, base URL, model, .env; read only when config is needed.docs/project-assembly-and-reporting.md: project directory, notes, assembly, final report, prompting principles.prompts/slide-worker.md: slide subagent handoff template.references/*.md: visual style references.For source, docs, install, config, and examples, see ningzimu/codex-ppt-skill.
Generate all slide images.
docs/slide-generation-and-subagents.md.scripts/prepare_slide_prompts.py or saved prompts/slide_XX.json files.Dispatch slide subagents.
docs/slide-generation-and-subagents.md and prompts/slide-worker.md.Quality check and repair.
docs/project-assembly-and-reporting.md.docs/cli-api-fallback.md. Replace the final slide only after validating the edited output.Write speaker notes and assemble the PPT.
speech.md or running assembly, read docs/project-assembly-and-reporting.md.outline.md reflects the final confirmed deck outline. Use speech.md headings that map to Slide N.slide_jobs.json shows generated slides as recorded and approved samples as accepted. If any slide is pending, dispatched, or blocked, stop.Report the result.
docs/project-assembly-and-reporting.md.Save reusable styles when requested.
docs/style-library.md.