← 返回 Skills 市场
911
总下载
0
收藏
8
当前安装
1
版本数
在 OpenClaw 中安装
/install powerpoint
功能描述
Control PowerPoint app sessions, slides, notes, export, and presentation state with osascript workflows.
安全使用建议
This skill appears coherent: it runs AppleScript (osascript) to control a live PowerPoint app and stores small local state in ~/powerpoint/. Before installing, confirm you are comfortable with an agent that can run osascript on your machine and create files in your home directory. The skill does not request cloud credentials or external installs, but AppleScript can perform broad local actions — review any scripts or outputs if you have sensitive slides or workflows. Keep destructive actions disabled by default and require explicit confirmation (the skill's docs already recommend this). If you want to be extra cautious, test on a non-critical deck and inspect ~/powerpoint/ contents after a run.
功能分析
Type: OpenClaw Skill
Name: powerpoint
Version: 1.0.0
The PowerPoint skill bundle is a legitimate automation tool for controlling Microsoft PowerPoint on macOS via osascript. It follows safety-first principles, requiring explicit user confirmation for destructive actions (e.g., deleting slides) and providing clear architectural guidelines for state management in ~/powerpoint/. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code patterns in live-control-patterns.md and setup.md are standard AppleScript implementations for application control.
能力评估
Purpose & Capability
Name/description, required binary (osascript), macOS restriction, and the documented behaviors (app attach, slide operations, export, slideshow control) are coherent and proportionate. The declared memory path (~/powerpoint/) is reasonable for storing local safety defaults and notes.
Instruction Scope
SKILL.md directs the agent to run specific osascript AppleScript snippets, verify app state before acting, and optionally create/read/write local files under ~/powerpoint/. All instructions stay within the stated purpose. Note: the skill persists local state (memory/incidents/deck-notes) which is expected for live-control automation; the docs explicitly limit storing slide contents unless the user asks.
Install Mechanism
No install spec or external downloads — instruction-only skill relying on an existing, standard system binary (osascript). This is the lowest-risk install model.
Credentials
No environment variables, credentials, or external config paths are requested. The only config path referenced is a user-home folder (~/powerpoint/) for local memory, which is justified by the skill's intended behavior.
Persistence & Privilege
Skill is not always-enabled and uses default model invocation settings. It persists small local state under ~/powerpoint/ (explicit in docs). It does not request system-wide privileges or modify other skills' config. Autonomous invocation is allowed by default but is not combined with other red flags here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install powerpoint - 安装完成后,直接呼叫该 Skill 的名称或使用
/powerpoint触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with live PowerPoint automation patterns for sessions, slides, export, slideshow state, and recovery.
元数据
常见问题
PowerPoint 是什么?
Control PowerPoint app sessions, slides, notes, export, and presentation state with osascript workflows. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 911 次。
如何安装 PowerPoint?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install powerpoint」即可一键安装,无需额外配置。
PowerPoint 是免费的吗?
是的,PowerPoint 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PowerPoint 支持哪些平台?
PowerPoint 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。
谁开发了 PowerPoint?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。
推荐 Skills