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"] } } }
發現更多技能外掛,請訪問7w4.net。
A specialized toolset for professional document manipulation.
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 模板生成可以用,否則建議尋找功能更完整的替代方案。