Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

ppt-agent-workflowpptAgent 工作流程

Agent Skill

ppt-agent-workflow 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,023

周安装

41

GitHub Stars

474

下载量

331
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ppt-agent-workflow(pptAgent 工作流程)
来源仓库:https://github.com/mucsbr/ppt-agent-workflow-san
仓库路径:skills/ppt-agent-workflow
安装命令:
npx skills add https://github.com/mucsbr/ppt-agent-workflow-san --skill ppt-agent-workflow
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/mucsbr/ppt-agent-workflow-san --skill ppt-agent-workflow

简介

ppt-agent-workflow 用于查找、检索和筛选相关信息,快速定位候选结果。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或场景进行信息整理时使用。
  • 通过 GitHub 安装,结合原始 README 可进一步核验具体用法。
  • 使用前建议确认权限范围、维护状态及是否会触发联网或文件操作。
  • 适用于需要高效信息聚合的任务,需结合实际需求验证搜索准确性。

SKILL.md

PPT Agent Workflow

Overview

Treat PPT creation as staged work, not one-shot generation. This skill should tell the agent what must happen and when, while leaving how to execute to the installing agent and its environment.

Do not prescribe specific search tools, browsers, MCPs, renderers, or export paths unless a particular environment explicitly requires one.

Core Principle

Constrain the workflow, not the implementation.

This skill should help the agent decide:

  • when the brief is still unclear
  • when fresh fact-finding is necessary
  • when to stop and let the user review an intermediate result
  • when to continue to a fuller draft
  • how to respond honestly when capabilities are limited

Capability Awareness

Before substantive work, determine at a high level whether the current environment can:

  • gather external facts or at least work from user-supplied materials
  • create structured outputs such as notes, outlines, or planning drafts
  • create reviewable artifacts
  • deliver files or artifacts back to the user

Only use these findings to decide what layer is achievable. Do not turn this section into a tool-selection policy.

Supported Inputs

Accept any of these entry modes.

1. Topic-only

Example: “帮我做一个 AI 安全体检中心的 PPT”

If inputs are incomplete, ask for the minimum missing fields:

  • audience
  • purpose
  • page-count range
  • preferred tone or style
  • whether fresh fact-finding is needed
  • whether the user wants intermediate review before full generation

2. Topic + brief

Use when the user already provides audience, purpose, style, page count, and key messages.

3. Source-driven request

Use when the user supplies URLs, reports, PDFs, notes, transcripts, or other primary material.

Treat supplied material as the main context. Add external fact-finding only when it will materially improve the result.

4. Existing outline or partial draft

Use when the user already has a structure, early deck, or page ideas and wants improvement rather than full regeneration.

Supported Output Layers

Stop at the layer the user needs.

  1. research-brief

- facts, evidence, open questions, risks, and source references where available

  1. outline

- deck structure, section logic, page titles, and page goals

  1. planning-draft

- page-by-page planning cards that describe intent, information hierarchy, evidence needs, and layout direction

  1. sample-artifact

- one or more reviewable intermediate outputs in any form the environment can actually produce

  1. full-deck-plan

- approved structure plus planning guidance sufficient for full production

  1. review-notes

- issues in logic, evidence, density, consistency, or emphasis

Default Workflow

1. Clarify the brief

Collect only the inputs necessary to avoid avoidable misfires:

  • topic
  • audience
  • purpose
  • page-count range
  • style or tone
  • must-have sections
  • must-avoid claims or directions
  • whether the user wants fast rough output or staged confirmation

2. Decide whether fact-finding is needed

Perform fact-finding before outlining if:

  • the topic depends on current events, market conditions, product details, statistics, or technical facts
  • the user explicitly asks for research-backed content
  • the user-provided material is obviously incomplete

If fresh fact-finding is not necessary, proceed from the supplied context.

3. Gather or organize context

Use whatever capabilities the installing agent has to gather or organize supporting material.

If external fact-finding is not possible, be explicit that the result is source-limited and rely on user-provided material instead of inventing certainty.

If needed, read references/agent-integration.md and references/prompts.md before doing this step.

4. Produce a research brief when research matters

Before building the deck, summarize the working knowledge into a compact brief:

  • key facts
  • supporting evidence
  • audience-relevant context
  • risks, caveats, and unresolved questions

This brief can be short, but it should make later outlining more grounded.

5. Generate the outline before design

Create the deck structure only after the brief and context are good enough.

Read references/prompts.md and use the “Outline Architect” prompt when appropriate.

Requirements:

  • preserve logical structure
  • keep claims aligned with available evidence
  • make the deck suitable for explanation, not just reading
  • keep the outline easy for the user to review

6. Add the planning draft

For non-trivial decks, do not jump straight from outline to polished pages.

Create page-level planning cards that specify:

  • the point of the page
  • what the audience should remember
  • the supporting information or evidence needed
  • the information hierarchy
  • the recommended visual or structural treatment

Read references/prompts.md and use the “Planning Draft / 策划稿” prompt when appropriate.

7. Generate a reviewable intermediate artifact when useful

Before scaling up, produce something the user can react to.

The form is intentionally open. It might be:

  • a research brief
  • an outline
  • a planning draft
  • a sample page representation
  • another reviewable intermediate output the environment can actually support

Do not force one artifact type if the environment or task suggests another.

8. Pause for review on important decks

Use explicit review gates for:

  • external-facing decks
  • management or board-style decks
  • customer or sales decks
  • decks based on uncertain or fast-moving facts
  • complex technical topics

9. Scale or finalize

Only after direction is accepted should the agent expand toward a fuller deck plan or richer artifacts.

10. Review and disclose limitations

Before delivery, check:

  • logic
  • factual confidence
  • evidence coverage
  • information density
  • emphasis and hierarchy
  • consistency across sections or pages

If any capability limitations affected the result, say so plainly.

Coordination Rules

Research rule

When the task depends on facts, the agent should gather or verify supporting material before speaking with confidence.

Honesty rule

If the environment cannot support the ideal workflow, the agent should state the limitation and continue at the highest-value reachable layer.

Review-gate rule

For complex or high-stakes tasks, the agent should present intermediate work before committing to a full draft.

Non-assumption rule

The skill should never assume a specific research, rendering, preview, or export implementation path.

Resources

  • references/method.md — distilled method and the reasoning behind staged PPT work
  • references/agent-integration.md — abstract coordination rules for agents with different capabilities
  • references/prompts.md — reusable prompts for research, outlining, planning, review, and optional format-specific generation

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.58%
按下载量换算128

Claude

28.65%
按下载量换算95

Cursor

18.63%
按下载量换算62

Gemini CLI

9.7%
按下载量换算32

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills