← Back to Skills Marketplace
911
Downloads
0
Stars
8
Active Installs
1
Versions
Install in OpenClaw
/install powerpoint
Description
Control PowerPoint app sessions, slides, notes, export, and presentation state with osascript workflows.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install powerpoint - After installation, invoke the skill by name or use
/powerpoint - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with live PowerPoint automation patterns for sessions, slides, export, slideshow state, and recovery.
Metadata
Frequently Asked Questions
What is PowerPoint?
Control PowerPoint app sessions, slides, notes, export, and presentation state with osascript workflows. It is an AI Agent Skill for Claude Code / OpenClaw, with 911 downloads so far.
How do I install PowerPoint?
Run "/install powerpoint" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PowerPoint free?
Yes, PowerPoint is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PowerPoint support?
PowerPoint is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin).
Who created PowerPoint?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills