@mnmn94253156337: 让 AI 帮你做个 PPT 它给你生了一堆 div 和胡乱排版的 layout。点开一看,比你自己动手做的还丑。 更烦的是 Excel——公式乱写、格式全飞,生成完了你还得从头到尾手动改一遍。那你还不如自己做。 MiniMax 把这四个文…
摘要
MiniMax 开源了四个 AI 文档生成技能(PPT、PDF、Excel、Word),无需 API Key 即可使用,旨在解决 AI 生成文档格式混乱、公式错误等问题。
查看缓存全文
缓存时间: 2026/06/08 05:19
让 AI 帮你做个 PPT
它给你生了一堆 div 和胡乱排版的 layout。点开一看,比你自己动手做的还丑。
更烦的是 Excel——公式乱写、格式全飞,生成完了你还得从头到尾手动改一遍。那你还不如自己做。
MiniMax 把这四个文档 skill 开源了。PPT、PDF、Excel、Word,每一个都是正经能用的水平。
PPT 有 18 套配色 4 种风格,不是瞎排。 Excel 生成完会自己跑一遍公式,检查 #REF! #VALUE! 这些低级错误。 PDF 15 种封面,字体颜色自动适配,直接打印没问题。
不用 API Key,装完就能让 AI 帮你写文档。
https://github.com/MiniMax-AI/skills…
MiniMax-AI/skills
Source: https://github.com/MiniMax-AI/skills
MiniMax Skills
Beta — This project is under active development. Skills, APIs, and configuration formats may change without notice. We welcome feedback and contributions.
Development skills for AI coding agents. Plug into your favorite AI coding tool and get structured, production-quality guidance for frontend, fullstack, Android, iOS, and shader development.
Skills
| Skill | Description | Source |
|---|---|---|
frontend-dev | Full-stack frontend development combining premium UI design, cinematic animations (Framer Motion, GSAP), AI-generated media assets via MiniMax API (image, video, audio, music, TTS), persuasive copywriting (AIDA framework), and generative art (p5.js, Three.js, Canvas). Tech stack: React / Next.js, Tailwind CSS. | Official |
fullstack-dev | Full-stack backend architecture and frontend-backend integration. REST API design, auth flows (JWT, session, OAuth), real-time features (SSE, WebSocket), database integration (SQL / NoSQL), production hardening, and release checklist. Guided workflow: requirements → architecture → implementation. | Official |
android-native-dev | Android native application development with Material Design 3. Kotlin / Jetpack Compose, adaptive layouts, Gradle configuration, accessibility (WCAG), build troubleshooting, performance optimization, and motion system. | Official |
ios-application-dev | iOS application development guide covering UIKit, SnapKit, and SwiftUI. Touch targets, safe areas, navigation patterns, Dynamic Type, Dark Mode, accessibility, collection views, and Apple HIG compliance. | Official |
flutter-dev | Flutter cross-platform development covering widget patterns, Riverpod/Bloc state management, GoRouter navigation, performance optimization, and testing strategies. | Official |
react-native-dev | React Native and Expo development guide covering components, styling, animations, navigation, state management, forms, networking, performance optimization, testing, native capabilities, and engineering (project structure, deployment, SDK upgrades, CI/CD). | Official |
shader-dev | Comprehensive GLSL shader techniques for creating stunning visual effects — ray marching, SDF modeling, fluid simulation, particle systems, procedural generation, lighting, post-processing, and more. ShaderToy-compatible. | Official |
gif-sticker-maker | Convert photos (people, pets, objects, logos) into 4 animated GIF stickers with captions. Funko Pop / Pop Mart style, powered by MiniMax Image & Video Generation API. | Official |
minimax-pdf | Generate, fill, and reformat PDF documents with a token-based design system. CREATE polished PDFs from scratch (15 cover styles), FILL existing form fields, or REFORMAT documents into a new design. Print-ready output with typography and color derived from document type. | Official |
pptx-generator | Generate, edit, and read PowerPoint presentations. Create from scratch with PptxGenJS (cover, TOC, content, section divider, summary slides), edit existing PPTX via XML workflows, or extract text with markitdown. | Official |
minimax-xlsx | Open, create, read, analyze, edit, or validate Excel/spreadsheet files (.xlsx, .xlsm, .csv, .tsv). Covers creating new xlsx from scratch via XML templates, reading and analyzing with pandas, editing existing files with zero format loss, formula recalculation, validation, and professional financial formatting. | Official |
minimax-docx | Professional DOCX document creation, editing, and formatting using OpenXML SDK (.NET). Three pipelines: create new documents from scratch, fill/edit content in existing documents, or apply template formatting with XSD validation gate-check. | Official |
vision-analysis | Analyze, describe, and extract information from images using vision AI models. Supports describe, OCR, UI mockup review, chart data extraction, and object detection. Powered by MiniMax VL API with OpenAI GPT-4V fallback. | Community |
minimax-multimodal-toolkit | Generate voice, music, video, and image content via MiniMax APIs — the unified entry for MiniMax multimodal use cases. Covers TTS (text-to-speech, voice cloning, voice design, multi-segment), music (songs, instrumentals), video (text-to-video, image-to-video, start-end frame, subject reference, templates, long-form multi-scene), image (text-to-image, image-to-image with character reference), and media processing (convert, concat, trim, extract) via FFmpeg. | Official |
minimax-music-gen | Generate vocal songs, instrumentals, and covers using MiniMax Music API. Two modes: Basic (one-liner in, song out) and Advanced Control (edit lyrics, refine prompt, plan structure). Supports lyrics generation, style vocabulary, streaming playback, and iterative feedback. | Official |
buddy-sings | Let your Claude Code pet (/buddy) sing a personalized song. Interprets the pet’s name and personality into a unique cached vocal identity, auto-gathers context (conversation, memory, git history) for themed lyrics, and generates music via minimax-music-gen. | Official |
minimax-music-playlist | Generate personalized playlists by analyzing your music taste. Builds a taste profile (genre, mood, language, vocal preferences), plans a themed tracklist, generates songs with album cover art, and refines the profile from feedback. | Official |
Installation
Claude Code
claude plugin marketplace add https://github.com/MiniMax-AI/skills
claude plugin install minimax-skills
Cursor
git clone https://github.com/MiniMax-AI/skills.git ~/.cursor/minimax-skills
Add to your Cursor settings — point the skills path to ~/.cursor/minimax-skills/skills/.
For Windows setup and verification, see .cursor-plugin/INSTALL.md.
Codex
git clone https://github.com/MiniMax-AI/skills.git ~/.codex/minimax-skills
mkdir -p ~/.agents/skills
ln -s ~/.codex/minimax-skills/skills ~/.agents/skills/minimax-skills
Restart Codex to discover the skills. See .codex/INSTALL.md for Windows instructions and details.
OpenCode
git clone https://github.com/MiniMax-AI/skills.git ~/.minimax-skills
mkdir -p ~/.config/opencode/skills
ln -s ~/.minimax-skills/skills/* ~/.config/opencode/skills/
Restart OpenCode to discover the skills. See .opencode/INSTALL.md for details.
VS Code
This repository does not currently ship a standalone VS Code extension.
If you use VS Code, the supported approach is to run one of the supported CLI tools inside the integrated terminal:
- Codex
- Claude Code
- OpenCode
If you want native local-skills configuration from this repo, use Cursor and follow .cursor-plugin/INSTALL.md.
Contributing
We welcome contributions! Before submitting a PR, please read:
- CONTRIBUTING.md — PR format, skill structure requirements, and development guidelines
- PR Review Rules — automated validation checks and quality review criteria
You can run the validation script locally before submitting:
python .claude/skills/pr-review/scripts/validate_skills.py
⭐ Star History
Credits
Some skills in this repository are inspired by or derived from work by the open-source community. See CREDITS.md for full acknowledgments.
License
相似文章
@QingQ77: 让 AI Agent 能够通过非破坏性文本编辑方式生成排版精美、信息密度高的中文 PPT https://github.com/GordenSun/GordenPPTSkill… 给 AI Agent 用的 PPT 构建技能,带了 17 …
一个让AI Agent通过非破坏性文本编辑生成精美中文PPT的开源项目,提供17个手工打磨的中文PPTX模板和完整的工具链。
@hank_aibtc: 每次做汇报/路演/答辩都头疼? 排版+动画能占你大半天。 现在好了, Oh My PPT 这个纯本地 AI PPT 神器 直接干掉这些折磨: 输入主题或扔个文档 → AI 自动出大纲+配色+排版 → 对话式修改 → 一键导出 PDF/PP…
Oh My PPT 是一款纯本地运行的 AI 幻灯片生成工具,支持通过文档或主题自动创建演示文稿,并兼容 Ollama 离线运行。
@vintcessun: 今晚发现一个思路清奇的项目:用GPT生成豪华图片格式PPT,再把它“反编译”回可编辑的PPTX。以前AI出PPT要么是模板堆砌要么只能导出图片,这个直接走“生图→解析→拼装”的路径。核心是把PPT图片分解成背景、框架、图标、文本四层,按坐…
一个名为 GordenSuperPPTSkills 的开源项目,利用 GPT 生成豪华图片格式的 PPT,再将其“反编译”为完全可编辑的 PPTX 文件,解决了 AI 生成内容不可编辑的痛点。项目拆分为三个独立技能,支持仅图片生成或仅图片转可编辑,适用于 Codex 环境。
@BTCqzy1: 别再用 AI 生成那些只能看不能改的 PPT 图片了! 以前试过各种 AI 做 PPT,全是图片拼接,改个字就要崩溃重做。 直到刷到这个 GitHub 的硬核神器 ppt-master(23k) 主要有以下亮点: · 输出的是原生 .pp…
介绍了一个名为 ppt-master 的开源工具,可以从 PDF、Word、网页链接等生成原生可编辑的 .pptx 文件,支持动画、语音旁白,本地运行保护数据安全。
@yaohui12138: 最近 guizang 、zarazhangrui 花叔等大佬纷纷开源 PPT Skill,我花了一天测试完了7个ppt skill项目,直接把结论分享给大家: AI 生成 PPT 丑的核心原因,不是 AI 能力不行,是你没给它正确的审美约…
作者评测了7个开源PPT Skill项目,指出AI生成PPT丑的核心原因是缺乏正确的审美约束系统,这些项目通过编译审美规则来提升AI生成PPT的设计质量,并分别介绍了各自的特点和适用场景。