npx skills add https://www.modelscope.cn/skills/@majiayu000/document-analysis
smithery/yrzhe
document-analysis
分析用户上传的文档(PDF、TXT、Word等),提取?
Installation
npx skills add smithery/yrzhe --skill document-analysis
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybr…
568.2K installsUse this skill any time a .pptx or .potx file is involved in any way — as input, output, or bot…
216.8K installsUse this skill whenever the user wants to do anything with PDF files. This includes reading or …
192.4K installsUse this skill whenever the user wants to create, read, edit, or manipulate Word documents (.do…
184.5K installsUse this skill any time a spreadsheet file is the primary input or output. This means any task …
165K installsAlso in this package
Other skills from smithery/yrzhe.
npx skills add smithery/yrzhe
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,180 B -
docs
SUMMARY.md146 B
History
- First recorded snapshot · 0 installs
SKILL.md
Document Analysis Skill
帮助用户分析和处理上传的文档。
使用场景
- 用户上传了 PDF、TXT、Word 等文档需要总结
- 用户需要提取文档中的关键信息
- 用户需要生成文档的大纲或结构分析
- 用户需要对比多个文档
- 用户需要将文档内容转换为其他格式
执行步骤
- 读取 uploads/ 目录下的用户上传文件
- 分析文档类型和内容结构
- 根据用户需求进行处理:
- 摘要:提取核心观点和结论 - 大纲:列出文档结构和主要章节 - 详细分析:深入分析内容并提供见解
- 将分析结果保存到 analysis/ 文件夹
- 向用户发送分析结果
输出格式
- 摘要:简洁的要点列表
- 大纲:层次化的结构列表
- 分析报告:包含背景、主要内容、关键发现、结论
文件组织
- 原始文件:保持在 uploads/ 或移动到 documents/
- 分析报告:保存到 analysis/[文档名]/
- 提取的数据:保存到 data/