← Back to Skills

pptx-utils

v2.0.0 approved Data Processing ⬇ 109 ↑ 9/7d 1mo ago
USK v3 🌐 Community ⚡ Auto-Convert
⬇ Download
Install Guide↓
🤖 Agent install commands (curl / MCP / Claude Desktop)
▸ curl one-liner
curl -L -o pptx-utils.skill   "https://aiskillstore.io/v1/agent/skills/5a219a14-5a30-4cf0-a919-717f53d0437b/download?platform=ClaudeCode"
▸ MCP tool call (after registering Skill Store MCP)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "5a219a14-5a30-4cf0-a919-717f53d0437b",
    "platform": "ClaudeCode"
  }
}
▸ Claude Desktop / Cursor MCP config (one-time)
{
  "mcpServers": {
    "skill-store": {
      "url": "https://aiskillstore.io/mcp/"
    }
  }
}
📖 Full agent API guide: /llms.txt  ·  MCP server card

PowerPoint(.pptx) 파일을 읽고 생성하고 편집합니다. 텍스트 추출, 슬라이드 생성(테마/불릿/노트), 기존 파일에 슬라이드 추가 등 실무 기능을 제공합니다.

# powerpoint # pptx # presentation # office # read # stdlib # text-extract

Basic Info

Owner 👤 ironman Category Data Processing Registered 2026-04-12 Last Updated 2026-04-12 Latest Version 2.0.0 Packaged At 2026-04-12 Vetting Status approved Downloads 109 Checksum (SHA256) 195bd4bd27cb2d76dddc6e576ae5c46086f1143228f31cc9d4471ec104391591

⚡ AGENT INFO USK v3

Capabilities
pptx_read pptx_text_extraction slide_analysis presentation_metadata
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/5a219a14-5a30-4cf0-a919-717f53d0437b/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/5a219a14-5a30-4cf0-a919-717f53d0437b/download?platform=OpenClaw GET /v1/agent/skills/5a219a14-5a30-4cf0-a919-717f53d0437b/download?platform=ClaudeCode GET /v1/agent/skills/5a219a14-5a30-4cf0-a919-717f53d0437b/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/5a219a14-5a30-4cf0-a919-717f53d0437b/download?platform=Cursor GET /v1/agent/skills/5a219a14-5a30-4cf0-a919-717f53d0437b/download?platform=GeminiCLI GET /v1/agent/skills/5a219a14-5a30-4cf0-a919-717f53d0437b/download?platform=CodexCLI GET /v1/agent/skills/5a219a14-5a30-4cf0-a919-717f53d0437b/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any Cursor GeminiCLI CodexCLI

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install pptx-utils
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install pptx-utils --version 2.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/5a219a14-5a30-4cf0-a919-717f53d0437b/download
2
Place it in the Claude Code commands directory.
unzip pptx-utils.skill -d ~/.claude/commands/pptx-utils/
3
Use it as a slash command in Claude Code.
/pptx-utils
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/5a219a14-5a30-4cf0-a919-717f53d0437b/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip pptx-utils-agent-skill-*.skill -d ~/.claude/skills/pptx-utils/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/5a219a14-5a30-4cf0-a919-717f53d0437b/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip pptx-utils-cursor-*.skill -d ~/.cursor/skills/pptx-utils/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/pptx-utils/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/5a219a14-5a30-4cf0-a919-717f53d0437b/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip pptx-utils-geminicli-*.skill -d ~/.gemini/skills/pptx-utils/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/pptx-utils/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/5a219a14-5a30-4cf0-a919-717f53d0437b/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip pptx-utils-codexcli-*.skill -d ~/.codex/skills/pptx-utils/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/pptx-utils/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/5a219a14-5a30-4cf0-a919-717f53d0437b/download
2
Place it in your agent platform's skills directory.
cp pptx-utils.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/5a219a14-5a30-4cf0-a919-717f53d0437b/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result CAUTION

🚨 Security risks detected:

  • main.py: base64.b64decode(

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v2.0.0 approved 2026-04-12 ⬇ 109 USK v3 업그레이드. 읽기 전용으로 재작성 (stdlib zipfile + xml.etree). Base64 바이트 입력 방식으로 변경. 외부 의존성(python-pptx, lxml) 제거. / 초기 릴리스 (python-pptx 기반)
v1.0.0 official 2026-04-12 ⬇ 0 초기 릴리스

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review