← 返回 Skills 市场
iceyliu

officecli-pptx

作者 瓦砾 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
121
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install officecli-pptx
功能描述
Use this skill any time a .pptx file is involved -- as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, p...
安全使用建议
This skill's behavior matches its description, but its runtime instructions tell you to download and run an installer script from raw.githubusercontent.com and to auto-upgrade via the GitHub API. That is the primary risk: executing a remote install script can run arbitrary code on your machine. Before installing or allowing the agent to run this skill, consider: - Inspect the installer: open https://raw.githubusercontent.com/iOfficeAI/OfficeCli/main/install.sh (and the repo) and review the script and release artifacts for malicious or unexpected behavior. Do not run it blind. - Prefer manual / vetted install: if you trust the tool, download a release from an authenticated source and verify checksums/signatures; or install officecli yourself in a sandboxed environment and deny the skill permission to auto-install. - Minimize autonomy: if the agent can run shell commands automatically, restrict that capability or require explicit approval before executing installs. - Test in isolation: run the installer in a VM/container to observe what files, services, or network connections it creates. - If you cannot verify the upstream project (iOfficeAI/OfficeCli) or its installer, decline to install and use an alternative tool you trust. In short: the skill itself is coherent for editing .pptx files, but the in-band install/upgrade instruction that fetches and executes a remote script is the reason to proceed cautiously.
能力评估
Purpose & Capability
The name/description (pptx/slide handling) aligns with the SKILL.md contents: every command shown (view, get, set, add, remove, query, render) operates on .pptx files and local paths, and the included creating.md and editing.md are coherent with the stated purpose.
Instruction Scope
SKILL.md explicitly instructs running shell commands that fetch and execute a remote install script (curl https://raw.githubusercontent.com/iOfficeAI/OfficeCli/main/install.sh && bash ...). That step executes arbitrary code from a remote repo at runtime. Aside from installation, the instructions operate on local files (read/modify .pptx, replace images, preview HTML), which is expected, but the installer/upgrade steps expand scope to full network-downloaded code execution.
Install Mechanism
Although the registry has no install spec, the runtime instructions implement an install/upgrade path by curling and executing a script from raw.githubusercontent.com. Fetch-and-execute of a remote installer is a high-risk install mechanism (supply-chain risk). Using GitHub raw is better than an unknown IP, but the script contents and their side effects are not included in the skill bundle and are therefore opaque.
Credentials
The skill does not declare or require any environment variables, credentials, or config paths. The commands shown do not request unrelated secrets. However, network access is required at runtime (to GitHub API and raw.githubusercontent.com), which is not declared in registry metadata — this is operational but not a credentials mismatch.
Persistence & Privilege
always:false and normal autonomous invocation apply. The SKILL.md will install a local binary (officecli) when absent, creating a persistent program on the host; this is expected for a CLI-driven skill but increases the attack surface because the skill-guided installer executes arbitrary remote code.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install officecli-pptx
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /officecli-pptx 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added new documentation files: creating.md and editing.md - Quick reference table now points to the new creating.md (for creating decks) and editing.md (for editing presentations) for enhanced user guidance
v1.0.1
Version 1.0.1 - Removed sample documentation files: creating.md and editing.md - No changes to skill functionality or commands. - Documentation is now more streamlined with fewer reference files.
v1.0.0
Initial release of officecli-pptx skill. - Enables creating, reading, editing, and analyzing PowerPoint (.pptx) files via command line. - Offers detailed inspection, visual previews, and flexible querying for presentation elements. - Includes comprehensive design guidance on color palettes and typography for effective slide creation. - Provides best-practice, ready-to-use officecli command examples for common presentation tasks. - Ensures users check for installation and updates of officecli before execution.
元数据
Slug officecli-pptx
版本 1.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

officecli-pptx 是什么?

Use this skill any time a .pptx file is involved -- as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 officecli-pptx?

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

officecli-pptx 是免费的吗?

是的,officecli-pptx 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

officecli-pptx 支持哪些平台?

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

谁开发了 officecli-pptx?

由 瓦砾(@iceyliu)开发并维护,当前版本 v1.0.2。

💬 留言讨论