Gog
一个面向 Dev Tools 场景的 Agent 技能。原始说明:Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
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.
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.