作者 anthropics
docx skill 可帮助智能体创建、检查、转换和编辑 .docx 文件,提供围绕 pandoc、unpack/repack、批注、修订跟踪以及基于 LibreOffice 的转换等实用工作流。
The best office skill for handling daily documents when paired with an agent.
默认先收起,需要时再展开这个合集的批量安装器并生成命令。
作者 anthropics
docx skill 可帮助智能体创建、检查、转换和编辑 .docx 文件,提供围绕 pandoc、unpack/repack、批注、修订跟踪以及基于 LibreOffice 的转换等实用工作流。
作者 anthropics
使用 pptx skill 读取、创建、编辑、拆分、合并并检查 PowerPoint `.pptx` 文件。它涵盖用 markitdown 提取文本、通过缩略图审阅,以及 unpack/edit/clean/pack 流程和用 PptxGenJS 新建演示文稿。
作者 anthropics
pdf skill 可处理多种 PDF Processing 任务,包括文本提取、合并与拆分、页面渲染为图片,以及 PDF 表单流程。它尤其适合检查可填写字段、提取表单元数据,并通过脚本验证不可填写表单的版式。
作者 anthropics
xlsx skill 适合在交付物必须是电子表格时,让智能体读取、编辑、修复、创建并转换 .xlsx、.xlsm、.csv 和 .tsv 文件。它尤其擅长保留模板的更新、尽量不破坏公式的工作簿编辑、杂乱表格清洗,以及借助仓库脚本完成打包、校验和重算的实用电子表格工作流。
作者 anthropics
internal-comms 技能可帮助撰写公司内部沟通内容,如 3P 更新、新闻简报、FAQ、状态报告和管理层更新,基于 Anthropic skills 仓库中的示例驱动格式来组织内容。
作者 anthropics
doc-coauthoring 提供一套用 AI 协作起草文档的结构化流程,涵盖上下文收集、迭代式大纲设计、分节写作与读者测试,适合产出可评审的 specs、RFCs 和 proposals。
# Anthropic Document Skills Quick Guide for AI Agents Use this guide to choose the right skill fast and avoid using the wrong workflow. ## doc-coauthoring Use `doc-coauthoring` when the task is to collaboratively draft a serious document such as a spec, RFC, proposal, or PRD through context gathering, structured outlining, iterative section writing, and final reader testing. ## internal-comms Use `internal-comms` when the task is to write internal company communication such as updates, newsletters, FAQs, status reports, or leadership messages by following the closest matching example format. ## xlsx Use `xlsx` whenever the task centers on spreadsheets like `.xlsx`, `.xlsm`, `.csv`, or `.tsv`, especially when the agent must preserve workbook structure, use formulas correctly, clean tabular data, or deliver an editable spreadsheet. ## pdf Use `pdf` whenever the task involves PDF files, including reading, extracting, merging, splitting, rendering, OCR, or form-related workflows, instead of treating the PDF as plain text. ## pptx Use `pptx` whenever the task involves PowerPoint files, slides, or presentation decks, especially for creating, editing, reviewing, splitting, merging, or analyzing slide-based content visually. ## docx Use `docx` whenever the task involves Word documents such as creating, editing, converting, validating, or structurally modifying `.docx` files with proper document formatting. --- # Simple Routing Rule - If the user’s main deliverable is a file, use the skill that matches the file type. - If the user’s main goal is to co-write a substantial document, use `doc-coauthoring`. - If the user’s main goal is to write an internal update or announcement, use `internal-comms`. --- # Important Agent Reminder Do not handle file-specific work generically: use the matching skill early, follow its workflow, preserve the original structure or template when needed, and optimize for an editable final deliverable rather than a one-off text response.