← 返回 Skills 市场
textboy

present-workflow (from mk-present)

作者 textboy · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
54
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install present-workflow
功能描述
Guide an installing agent through a staged PPT or slide workflow without constraining its implementation choices. Use when the user wants a presentation, dec...
使用说明 (SKILL.md)

Present 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 scenario, 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, scenario, 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
  2. outline

    • deck structure, section logic, page titles, and page goals
  3. planning-draft

    • page-by-page planning cards that describe intent, information hierarchy, evidence needs, and layout direction
  4. sample-artifact

    • one or more reviewable intermediate outputs in any form the environment can actually produce
  5. full-deck-plan

    • approved structure plus planning guidance sufficient for full production
  6. 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
  • scenario, 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.

11. Save output to file

Save the final approved deck plan (or whichever output layer was delivered) to ./output/\x3Cname>.md. Create the ./output/ directory if it doesn't exist. This markdown file serves as the input for the next skill in the pipeline (e.g. present-html).

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
安全使用建议
This skill appears safe to install as a presentation-planning workflow. Be aware that, if your agent has browsing, research, rendering, or file-writing tools, the workflow may use them to gather facts and create outputs. Avoid giving sensitive documents unless you are comfortable using them as presentation source material, and review intermediate briefs or outlines before asking the agent to expand into a full deck.
功能分析
Type: OpenClaw Skill Name: present-workflow Version: 1.0.1 The 'present-workflow' skill bundle is a well-structured framework designed to guide an AI agent through a multi-stage presentation creation process (research, outlining, and planning). The instructions in SKILL.md and the reusable prompts in references/prompts.md are strictly focused on the stated task of generating structured PPT content. The only system interaction involves creating an './output/' directory and saving markdown files, which is consistent with the tool's purpose of generating reviewable artifacts. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
能力评估
Purpose & Capability
The artifacts consistently describe a staged presentation/deck workflow: clarify the brief, research when needed, outline, plan pages, create reviewable artifacts, and disclose limitations.
Instruction Scope
The skill intentionally leaves tool choice open and tells the agent to use available capabilities for research or artifacts when appropriate. This is purpose-aligned, but users should understand that installed tools such as web search, browsers, MCP research tools, or renderers may be used if available.
Install Mechanism
There is no install script, required binary, environment variable, credential, or code file. The static scan had no code to analyze and reported no findings.
Credentials
The requested actions are proportionate to the stated goal. The skill emphasizes fallback behavior, source-limited disclosure, and user review gates for high-stakes decks.
Persistence & Privilege
No background persistence, credential use, privileged access, or autonomous long-running behavior is described. The only file persistence is saving the final approved output under a local ./output/ path.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install present-workflow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /present-workflow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Update readme
v1.0.0
MK Present is a **3-skill pipeline** covering the full presentation lifecycle: 1. **📋 [present-workflow](present-workflow/README.md)** — Plan your storyline. Clarify the brief, research, outline, review. 2. **🎨 [present-html](present-html/README.md)** — Generate a stunning HTML presentation. 50+ curated styles, support architecture & flow. 3. **📄 [present-ppt](present-ppt/README.md)** — Convert your HTML deck into an editable PowerPoint (.pptx) with native shapes and text.
元数据
Slug present-workflow
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

present-workflow (from mk-present) 是什么?

Guide an installing agent through a staged PPT or slide workflow without constraining its implementation choices. Use when the user wants a presentation, dec... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 54 次。

如何安装 present-workflow (from mk-present)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install present-workflow」即可一键安装,无需额外配置。

present-workflow (from mk-present) 是免费的吗?

是的,present-workflow (from mk-present) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

present-workflow (from mk-present) 支持哪些平台?

present-workflow (from mk-present) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 present-workflow (from mk-present)?

由 textboy(@textboy)开发并维护,当前版本 v1.0.1。

💬 留言讨论