[{"data":1,"prerenderedAt":616},["ShallowReactive",2],{"article-100-adjust-paper-format-with-docx-mcp":3},{"id":4,"title":5,"slug":6,"contentMarkdown":7,"coverImage":8,"category":9,"tags":10,"aiSummary":14,"createdAt":15,"updatedAt":16,"_mdcAst":17,"_mdcToc":609},100,"使用DOCX-MCP调整论文格式，解放双手","adjust-paper-format-with-docx-mcp","最近要写毕业论文了，必须要照着学校提供的格式规范来，除了中文论文之外博主还得再写一份英文论文，但是**降查重+降AIgc**真给我整累了，可以说是耗尽了我的所有精力，搞得我实在是懒得再折腾论文的格式。\n\n刚好论文靠AI写完了，我就开始寻找有什么MCP工具能操作WORD文档，省的我自己动手照着规范要求慢慢改，于是就在魔塔社区试了几个MCP工具\n\n\n```\nDOCX-MCP\n\nOffice-Word-MCP-Server\n\nWord-Mcp-Live\n```\n\n\n最后选了DOCX-MCP，因为这个配置起来简单。\n\n**说实话这种高度重复化，浪费时间的工作最适合扔给 AI 做了。**\n\n### 规范要求示例\n\n> 中文摘要，200—300字，用小四号宋体，行距为固定值22磅(操作：格式→段落→行距－固定值－设置值22磅)。字间距：加宽0.5磅(操作：格式－字体－字符间距－间距－加宽－磅值0.5)。\n\n>英文摘要内容与中文摘要基本对应，以250个左右实词为宜。英文摘要应使用第三人称，用现在时态编写。如果须强调过去已完成的工作，可采用过去和现在完成时，并尽可能采用被动语态。采用的字体为小四号，Times News Roman，行距为固定值22磅。字间距：加宽0.5磅(操作：格式－字体－字符间距－间距－加宽－磅值0.5)。摘要的下方空两行，注明本文的关键词(3—5个)。关键词之间用分号隔开，末尾不加符号。\n\n> 正文文字：宋体小四号，行间距22磅，字间距加宽0.5磅。\n\n说实话这么一大段接着一大段的要求就和做阅读理解一样，最重要的是一个字都不能看漏，否则就要打回重改，差点给我整红温了。\n\n### DOCX-MCP配置\n\n详情参考:[魔塔社区DOCX-MCP](https://www.modelscope.cn/mcp/servers/rockcj/Docx_MCP)\n\n**总之就是三步走：**\n\n\n\n::steps{current=\"2\" status=\"process\" showControls clickable}\n---\nsteps:\n  - title: \"第一步\"\n    description: \"本地安装\"\n  - title: \"第二步\"\n    description: \"本地启动\"\n  - title: \"第三步\"\n    description: \"配置Agent\"\n---\n::\n\n\n先本地安装：\n\n```bash\npip install docx-mcp\n```\n\n然后尝试启动：\n\n```bash\n# 启动 MCP 服务器\ndocx-mcp\n\n# 或使用 uvx（无需安装）\nuvx docx-mcp\n```\n\n最后配置到AGENT（以CC为例）：\n\n```json\n{\n  \"mcpServers\": {\n    \"docx-mcp\": {\n      \"command\": \"uvx\",\n      \"args\": [\"docx-mcp\"]\n    }\n  }\n}\n```\n\n### 注意点\n\n本地安装结束之后一定要在本地命令行尝试启动`DOCX-MCP`，否则启动Agent CLI大概率会出现 MCP 请求超时。\n\n因为`DOCX-MCP`第一次启动需要配置很多依赖：\n\n```bash\nastmcp, mcp, Pillow, pydantic, python-docx, requests, typing-extensions\n```\n如果没有开VPN或是配置国内镜像源的话需要很长时间，大概率会使得Agent请求链接超时。\n\n### 尝试调用 Agent 进行操作\n\n由于CC的Token价格太贵了，我最终选择了Codex进行操作，现在DSV4出来了，以后可以考虑配置CC+DSV4节约自动化成本。\n\n首先是询问`DOCX-MCP`是否可及，如下图所示。\n\n\n::image-enhanced{src=\"https://cfimg.wasd09090030.top/file/Study/1779256538408_尝试调用.webp\" caption=\"尝试调用MCP，但是Tools明显不全\" zoomable shadow rounded}\n::\n\n接着请Agent读取提供的docx文档的信息。\n\n\n::image-enhanced{src=\"https://cfimg.wasd09090030.top/file/Study/1779256538241_读取文档信息.webp\" caption=\"获取文档的基础信息\" zoomable shadow rounded}\n::\n\n\n可调用的工具明显少了，应该是MCP router的问题，所有的MCP tools统一暴露出来导致的AI遗漏了部分MCP tools，这个问题在MCProuter配置了多个MCP之后就很严重。\n\n\n::image-enhanced{src=\"https://cfimg.wasd09090030.top/file/Study/1779256529808_可达的Tools.webp\" caption=\"询问Agent可达的Tools\" zoomable shadow rounded}\n::\n\n\n\n这时候需要自行的提供文档，Agent才能正常的调用被遗漏的Tools，\n\n\n::image-enhanced{src=\"https://cfimg.wasd09090030.top/file/Study/1779256536638_提供Tools截图.webp\" caption=\"Agent更新了Tools\" zoomable shadow rounded}\n::\n\n\n\n但是我又不可能每次都提供这些Tools对应的说明，这时候就需要Skills，我们直接选择创建Skills。\n\n\n::image-enhanced{src=\"https://cfimg.wasd09090030.top/file/Study/1779256533648_skills创建好了.webp\" caption=\"根据提供的Tools创建Skills\" zoomable shadow rounded}\n::\n\n之后提供该MCP的所有Tools文档（也可以使用Context7获取文档或是提供网页供Agent抓取），创建好了之后尝试调用一些功能，如果功能全部正常，那么以后的docx全都可以让给Agent操作了。\n\n### 总结\n正式解放双手！\n\n减少重复的无意义的工作并不意味你是懒人，花费大量时间做这种工作也不会让你进步。\n\n没必要愧疚，AI时代就得大胆用。","https://cfimg.wasd09090030.top/file/gallery/1778772287719_20260102_225334.webp","study",[11,12,13],"教程","DOCX-MCP","Agent","本文介绍如何使用DOCX-MCP工具自动调整论文格式，解放双手。作者在撰写毕业论文时，面对学校复杂的格式规范（如中文摘要宋体小四号、行距22磅、字间距加宽0.5磅等），感到疲惫。通过魔塔社区找到DOCX-MCP，配置简单，只需三步：本地安装、启动、配置到Agent。注意首次启动需等待依赖安装。在Agent调用时，发现部分工具遗漏，需手动提供文档或创建Skills。最终成功实现自动化格式调整，强调减少重复工作并非懒惰，AI时代应大胆使用工具。","2026-05-20T05:46:58.1014451","2026-05-20T06:39:44.741587",{"data":18,"body":21,"toc":609},{"title":19,"description":20},"","最近要写毕业论文了，必须要照着学校提供的格式规范来，除了中文论文之外博主还得再写一份英文论文，但是降查重+降AIgc真给我整累了，可以说是耗尽了我的所有精力，搞得我实在是懒得再折腾论文的格式。",{"type":22,"children":23},"root",[24,40,45,57,62,70,76,85,93,101,106,112,126,134,142,147,179,184,241,246,430,435,447,459,504,509,515,520,532,538,543,548,553,558,563,568,573,578,583,588,593,598,603],{"type":25,"tag":26,"props":27,"children":28},"element","p",{},[29,32,38],{"type":30,"value":31},"text","最近要写毕业论文了，必须要照着学校提供的格式规范来，除了中文论文之外博主还得再写一份英文论文，但是",{"type":25,"tag":33,"props":34,"children":35},"strong",{},[36],{"type":30,"value":37},"降查重+降AIgc",{"type":30,"value":39},"真给我整累了，可以说是耗尽了我的所有精力，搞得我实在是懒得再折腾论文的格式。",{"type":25,"tag":26,"props":41,"children":42},{},[43],{"type":30,"value":44},"刚好论文靠AI写完了，我就开始寻找有什么MCP工具能操作WORD文档，省的我自己动手照着规范要求慢慢改，于是就在魔塔社区试了几个MCP工具",{"type":25,"tag":46,"props":47,"children":51},"pre",{"className":48,"code":50,"language":30},[49],"language-text","DOCX-MCP\n\nOffice-Word-MCP-Server\n\nWord-Mcp-Live\n",[52],{"type":25,"tag":53,"props":54,"children":55},"code",{"__ignoreMap":19},[56],{"type":30,"value":50},{"type":25,"tag":26,"props":58,"children":59},{},[60],{"type":30,"value":61},"最后选了DOCX-MCP，因为这个配置起来简单。",{"type":25,"tag":26,"props":63,"children":64},{},[65],{"type":25,"tag":33,"props":66,"children":67},{},[68],{"type":30,"value":69},"说实话这种高度重复化，浪费时间的工作最适合扔给 AI 做了。",{"type":25,"tag":71,"props":72,"children":74},"h3",{"id":73},"规范要求示例",[75],{"type":30,"value":73},{"type":25,"tag":77,"props":78,"children":79},"blockquote",{},[80],{"type":25,"tag":26,"props":81,"children":82},{},[83],{"type":30,"value":84},"中文摘要，200—300字，用小四号宋体，行距为固定值22磅(操作：格式→段落→行距－固定值－设置值22磅)。字间距：加宽0.5磅(操作：格式－字体－字符间距－间距－加宽－磅值0.5)。",{"type":25,"tag":77,"props":86,"children":87},{},[88],{"type":25,"tag":26,"props":89,"children":90},{},[91],{"type":30,"value":92},"英文摘要内容与中文摘要基本对应，以250个左右实词为宜。英文摘要应使用第三人称，用现在时态编写。如果须强调过去已完成的工作，可采用过去和现在完成时，并尽可能采用被动语态。采用的字体为小四号，Times News Roman，行距为固定值22磅。字间距：加宽0.5磅(操作：格式－字体－字符间距－间距－加宽－磅值0.5)。摘要的下方空两行，注明本文的关键词(3—5个)。关键词之间用分号隔开，末尾不加符号。",{"type":25,"tag":77,"props":94,"children":95},{},[96],{"type":25,"tag":26,"props":97,"children":98},{},[99],{"type":30,"value":100},"正文文字：宋体小四号，行间距22磅，字间距加宽0.5磅。",{"type":25,"tag":26,"props":102,"children":103},{},[104],{"type":30,"value":105},"说实话这么一大段接着一大段的要求就和做阅读理解一样，最重要的是一个字都不能看漏，否则就要打回重改，差点给我整红温了。",{"type":25,"tag":71,"props":107,"children":109},{"id":108},"docx-mcp配置",[110],{"type":30,"value":111},"DOCX-MCP配置",{"type":25,"tag":26,"props":113,"children":114},{},[115,117],{"type":30,"value":116},"详情参考:",{"type":25,"tag":118,"props":119,"children":123},"a",{"href":120,"rel":121},"https://www.modelscope.cn/mcp/servers/rockcj/Docx_MCP",[122],"nofollow",[124],{"type":30,"value":125},"魔塔社区DOCX-MCP",{"type":25,"tag":26,"props":127,"children":128},{},[129],{"type":25,"tag":33,"props":130,"children":131},{},[132],{"type":30,"value":133},"总之就是三步走：",{"type":25,"tag":135,"props":136,"children":141},"steps",{":clickable":137,":show-controls":137,":steps":138,"clickable":19,"current":139,"show-controls":19,"status":140},"true","[{\"title\":\"第一步\",\"description\":\"本地安装\"},{\"title\":\"第二步\",\"description\":\"本地启动\"},{\"title\":\"第三步\",\"description\":\"配置Agent\"}]","2","process",[],{"type":25,"tag":26,"props":143,"children":144},{},[145],{"type":30,"value":146},"先本地安装：",{"type":25,"tag":46,"props":148,"children":152},{"className":149,"code":150,"language":151,"meta":19,"style":19},"language-bash shiki shiki-themes material-theme-darker one-dark-pro","pip install docx-mcp\n","bash",[153],{"type":25,"tag":53,"props":154,"children":155},{"__ignoreMap":19},[156],{"type":25,"tag":157,"props":158,"children":161},"span",{"class":159,"line":160},"line",1,[162,168,174],{"type":25,"tag":157,"props":163,"children":165},{"style":164},"--shiki-default:#FFCB6B;--shiki-dark:#61AFEF",[166],{"type":30,"value":167},"pip",{"type":25,"tag":157,"props":169,"children":171},{"style":170},"--shiki-default:#C3E88D;--shiki-dark:#98C379",[172],{"type":30,"value":173}," install",{"type":25,"tag":157,"props":175,"children":176},{"style":170},[177],{"type":30,"value":178}," docx-mcp\n",{"type":25,"tag":26,"props":180,"children":181},{},[182],{"type":30,"value":183},"然后尝试启动：",{"type":25,"tag":46,"props":185,"children":187},{"className":149,"code":186,"language":151,"meta":19,"style":19},"# 启动 MCP 服务器\ndocx-mcp\n\n# 或使用 uvx（无需安装）\nuvx docx-mcp\n",[188],{"type":25,"tag":53,"props":189,"children":190},{"__ignoreMap":19},[191,200,209,219,228],{"type":25,"tag":157,"props":192,"children":193},{"class":159,"line":160},[194],{"type":25,"tag":157,"props":195,"children":197},{"style":196},"--shiki-default:#545454;--shiki-default-font-style:italic;--shiki-dark:#7F848E;--shiki-dark-font-style:italic",[198],{"type":30,"value":199},"# 启动 MCP 服务器\n",{"type":25,"tag":157,"props":201,"children":203},{"class":159,"line":202},2,[204],{"type":25,"tag":157,"props":205,"children":206},{"style":164},[207],{"type":30,"value":208},"docx-mcp\n",{"type":25,"tag":157,"props":210,"children":212},{"class":159,"line":211},3,[213],{"type":25,"tag":157,"props":214,"children":216},{"emptyLinePlaceholder":215},true,[217],{"type":30,"value":218},"\n",{"type":25,"tag":157,"props":220,"children":222},{"class":159,"line":221},4,[223],{"type":25,"tag":157,"props":224,"children":225},{"style":196},[226],{"type":30,"value":227},"# 或使用 uvx（无需安装）\n",{"type":25,"tag":157,"props":229,"children":231},{"class":159,"line":230},5,[232,237],{"type":25,"tag":157,"props":233,"children":234},{"style":164},[235],{"type":30,"value":236},"uvx",{"type":25,"tag":157,"props":238,"children":239},{"style":170},[240],{"type":30,"value":178},{"type":25,"tag":26,"props":242,"children":243},{},[244],{"type":30,"value":245},"最后配置到AGENT（以CC为例）：",{"type":25,"tag":46,"props":247,"children":251},{"className":248,"code":249,"language":250,"meta":19,"style":19},"language-json shiki shiki-themes material-theme-darker one-dark-pro","{\n  \"mcpServers\": {\n    \"docx-mcp\": {\n      \"command\": \"uvx\",\n      \"args\": [\"docx-mcp\"]\n    }\n  }\n}\n","json",[252],{"type":25,"tag":53,"props":253,"children":254},{"__ignoreMap":19},[255,264,294,320,361,403,412,421],{"type":25,"tag":157,"props":256,"children":257},{"class":159,"line":160},[258],{"type":25,"tag":157,"props":259,"children":261},{"style":260},"--shiki-default:#89DDFF;--shiki-dark:#ABB2BF",[262],{"type":30,"value":263},"{\n",{"type":25,"tag":157,"props":265,"children":266},{"class":159,"line":202},[267,273,279,284,289],{"type":25,"tag":157,"props":268,"children":270},{"style":269},"--shiki-default:#89DDFF;--shiki-dark:#E06C75",[271],{"type":30,"value":272},"  \"",{"type":25,"tag":157,"props":274,"children":276},{"style":275},"--shiki-default:#C792EA;--shiki-dark:#E06C75",[277],{"type":30,"value":278},"mcpServers",{"type":25,"tag":157,"props":280,"children":281},{"style":269},[282],{"type":30,"value":283},"\"",{"type":25,"tag":157,"props":285,"children":286},{"style":260},[287],{"type":30,"value":288},":",{"type":25,"tag":157,"props":290,"children":291},{"style":260},[292],{"type":30,"value":293}," {\n",{"type":25,"tag":157,"props":295,"children":296},{"class":159,"line":211},[297,302,308,312,316],{"type":25,"tag":157,"props":298,"children":299},{"style":269},[300],{"type":30,"value":301},"    \"",{"type":25,"tag":157,"props":303,"children":305},{"style":304},"--shiki-default:#FFCB6B;--shiki-dark:#E06C75",[306],{"type":30,"value":307},"docx-mcp",{"type":25,"tag":157,"props":309,"children":310},{"style":269},[311],{"type":30,"value":283},{"type":25,"tag":157,"props":313,"children":314},{"style":260},[315],{"type":30,"value":288},{"type":25,"tag":157,"props":317,"children":318},{"style":260},[319],{"type":30,"value":293},{"type":25,"tag":157,"props":321,"children":322},{"class":159,"line":221},[323,328,334,338,342,348,352,356],{"type":25,"tag":157,"props":324,"children":325},{"style":269},[326],{"type":30,"value":327},"      \"",{"type":25,"tag":157,"props":329,"children":331},{"style":330},"--shiki-default:#F78C6C;--shiki-dark:#E06C75",[332],{"type":30,"value":333},"command",{"type":25,"tag":157,"props":335,"children":336},{"style":269},[337],{"type":30,"value":283},{"type":25,"tag":157,"props":339,"children":340},{"style":260},[341],{"type":30,"value":288},{"type":25,"tag":157,"props":343,"children":345},{"style":344},"--shiki-default:#89DDFF;--shiki-dark:#98C379",[346],{"type":30,"value":347}," \"",{"type":25,"tag":157,"props":349,"children":350},{"style":170},[351],{"type":30,"value":236},{"type":25,"tag":157,"props":353,"children":354},{"style":344},[355],{"type":30,"value":283},{"type":25,"tag":157,"props":357,"children":358},{"style":260},[359],{"type":30,"value":360},",\n",{"type":25,"tag":157,"props":362,"children":363},{"class":159,"line":230},[364,368,373,377,381,386,390,394,398],{"type":25,"tag":157,"props":365,"children":366},{"style":269},[367],{"type":30,"value":327},{"type":25,"tag":157,"props":369,"children":370},{"style":330},[371],{"type":30,"value":372},"args",{"type":25,"tag":157,"props":374,"children":375},{"style":269},[376],{"type":30,"value":283},{"type":25,"tag":157,"props":378,"children":379},{"style":260},[380],{"type":30,"value":288},{"type":25,"tag":157,"props":382,"children":383},{"style":260},[384],{"type":30,"value":385}," [",{"type":25,"tag":157,"props":387,"children":388},{"style":344},[389],{"type":30,"value":283},{"type":25,"tag":157,"props":391,"children":392},{"style":170},[393],{"type":30,"value":307},{"type":25,"tag":157,"props":395,"children":396},{"style":344},[397],{"type":30,"value":283},{"type":25,"tag":157,"props":399,"children":400},{"style":260},[401],{"type":30,"value":402},"]\n",{"type":25,"tag":157,"props":404,"children":406},{"class":159,"line":405},6,[407],{"type":25,"tag":157,"props":408,"children":409},{"style":260},[410],{"type":30,"value":411},"    }\n",{"type":25,"tag":157,"props":413,"children":415},{"class":159,"line":414},7,[416],{"type":25,"tag":157,"props":417,"children":418},{"style":260},[419],{"type":30,"value":420},"  }\n",{"type":25,"tag":157,"props":422,"children":424},{"class":159,"line":423},8,[425],{"type":25,"tag":157,"props":426,"children":427},{"style":260},[428],{"type":30,"value":429},"}\n",{"type":25,"tag":71,"props":431,"children":433},{"id":432},"注意点",[434],{"type":30,"value":432},{"type":25,"tag":26,"props":436,"children":437},{},[438,440,445],{"type":30,"value":439},"本地安装结束之后一定要在本地命令行尝试启动",{"type":25,"tag":53,"props":441,"children":443},{"className":442},[],[444],{"type":30,"value":12},{"type":30,"value":446},"，否则启动Agent CLI大概率会出现 MCP 请求超时。",{"type":25,"tag":26,"props":448,"children":449},{},[450,452,457],{"type":30,"value":451},"因为",{"type":25,"tag":53,"props":453,"children":455},{"className":454},[],[456],{"type":30,"value":12},{"type":30,"value":458},"第一次启动需要配置很多依赖：",{"type":25,"tag":46,"props":460,"children":462},{"className":149,"code":461,"language":151,"meta":19,"style":19},"astmcp, mcp, Pillow, pydantic, python-docx, requests, typing-extensions\n",[463],{"type":25,"tag":53,"props":464,"children":465},{"__ignoreMap":19},[466],{"type":25,"tag":157,"props":467,"children":468},{"class":159,"line":160},[469,474,479,484,489,494,499],{"type":25,"tag":157,"props":470,"children":471},{"style":164},[472],{"type":30,"value":473},"astmcp,",{"type":25,"tag":157,"props":475,"children":476},{"style":170},[477],{"type":30,"value":478}," mcp,",{"type":25,"tag":157,"props":480,"children":481},{"style":170},[482],{"type":30,"value":483}," Pillow,",{"type":25,"tag":157,"props":485,"children":486},{"style":170},[487],{"type":30,"value":488}," pydantic,",{"type":25,"tag":157,"props":490,"children":491},{"style":170},[492],{"type":30,"value":493}," python-docx,",{"type":25,"tag":157,"props":495,"children":496},{"style":170},[497],{"type":30,"value":498}," requests,",{"type":25,"tag":157,"props":500,"children":501},{"style":170},[502],{"type":30,"value":503}," typing-extensions\n",{"type":25,"tag":26,"props":505,"children":506},{},[507],{"type":30,"value":508},"如果没有开VPN或是配置国内镜像源的话需要很长时间，大概率会使得Agent请求链接超时。",{"type":25,"tag":71,"props":510,"children":512},{"id":511},"尝试调用-agent-进行操作",[513],{"type":30,"value":514},"尝试调用 Agent 进行操作",{"type":25,"tag":26,"props":516,"children":517},{},[518],{"type":30,"value":519},"由于CC的Token价格太贵了，我最终选择了Codex进行操作，现在DSV4出来了，以后可以考虑配置CC+DSV4节约自动化成本。",{"type":25,"tag":26,"props":521,"children":522},{},[523,525,530],{"type":30,"value":524},"首先是询问",{"type":25,"tag":53,"props":526,"children":528},{"className":527},[],[529],{"type":30,"value":12},{"type":30,"value":531},"是否可及，如下图所示。",{"type":25,"tag":533,"props":534,"children":537},"image-enhanced",{":rounded":137,":shadow":137,":zoomable":137,"caption":535,"rounded":19,"shadow":19,"src":536,"zoomable":19},"尝试调用MCP，但是Tools明显不全","https://cfimg.wasd09090030.top/file/Study/1779256538408_尝试调用.webp",[],{"type":25,"tag":26,"props":539,"children":540},{},[541],{"type":30,"value":542},"接着请Agent读取提供的docx文档的信息。",{"type":25,"tag":533,"props":544,"children":547},{":rounded":137,":shadow":137,":zoomable":137,"caption":545,"rounded":19,"shadow":19,"src":546,"zoomable":19},"获取文档的基础信息","https://cfimg.wasd09090030.top/file/Study/1779256538241_读取文档信息.webp",[],{"type":25,"tag":26,"props":549,"children":550},{},[551],{"type":30,"value":552},"可调用的工具明显少了，应该是MCP router的问题，所有的MCP tools统一暴露出来导致的AI遗漏了部分MCP tools，这个问题在MCProuter配置了多个MCP之后就很严重。",{"type":25,"tag":533,"props":554,"children":557},{":rounded":137,":shadow":137,":zoomable":137,"caption":555,"rounded":19,"shadow":19,"src":556,"zoomable":19},"询问Agent可达的Tools","https://cfimg.wasd09090030.top/file/Study/1779256529808_可达的Tools.webp",[],{"type":25,"tag":26,"props":559,"children":560},{},[561],{"type":30,"value":562},"这时候需要自行的提供文档，Agent才能正常的调用被遗漏的Tools，",{"type":25,"tag":533,"props":564,"children":567},{":rounded":137,":shadow":137,":zoomable":137,"caption":565,"rounded":19,"shadow":19,"src":566,"zoomable":19},"Agent更新了Tools","https://cfimg.wasd09090030.top/file/Study/1779256536638_提供Tools截图.webp",[],{"type":25,"tag":26,"props":569,"children":570},{},[571],{"type":30,"value":572},"但是我又不可能每次都提供这些Tools对应的说明，这时候就需要Skills，我们直接选择创建Skills。",{"type":25,"tag":533,"props":574,"children":577},{":rounded":137,":shadow":137,":zoomable":137,"caption":575,"rounded":19,"shadow":19,"src":576,"zoomable":19},"根据提供的Tools创建Skills","https://cfimg.wasd09090030.top/file/Study/1779256533648_skills创建好了.webp",[],{"type":25,"tag":26,"props":579,"children":580},{},[581],{"type":30,"value":582},"之后提供该MCP的所有Tools文档（也可以使用Context7获取文档或是提供网页供Agent抓取），创建好了之后尝试调用一些功能，如果功能全部正常，那么以后的docx全都可以让给Agent操作了。",{"type":25,"tag":71,"props":584,"children":586},{"id":585},"总结",[587],{"type":30,"value":585},{"type":25,"tag":26,"props":589,"children":590},{},[591],{"type":30,"value":592},"正式解放双手！",{"type":25,"tag":26,"props":594,"children":595},{},[596],{"type":30,"value":597},"减少重复的无意义的工作并不意味你是懒人，花费大量时间做这种工作也不会让你进步。",{"type":25,"tag":26,"props":599,"children":600},{},[601],{"type":30,"value":602},"没必要愧疚，AI时代就得大胆用。",{"type":25,"tag":604,"props":605,"children":606},"style",{},[607],{"type":30,"value":608},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":19,"searchDepth":221,"depth":221,"links":610},[611,612,613,614,615],{"id":73,"depth":211,"text":73},{"id":108,"depth":211,"text":111},{"id":432,"depth":211,"text":432},{"id":511,"depth":211,"text":514},{"id":585,"depth":211,"text":585},1779259431186]