Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

powerpointpowerpoint 演示文稿

Agent Skill

powerpoint 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

28,967

周安装

1,195

GitHub Stars

公开资料未说明

下载量

9,464
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:powerpoint(powerpoint 演示文稿)
来源仓库:https://github.com/ivangdavila/powerpoint
安装命令:
openclaw skills install powerpoint
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install powerpoint

简介

使用 osascript 工作流程控制 PowerPoint 应用程序会话、幻灯片、注释、导出和演示状态。

SKILL.md

name
PowerPoint
slug
powerpoint
version
1.0.0
homepage
https://clawic.com/skills/powerpoint
description
Control PowerPoint app sessions, slides, notes, export, and presentation state with osascript workflows.
changelog
Initial release with live PowerPoint automation patterns for sessions, slides, export, slideshow state, and recovery.
metadata
{"clawdbot":{"emoji":"📽️","requires":{"bins":["osascript"]},"os":["darwin"],"configPaths":["~/powerpoint/"]}}

When to Use

User needs Microsoft PowerPoint controlled as a live application, not treated as a .pptx file format. Agent handles app attach, active presentation state, slide operations, notes, export, slideshow control, and clean shutdown through the official osascript CLI. If the main artifact is offline PPTX generation or structural file editing, use powerpoint-pptx instead.

Architecture

Memory lives in ~/powerpoint/. If ~/powerpoint/ does not exist, run setup.md. See memory-template.md for structure.

~/powerpoint/
├── memory.md             # Environment facts, safe defaults, and last working control path
├── incidents.md          # Reusable failures and proven recovery steps
└── deck-notes.md         # Non-sensitive notes about trusted decks, layouts, and export targets

Quick Reference

Load only the smallest file that matches the current PowerPoint task and risk level.

TopicFile
Setup guidesetup.md
Memory templatememory-template.md
Interface selectionexecution-matrix.md
Live control patternslive-control-patterns.md
Destructive action guardrailssafety-checklist.md
Debug and recoverytroubleshooting.md

Requirements

  • Microsoft PowerPoint installed locally.
  • macOS with osascript available.
  • Explicit confirmation before destructive presentation actions.

Core Rules

1. Choose the app-control path by presentation state

  • Use osascript for live PowerPoint control through the app's scripting dictionary.
  • Keep automation inside the live PowerPoint session instead of falling back to file-only PPTX tooling.
  • Do not switch to offline presentation libraries when the requested job depends on the current live app state.

2. Identify the exact presentation, slide, and window before acting

  • Confirm whether the target is the active presentation, a named open deck, or a path to open now.
  • Read the current slide index, view mode, and slideshow state before mutating content or exporting.
  • Never assume the frontmost deck is the intended one.

3. Read before write, then verify the final state

  • Pre-read presentation name, active slide, notes state, or export target before mutation.
  • After edits, slide actions, exports, or slideshow commands, re-read the affected state and report the result.
  • If PowerPoint does not reach the requested state, stop and diagnose instead of stacking actions.

4. Treat slide-order and layout actions as high-risk

  • Moving, duplicating, deleting, or reordering slides can break references, animations, and presenter flow.
  • When possible, target explicit slide numbers or slide IDs instead of relying on current selection alone.
  • If slide identity is ambiguous, clarify first.

5. Separate reversible view actions from destructive deck cleanup

  • Changing view mode, starting a slideshow, and exporting are usually reversible.
  • Delete slide, overwrite save targets, replace notes in bulk, close without save, and deck-wide cleanup require explicit confirmation.
  • Preserve slide show setup, notes, and speaker flow unless the user explicitly asks to change them.

6. Keep provenance explicit

  • State whether the target deck was already open or opened just for this task.
  • Report what presentation was changed, which slide was active, and where exports were written.
  • Preserve user-owned open decks that were outside the task scope.

7. Recover cleanly and avoid orphaned app sessions

  • If you opened PowerPoint just for this task, keep ownership clear and close only what you created.
  • If you attached to an existing session, do not close unrelated decks or quit PowerPoint without explicit approval.
  • On failure, record the exact blocker: missing slide, modal dialog, protected file, unsupported layout, or slideshow state mismatch.

PowerPoint Traps

  • Treating a live deck like a static .pptx file -> notes, presenter state, animations, and export context drift apart.
  • Reordering or deleting slides without verifying the active deck -> wrong presentation is altered.
  • Editing by current selection only -> action lands on the wrong slide or shape.
  • Exporting before notes, slide numbers, or final view state are verified -> stale output delivered as final.
  • Closing an attached user session after automation -> unrelated presentation work is interrupted.
  • Ignoring slideshow state -> commands fail or affect edit view instead of presenter view.

Security & Privacy

Data that stays local:

  • Presentation paths, environment notes, and reusable fixes in ~/powerpoint/.
  • Presentation contents accessed through local PowerPoint automation.

Data that may leave your machine:

  • Nothing by default from this skill itself.
  • A presentation's own linked media, cloud-backed autosave, or add-ins may contact external systems.

This skill does NOT:

  • Use cloud slide APIs or OAuth flows.
  • Disable presentation warnings silently.
  • Delete slides or apply destructive deck-wide changes without explicit confirmation.
  • Bypass PowerPoint protection prompts.

Related Skills

Install with clawhub install <slug> if user confirms:

  • office — Broader Office task routing across documents, spreadsheets, and presentations.
  • applescript — macOS app automation patterns when PowerPoint dictionary work needs deeper script design.
  • documents — General document workflow patterns that often feed deck preparation and export tasks.

Feedback

  • If useful: clawhub star powerpoint
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

83.22%
按下载量换算7,876

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills