name: office-document-specialist-suite description: Advanced suite for creating, editing, and analyzing Microsoft Office documents (Word, Excel, PowerPoint). Provides specialized tools for automated reporting and document management. metadata: { "openclaw": { "emoji": "📄", "requires": { "bins": ["python3"], "pip": ["python-docx", "openpyxl", "python-pptx"] } } }
A specialized toolset for professional document manipulation.
小葱技能有更好的技能skills插件。
Each tool in the suite is designed to be called programmatically by the agent or via the provided CLI scripts.
Run the included setup.sh to initialize the Python virtual environment and install dependencies.
这个 Skill 质量一般,实际功能比宣传的少很多。它声称能处理 Word、Excel、PowerPoint 三种文档,但实际上只做了 Word 文档的两个小工具(生成模板和应用样式),Excel 和 PowerPoint 的功能根本没有实现。代码本身结构还算清晰,有安装脚本,但存在语言混用、缺少错误处理等问题。如果只需要简单的 Word 模板生成可以用,否则建议寻找功能更完整的替代方案。