用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kkooww77/Resume-Agent --skill office-files命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | office-files |
| description | Skill suite for creating, editing, and analyzing Office files (docx, pdf, pptx, xlsx). |
Entry point for all document processing tasks. Routes to the appropriate sub-skill based on file format.
| Sub-Skill | File Type | Key Capabilities |
|---|---|---|
docx/ | Word (.docx) | Create, edit, tracked changes, comments, text extraction |
pdf/ | PDF (.pdf) | Read, extract text/tables, fill forms, merge/split |
pptx/ | PowerPoint (.pptx) | Create, edit, HTML to slides, speaker notes |
xlsx/ | Excel (.xlsx) | Create, formulas, formatting, data analysis, charts |
Based on file extension or document type mentioned:
| User Mentions | Route to |
|---|---|
| .docx, Word, 文档 | docx/ |
| .pdf, PDF | pdf/ |
| .pptx, PowerPoint, PPT, 幻灯片, 演示文稿 | pptx/ |
| .xlsx, Excel, 表格, 电子表格 | xlsx/ |
[format]/SKILL.md| Task | Typical Flow |
|---|---|
| Convert Word to PDF | docx/ → export as PDF |
| HTML to PowerPoint | pptx/ → use html2pptx |
| Extract data from PDF | pdf/ → text/table extraction |
| Fill PDF form | pdf/ → read forms.md |
| Create presentation from content | pptx/ → create workflow |
| Build financial model | xlsx/ → follow color coding standards |
If user says "create a document" without specifying format: