← Back to Skills Marketplace
124
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install pptx-notes-editor
Description
PowerPoint speaker notes editor for AI agents. Use when the user needs to: (1) modify PPT speaker notes, (2) export notes to Markdown, (3) rewrite notes in n...
Usage Guidance
This skill appears coherent and limited to PPTX note editing. Before installing or running it: (1) Verify the agent runtime will prompt you and honor the SKILL.md requirement to get explicit confirmation before writing changes, (2) back up your PPTX files before modifications, (3) if you use the README 'curl' or 'git clone' install examples, inspect the fetched SKILL.md/README yourself rather than blindly executing remote install commands, and (4) ensure the agent runs in an environment where its filesystem access is constrained to the intended working directory. If you need higher assurance, run edits on a copy of the PPTX in an isolated environment first.
Capability Analysis
Type: OpenClaw Skill
Name: pptx-notes-editor
Version: 1.0.1
The skill provides a legitimate workflow for editing PowerPoint speaker notes by manipulating the underlying PPTX XML structure using standard CLI tools like unzip, zip, grep, and sed. The instructions in SKILL.md are well-structured, focusing on slide-to-notes mapping and narrative rewriting, and explicitly require user confirmation before any file modifications. No evidence of data exfiltration, malicious execution, or unauthorized access was found.
Capability Assessment
Purpose & Capability
Name/description match the behavior: SKILL.md only manipulates PPTX XML (unzip/grep/sed/zip), reads slides and notes, generates drafts, and repacks — all aligned with a notes-editing tool.
Instruction Scope
Runtime instructions are limited to unpacking PPTX, extracting text from <a:t> tags, building global context, generating drafts, and (with explicit user confirmation) writing XML and repacking. There are no instructions to read unrelated system files, environment variables, or to send data to external endpoints.
Install Mechanism
This is an instruction-only skill with no install spec or code files; README shows optional user-run curl/git install examples pointing at a GitHub repo. No downloads or archive extraction performed by the skill itself, so install risk is low — users should still inspect any remote install commands before running them.
Credentials
The skill requests no environment variables, credentials, or config paths. The declared CLI tool requirements (unzip/zip/grep/sed) are appropriate and proportionate for PPTX XML manipulation.
Persistence & Privilege
No always:true, no modifications to other skills or system-wide settings. The skill expects local filesystem read/write for PPTX files in the working directory only and instructs to require explicit user confirmation before making changes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pptx-notes-editor - After installation, invoke the skill by name or use
/pptx-notes-editor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Version 1.0.1 of pptx-notes-editor contains no code or documentation changes from the previous release.
v1.0.0
- Initial release of pptx-notes-editor.
- Supports unpacking, viewing, editing, and repacking PowerPoint speaker notes.
- Provides methods to accurately map slides to notes files using PPTX relationships.
- Enables extraction and batch rewriting of notes in narrative, concise, or verbatim styles, with strict confirmation requirements before changes.
- Offers workflows for export to Markdown, and guidelines for contextual, page-by-page editing.
- Compatible with AI agent platforms supporting SKILL.md, including Claude Code and OpenClaw.
Metadata
Frequently Asked Questions
What is pptx-notes-editor?
PowerPoint speaker notes editor for AI agents. Use when the user needs to: (1) modify PPT speaker notes, (2) export notes to Markdown, (3) rewrite notes in n... It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.
How do I install pptx-notes-editor?
Run "/install pptx-notes-editor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is pptx-notes-editor free?
Yes, pptx-notes-editor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does pptx-notes-editor support?
pptx-notes-editor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created pptx-notes-editor?
It is built and maintained by cm8421 (@cm8421); the current version is v1.0.1.
More Skills