Unified AI Office skills library combining:
- OfficeMCP - Windows Office COM automation
- SenseNova-Skills - AI skills (image, PPT, data analysis, research)
- ppt-master - AI-driven PPT generation
- MiniMax-AI/skills - Document processing and multimedia generation
- Office Automation - Control Word, Excel, PowerPoint, Outlook via Windows COM
- PPT Generation - Create presentations from PDF/DOCX/MD with AI
- Excel Analysis - Data cleaning, analysis, visualization
- Document Processing - PDF generation, DOCX editing, XLSX handling
- Image Generation (MiniMax image-01)
- Video Generation (MiniMax Hailuo 2.3)
- Music Generation (MiniMax music-2.6)
- Text-to-Speech (TTS)
- Deep Research & Report Synthesis
cd superoffice
pip install -r requirements.txtCopy .env.example to .env and add your keys:
# MiniMax API (your key)
MINIMAX_API_KEY=YOUR_MINIMAX_API_KEY
# SenseNova API (your key)
SENSENOVA_API_KEY=YOUR_SENSENOVA_API_KEYnpm install -g mmx-cli
mmx auth login --api-key YOUR_MINIMAX_KEY| IDE | Configuration |
|---|---|
| Claude Code | .claude-plugin/ |
| Cursor | .cursor-plugin/ |
| Codex | .codex/ (symlink) |
| OpenCode | .opencode/ (symlink) |
| Skill | Command | Description |
|---|---|---|
| office-automation | /office |
Control Office apps |
| ppt-generator | /ppt |
AI PPT creation |
| excel-analysis | /excel |
Data analysis |
| document-handler | /doc |
PDF/DOCX/XLSX |
| image-generation | /image |
AI image creation |
| video-generation | /video |
AI video (Hailuo) |
| music-generation | /music |
AI music |
| tts-audio | /tts |
Text-to-speech |
| deep-research | /research |
Research reports |
/ppt create from document.pdf style corporate
/excel analyze sales_data.xlsx chart bar
/image generate a futuristic city at sunset
/video generate a cat playing in a garden
- Python 3.10+ - Core runtime
- pywin32 - Windows COM automation (Windows only)
- python-pptx - PPTX manipulation
- pandas, openpyxl - Excel processing
- httpx - API calls
- Node.js + mmx-cli - MiniMax CLI
MIT License