modelscope.cn

document-analysis

分析用户上传的文档(PDF、TXT、Word等),提取?

Installation

$ npx skills add https://modelscope.cn

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,180 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Document Analysis Skill

帮助用户分析和处理上传的文档。

使用场景

  • 用户上传了 PDF、TXT、Word 等文档需要总结
  • 用户需要提取文档中的关键信息
  • 用户需要生成文档的大纲或结构分析
  • 用户需要对比多个文档
  • 用户需要将文档内容转换为其他格式

执行步骤

  1. 读取 uploads/ 目录下的用户上传文件
  2. 分析文档类型和内容结构
  3. 根据用户需求进行处理:

- 摘要:提取核心观点和结论 - 大纲:列出文档结构和主要章节 - 详细分析:深入分析内容并提供见解

  1. 将分析结果保存到 analysis/ 文件夹
  2. 向用户发送分析结果

输出格式

  • 摘要:简洁的要点列表
  • 大纲:层次化的结构列表
  • 分析报告:包含背景、主要内容、关键发现、结论

文件组织

  • 原始文件:保持在 uploads/ 或移动到 documents/
  • 分析报告:保存到 analysis/[文档名]/
  • 提取的数据:保存到 data/