Initial commit with translated description

This commit is contained in:
2026-03-29 13:19:08 +08:00
commit d785f5ad73
5 changed files with 219 additions and 0 deletions

32
SKILL.md Normal file
View File

@@ -0,0 +1,32 @@
---
name: office-document-specialist-suite
description: "用于创建、编辑和分析Microsoft Office文档的高级套件。"
metadata:
{
"openclaw": {
"emoji": "📄",
"requires": {
"bins": ["python3"],
"pip": ["python-docx", "openpyxl", "python-pptx"]
}
}
}
---
# Office Document Specialist Suite
A specialized toolset for professional document manipulation.
## Features
- **Word (.docx)**: Create and edit professional reports, manage styles, and insert tables/images.
- **Excel (.xlsx)**: Data analysis, automated spreadsheet generation, and complex formatting.
- **PowerPoint (.pptx)**: Automated slide deck creation from structured data.
## Usage
Each tool in the suite is designed to be called programmatically by the agent or via the provided CLI scripts.
## Installation
Run the included `setup.sh` to initialize the Python virtual environment and install dependencies.