Files
beaver_project/skills/officebench-mcp/versions/v0001/version.json
steven_li 8aeb97a5fc feat(app): 移除内置agents并添加CORS支持和技能上传优化
移除了agents/registry.json中的所有内置agents配置,将agents数组清空。
为web应用添加了CORS中间件支持,允许指定的前端地址跨域访问。
重构了技能上传功能,增加了LLM重写机制,自动规范化上传的技能格式。
新增了工具名称提取逻辑,从技能正文中自动识别Required Tools段落。
更新了技能学习候选者和草稿的载荷结构,添加评估报告统计信息。
修改了意图路由技能的说明,改进任务状态管理逻辑。
2026-06-12 13:25:20 +08:00

80 lines
3.3 KiB
JSON

{
"change_reason": "Initial OfficeBench MCP skill for evaluation runs",
"content_hash": "54547e8b2b5de5700d57c464a19e941a2cddd6c42af69c91122f8bd4b9c6726c",
"created_at": "2026-05-27T00:00:00.000000+00:00",
"created_by": "codex",
"frontmatter": {
"always": true,
"description": "Guidance for OfficeBench evaluation tasks. Use the registered mcp_officebench_* tools to inspect and edit OfficeBench files, spreadsheets, documents, emails, calendars, PDFs, and answer files.",
"name": "officebench-mcp",
"tools": [
"mcp_officebench_excel_read_file",
"mcp_officebench_excel_set_cell",
"mcp_officebench_excel_delete_cell",
"mcp_officebench_excel_create_new_file",
"mcp_officebench_excel_convert_to_pdf",
"mcp_officebench_word_read_file",
"mcp_officebench_word_write_to_file",
"mcp_officebench_word_create_new_file",
"mcp_officebench_word_convert_to_pdf",
"mcp_officebench_email_list_emails",
"mcp_officebench_email_read_email",
"mcp_officebench_email_send_email",
"mcp_officebench_calendar_create_event",
"mcp_officebench_calendar_list_events",
"mcp_officebench_calendar_delete_event",
"mcp_officebench_pdf_read_file",
"mcp_officebench_pdf_convert_to_word",
"mcp_officebench_pdf_convert_to_image",
"mcp_officebench_ocr_recognize_file",
"mcp_officebench_shell_command",
"mcp_officebench_shell_list_directory",
"mcp_officebench_shell_read_file",
"mcp_officebench_shell_write_file",
"mcp_officebench_shell_copy_file",
"mcp_officebench_system_finish_task",
"mcp_officebench_system_get_status",
"mcp_officebench_image_convert_to_pdf"
]
},
"parent_version": null,
"provenance": {
"source": "officebench_mcp",
"source_kind": "workspace"
},
"review_state": "published",
"skill_name": "officebench-mcp",
"summary": "# Officebench Mcp ## Overview Guidance for OfficeBench evaluation tasks. Use the registered mcp_officebench_* tools to inspect and edit OfficeBench files, spreadsheets, documents, emails, calendars, PDFs, and answer files.",
"summary_hash": "c8702c29954060ae65ca49e5c1a0fbfcd68c40e0522c64d75c7bb3f8c705ee66",
"tool_hints": [
"mcp_officebench_excel_read_file",
"mcp_officebench_excel_set_cell",
"mcp_officebench_excel_delete_cell",
"mcp_officebench_excel_create_new_file",
"mcp_officebench_excel_convert_to_pdf",
"mcp_officebench_word_read_file",
"mcp_officebench_word_write_to_file",
"mcp_officebench_word_create_new_file",
"mcp_officebench_word_convert_to_pdf",
"mcp_officebench_email_list_emails",
"mcp_officebench_email_read_email",
"mcp_officebench_email_send_email",
"mcp_officebench_calendar_create_event",
"mcp_officebench_calendar_list_events",
"mcp_officebench_calendar_delete_event",
"mcp_officebench_pdf_read_file",
"mcp_officebench_pdf_convert_to_word",
"mcp_officebench_pdf_convert_to_image",
"mcp_officebench_ocr_recognize_file",
"mcp_officebench_shell_command",
"mcp_officebench_shell_list_directory",
"mcp_officebench_shell_read_file",
"mcp_officebench_shell_write_file",
"mcp_officebench_shell_copy_file",
"mcp_officebench_system_finish_task",
"mcp_officebench_system_get_status",
"mcp_officebench_image_convert_to_pdf"
],
"version": "v0001"
}