with one click
office-assistant
文员办公助手 - 文档处理、表格操作、格式转换、内容整理等
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
文员办公助手 - 文档处理、表格操作、格式转换、内容整理等
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
浏览器自动化操作 - 打开网页、截图、提取内容、填表等
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
打开浏览器访问网页
文件读写操作,支持创建、读取、写入、删除文件
Process, optimize, and manage images with web optimization, color management, platform specs, and e-commerce standards.
Create SVG images and convert them to PNG without external graphics libraries. Use when you need to generate custom illustrations, avatars, or artwork (e.g., "draw a dragon", "create an avatar", "make a logo") or convert SVG files to PNG format. This skill works by writing SVG text directly (no PIL/ImageMagick required) and uses system rsvg-convert for PNG conversion.
| name | office-assistant |
| description | 文员办公助手 - 文档处理、表格操作、格式转换、内容整理等 |
| version | 1.0.0 |
| author | Baize Team |
| capabilities | ["document-processing","text-formatting","table-generation","content-summary","template-filling"] |
| risk_level | low |
| when_to_use | 当用户需要处理文档、整理内容、生成表格、格式转换、写报告、做总结等办公任务时使用 |
| input_schema | {"type":"object","properties":{"action":{"type":"string","description":"要执行的操作","enum":["summarize","format","table","template","convert","extract","organize","report"]},"content":{"type":"string","description":"要处理的内容"},"format":{"type":"string","description":"目标格式 (markdown, html, json, csv)"},"template":{"type":"string","description":"模板名称或内容"},"data":{"type":"object","description":"模板填充数据"},"options":{"type":"object","description":"其他选项"}},"required":["action"]} |
| output_schema | {"type":"object","properties":{"success":{"type":"boolean"},"data":{"type":"object"},"message":{"type":"string"}}} |
| examples | [{"input":{"action":"summarize","content":"长文本内容..."},"output":{"success":true,"message":"已生成摘要","data":{"summary":"摘要内容..."}}},{"input":{"action":"table","content":"销售数据..."},"output":{"success":true,"message":"已生成表格"}}] |
这个技能提供各种办公自动化功能,帮助处理日常文员工作。
summarize - 内容摘要
format - 格式化文本
table - 生成表格
template - 模板填充
convert - 格式转换
extract - 提取信息
organize - 整理内容
report - 生成报告
# 生成摘要
baize chat "帮我总结这段文字:..."
# 生成表格
baize chat "把这些数据做成表格:张三 90分,李四 85分"
# 格式转换
baize chat "把这段内容转成Markdown格式"
# 生成报告
baize chat "根据这些数据写一份周报"