# Claude Office Skills — Docs/PDF/Sheets Skill Set > A curated repo of office-focused skills (docs, PDF, spreadsheets) and an Office MCP server; copy skills into Claude Code to standardize document workflows. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: # Claude Office Skills — Docs/PDF/Sheets Skill Set > A curated repo of office-focused skills (docs, PDF, spreadsheets) and an Office MCP server; copy skills into Claude Code to standardize document workflows. ## Quick Use 1. Install: ```bash git clone https://github.com/claude-office-skills/skills.git ``` 2. Run: ```bash mkdir -p ~/.config/claude-code/skills && cp -r skills/contract-review ~/.config/claude-code/skills/ ``` 3. Verify: - Start Claude Code and confirm the new skill folder is detected/usable in a document-related task. --- ## Intro A curated repo of office-focused skills (docs, PDF, spreadsheets) and an Office MCP server; copy skills into Claude Code to standardize document workflows. - **Best for:** ops and enablement teams who want repeatable document handling (review, conversion, summaries) in agent workflows - **Works with:** Claude Code skills directory install and MCP server examples (per repo docs) - **Setup time:** 11 minutes ### Quantitative Notes - Repo is organized as many skill folders + an Office MCP server (repo docs) - GitHub stars + forks (verified): see Source & Thanks - Setup time ~11 minutes (clone + copy one skill folder) --- ## Practical Notes The practical value is **workflow standardization**: the agent follows a fixed checklist for the same class of documents. To keep it safe, start with read-only tasks (summaries, extraction), then add write/edit workflows only after you trust the outputs. **Safety note:** Document automation can leak sensitive data. Use redacted samples and keep audit trails for generated outputs. ### FAQ **Q: Is this only for office docs?** A: Mostly. It focuses on business workflows, but many skills are useful for general document automation. **Q: Do I need the MCP server?** A: Not necessarily. You can start by copying individual skill folders into your agent’s skills directory. **Q: What’s a good first skill?** A: Start with one simple workflow like contract review or meeting notes, then expand. --- ## Source & Thanks > GitHub: https://github.com/claude-office-skills/skills > Owner avatar: https://avatars.githubusercontent.com/u/258027507?v=4 > License (SPDX): MIT > GitHub stars (verified via `api.github.com/repos/claude-office-skills/skills`): 110 > GitHub forks (verified via `api.github.com/repos/claude-office-skills/skills`): 27 --- # Claude Office Skills——文档/PDF/表格技能集 > 一个面向办公的技能仓库(文档/PDF/表格等),并包含 Office MCP server 示例;把技能复制到 Claude Code,可把文档处理流程标准化并重复复用,提升交付一致性,并便于协作。 ## 快速使用 1. 安装: ```bash git clone https://github.com/claude-office-skills/skills.git ``` 2. 运行: ```bash mkdir -p ~/.config/claude-code/skills && cp -r skills/contract-review ~/.config/claude-code/skills/ ``` 3. 验证: - Start Claude Code and confirm the new skill folder is detected/usable in a document-related task. --- ## 简介 一个面向办公的技能仓库(文档/PDF/表格等),并包含 Office MCP server 示例;把技能复制到 Claude Code,可把文档处理流程标准化并重复复用,提升交付一致性,并便于协作。 - **适合谁(Best for):** 运营/赋能团队,希望把文档处理(审核/转换/总结)沉淀为可复用的 agent 工作流 - **兼容工具(Works with):** Claude Code 技能目录安装方式,以及 MCP server 示例(仓库说明) - **安装时间(Setup time):** 11 分钟 ### 量化信息 - 仓库以多个 skill 目录 + Office MCP server 组织(仓库说明) - GitHub stars + forks(已核验):见「来源与感谢」 - 装好约 11 分钟(clone + 复制一个 skill 目录) --- ## 实战要点 它的价值在于「流程标准化」:同类文档让 agent 按固定 checklist 处理。安全起见,建议先从只读任务开始(总结/抽取),确认可靠后再上写入/编辑类流程。 **安全提示:** 文档自动化容易触碰敏感信息。建议用脱敏样例先跑通,并为生成结果保留审计记录。 ### FAQ **Q: 只适用于办公文档吗?** A: 主要面向业务/办公场景,但其中不少技能也可用于通用文档自动化。 **Q: 一定要跑 MCP server 吗?** A: 不一定。你可以先只复制单个 skill 目录到 skills 目录里使用。 **Q: 先从哪个技能开始?** A: 建议从合同审阅或会议纪要这类简单流程入手,跑通后再扩展。 --- ## 来源与感谢 > GitHub:https://github.com/claude-office-skills/skills > Owner avatar:https://avatars.githubusercontent.com/u/258027507?v=4 > 许可证(SPDX):MIT > GitHub stars(已通过 `api.github.com/repos/claude-office-skills/skills` 核验):110 > GitHub forks(已通过 `api.github.com/repos/claude-office-skills/skills` 核验):27 --- Source: https://tokrepo.com/en/workflows/claude-office-skills-docs-pdf-sheets-skill-set Author: Skill Factory