← Back to list

document-processor-pptx
by cngwenyi
A full-featured AI agent website with chat interface, user authentication, and AI model integration · Built with Manus
⭐ 0🍴 0📅 Jan 14, 2026
SKILL.md
name: "document-processor-pptx" description: "Create, edit, and analyze PowerPoint presentations with AI-powered slide generation, template management, and content extraction (Official Anthropic skill)" version: "1.0.0" author: "Anthropic (Adapted for CemaPay)" category: "documents" tags: ["pptx", "powerpoint", "presentation", "slides", "office", "document-generation"] requiresAuth: true source: "anthropic-official"
PowerPoint Document Processor Skill
🎯 PURPOSE
Official Anthropic skill for creating, editing, and analyzing Microsoft PowerPoint presentations (.pptx files). Supports:
- Slide Creation: Generate professional presentations from text descriptions
- Template Management: Apply corporate templates, themes, and branding
- Content Extraction: Parse existing presentations and extract text, images, data
- Slide Modification: Edit specific slides, add content, change layouts
- Export Options: PDF conversion, image export, thumbnail generation
🔍 WHEN TO USE THIS SKILL
Trigger when users mention:
- "create presentation", "make slides", "PowerPoint", "pptx"
- "slide deck", "pitch deck", "business presentation"
- "extract text from presentation", "analyze slides"
- "convert to PDF", "export slides"
📋 CAPABILITIES
1. Presentation Creation
// Create new presentation from outline
createPresentation({
title: "Q4 Business Review",
slides: [
{ layout: "title", content: "Q4 2025 Results" },
{ layout: "content", title: "Revenue Growth", bullets: ["30% YoY", "New markets"] },
{ layout: "chart", title: "Financial Performance", data: {...} }
],
theme: "corporate-blue"
});
2. Template Support
- Corporate templates (CemaPay branding)
- Financial reports
- Pitch decks
- Training materials
- Meeting presentations
3. Content Extraction
- Extract all text from slides
- Parse tables and charts
- Extract embedded images
- Metadata extraction (author, date, revision)
💡 INTEGRATION EXAMPLE
User: "Create a presentation about our Q4 financial results"
AI Response:
I'll create a professional presentation for Q4 results.
Slide 1: Title
- Q4 2025 Financial Results
- CemaPay Platform Performance
Slide 2: Key Highlights
- Revenue: +30% YoY
- User Growth: 450K active users
- Transaction Volume: 12.5B XAF
Slide 3: Growth Metrics
[Chart showing quarterly comparison]
Slide 4: Regional Performance
- Nigeria: 45% of volume
- Cameroon: 35% of volume
- CEMAC Region: 20% of volume
Slide 5: Next Steps
- Expand to new markets
- Launch AI agents
- Enhance fraud detection
Generated: Q4_Results_2025.pptx (5 slides)
Download ready!
🔧 TECHNICAL DETAILS
- Library: python-pptx (Python) or officegen (Node.js)
- Supported Formats: .pptx (Office Open XML)
- Max File Size: 50 MB
- Output: Base64 encoded or file URL
📚 DOCUMENTATION
Official Anthropic Documentation: https://docs.anthropic.com/en/docs/build-with-claude/agent-skills
Version: 1.0.0
Source: Anthropic Official Skills Library
Last Updated: October 24, 2025
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon