← 返回 Skills 市场
1439
总下载
1
收藏
6
当前安装
4
版本数
在 OpenClaw 中安装
/install mck-ppt-design
功能描述
Create professional, consultant-grade PowerPoint presentations from scratch using python-pptx with McKinsey-style design. Use when user asks to create slides...
安全使用建议
This package appears to do exactly what it says: generate McKinsey-style .pptx files using python-pptx and optionally send them via the OpenClaw platform CLI. Before enabling it in a production agent, consider: 1) run the example in an isolated environment (virtualenv/container) and inspect the generated PPTX to confirm formatting and cleanup behavior; 2) if you do not want generated files sent to chat channels, ensure the 'openclaw' CLI is not installed or review/modify deliver_to_channel() to disable automatic delivery; 3) install dependencies from examples/requirements.txt (python-pptx, lxml) and verify your runtime will provide python3/pip as SKILL.md expects — the registry metadata does not list required binaries, so installation may need manual steps; 4) review the full_cleanup() function (it rewrites pptx XML) if you have strict provenance or auditing requirements for generated files. Overall the skill is coherent with its purpose and contains no hidden endpoints or secret exfiltration.
功能分析
Type: OpenClaw Skill
Name: mck-ppt-design
Version: 2.0.0
The mck-ppt-design skill bundle is a comprehensive and professional toolset designed to enable AI agents to generate McKinsey-style PowerPoint presentations using the python-pptx library. The bundle includes extensive design specifications (SKILL.md), 70 layout patterns, and robust Python helper functions (minimal_example.py) that handle complex tasks such as CJK font rendering and XML sanitization to prevent file corruption. It also includes a platform-specific integration for delivering generated files via the OpenClaw CLI using safe subprocess calls. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found; the complexity of the code (e.g., XML manipulation and shell commands) is well-justified by the stated goal of producing high-quality, production-ready presentations.
能力评估
Purpose & Capability
Name/description promise (python-pptx based McKinsey-style slide generation) matches the included code and docs. The repository contains python examples, design rules, layout catalogs, and helper functions for pptx generation and XML cleanup — all proportional to the stated goal. Minor metadata mismatch: SKILL.md lists required tools (python3, pip) while registry metadata lists no required binaries; this is an administrative inconsistency but not a security concern.
Instruction Scope
SKILL.md and the example scripts direct the agent to create .pptx files, perform local XML cleanup of PPTX contents, and optionally call an 'openclaw' CLI to deliver files to messaging channels. All actions are within the claimed scope (generate and optionally deliver presentations). The only external action is invoking the platform's 'openclaw message send' CLI when available — this is explicit in the code and docs and not hidden, but users should be aware generated files may be sent to channels if the CLI exists in the runtime.
Install Mechanism
There is no install spec (instruction-only skill + example scripts). Dependencies are standard (python-pptx, lxml) declared in examples/requirements.txt and README; no remote downloads, custom binaries, or archive extraction are present. This is low-risk from an install perspective.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the code does not attempt to read secrets or unrelated config files. The only external integration is the optional 'openclaw' CLI invocation; that uses CLI tooling to send media and does not embed or require credentials inside the skill itself (it defers to the platform CLI).
Persistence & Privilege
The skill does not request persistent presence (always: false) and does not modify other skills or system-wide agent settings. It writes output .pptx files and temporary zip files during cleanup, which is normal for a generator and proportional to its purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mck-ppt-design - 安装完成后,直接呼叫该 Skill 的名称或使用
/mck-ppt-design触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
BLOCK_ARC chart engine: donut/pie/gauge rewritten with native shapes. 3-4 shapes per chart (was 100-2800). Guard Rail Rule 9. Common Issues 16-20.
v1.10.2
v1.10.0: Channel Delivery — deliver PPTX to messaging channels (Feishu/Telegram/etc). v1.10.1: YAML frontmatter fix for Claude install. v1.10.2: #54 Matrix side panel variant — compact grid + insight panel layout. Plus v1.5.0–v1.9.0: line spacing fix, P0 optimization, accent colors, presentation planning, chart patterns (39→70 layouts), image layouts, production guard rails.
v1.4.0
P0 优化:合并 add_text/add_multiline 为统一函数,删除冗余文档,净减 109 行,降低 token 消耗
v1.3.0
ClawHub initial release: McKinsey-style PPT design system with 36 layout patterns, three-layer file corruption defense, and complete python-pptx code templates.
元数据
常见问题
Mck Ppt Design Skill 是什么?
Create professional, consultant-grade PowerPoint presentations from scratch using python-pptx with McKinsey-style design. Use when user asks to create slides... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1439 次。
如何安装 Mck Ppt Design Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mck-ppt-design」即可一键安装,无需额外配置。
Mck Ppt Design Skill 是免费的吗?
是的,Mck Ppt Design Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mck Ppt Design Skill 支持哪些平台?
Mck Ppt Design Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mck Ppt Design Skill?
由 likaku(@likaku)开发并维护,当前版本 v2.0.0。
推荐 Skills