Academic Paper Analyzer

v1.0.0

分析学术期刊论文的结构、摘要特点、框架、字数统计和参考文献数量。当用户上传PDF学术论文进行分析、生成期刊论文报告或了解期刊发文规范时使用。

0· 123·1 current·1 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (analysis of PDF academic papers) align with the runtime instructions: receive PDF, call an extraction tool, analyze structure/abstract/refs, and produce a Markdown report. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md confines actions to extracting PDF content (via extract_pdfs_full_content), analyzing text and references, optionally OCR for scanned PDFs, and generating a report. It does not instruct reading unrelated system files, accessing external endpoints other than the extraction tool, or exfiltrating data.
Install Mechanism
No install spec or code files that would write or run arbitrary code on disk; instruction-only skill is low-risk from an install perspective.
Credentials
The skill requests no environment variables, credentials, or config paths. The referenced extract_pdfs_full_content tool is the only external dependency mentioned and is appropriate for the task.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent presence or modify other skills/configurations. Autonomous invocation via the platform is permitted by default but not escalated here.
Assessment
This skill appears coherent for analyzing uploaded academic PDFs. Before installing or enabling it, confirm: (1) how the platform implements the extract_pdfs_full_content tool and where extracted text is processed/stored (check privacy/retention policies), (2) whether OCR processing of scanned PDFs sends data to third-party OCR services, and (3) that you will only upload documents you are authorized to share (it will process the full contents of uploaded PDFs). Also note the SKILL.md contains metadata fields (hex-like 'ReservedCode') that look unusual but do not change behavior; if you need higher assurance, ask the publisher or platform for provenance and data handling details.

Like a lobster shell, security has layers — review code before you run it.

latestvk970edac7gwkg08w1em2d9fcvn84g68q
123downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

学术期刊论文分析器

触发条件

当用户上传或提供学术论文(PDF格式)并要求分析时,自动执行此技能。

输入处理

  1. 接收PDF文件:用户上传学术论文PDF
  2. 提取内容:使用 extract_pdfs_full_content 工具提取论文完整内容
  3. 解析关键信息
    • 论文标题
    • 作者信息
    • 摘要内容
    • 关键词
    • 正文结构(引言、方法、结果、讨论等)
    • 参考文献列表

分析维度

1. 摘要特点分析

分析项说明
摘要长度字数统计
结构模式结构式摘要/非结构式摘要
核心要素背景、目的、方法、结果、结论
语言特征学术用语、研究动词使用情况

2. 框架结构分析

论文框架检查清单:
├── 标题规范
├── 摘要完整性
├── 关键词选取
├── 引言(研究背景、问题提出、文献综述)
├── 研究方法
│   ├── 研究设计
│   ├── 数据来源
│   └── 分析方法
├── 研究结果
├── 讨论与结论
│   ├── 主要发现
│   ├── 理论贡献
│   ├── 实践意义
│   └── 研究局限
└── 参考文献

3. 字数统计

部分字数占比
标题--
摘要X字X%
关键词X字-
引言X字X%
方法X字X%
结果X字X%
讨论X字X%
参考文献X篇-

4. 参考文献分析

指标数值
参考文献总数X篇
中文文献X篇
英文文献X篇
近5年文献X篇
期刊文章X篇
学位论文X篇
专著X篇
网络资源X篇

5. 期刊规范检查

根据论文内容推测目标期刊类型,检查:

  • 格式规范(APA/MLA/Chicago等)
  • 引用风格
  • 图表规范
  • 伦理声明
  • 利益冲突声明

输出格式

生成标准Markdown格式的分析报告:

# 📄 学术论文分析报告

## 一、论文基本信息

- **标题**:[论文标题]
- **作者**:[作者信息]
- **推测期刊类型**:[期刊名称/类型]

## 二、摘要特点分析

### 2.1 基本信息
- 摘要字数:XXX字
- 摘要类型:结构式 / 非结构式

### 2.2 内容要素检查
- [ ] 研究背景
- [ ] 研究目的
- [ ] 研究方法
- [ ] 主要结果
- [ ] 核心结论

### 2.3 语言特征
- 研究动词使用:[列出常见动词]
- 学术表达特点:[描述]

## 三、框架结构分析

### 3.1 结构完整性评估

| 章节 | 状态 | 字数 | 占比 |
|------|------|------|------|
| 引言 | ✅ | XXX | XX% |
| 方法 | ✅ | XXX | XX% |
| 结果 | ✅ | XXX | XX% |
| 讨论 | ⚠️ | XXX | XX% |
| 结论 | ✅ | XXX | XX% |

### 3.2 各章节要点提炼

#### 引言部分
- 研究背景:[要点1]
- 研究问题:[要点2]
- 文献综述:[要点3]

#### 方法部分
- 研究设计:[描述]
- 数据来源:[描述]
- 分析方法:[描述]

#### 结果部分
- 主要发现:[列出3-5个核心发现]

#### 讨论部分
- 结果解释:[描述]
- 理论贡献:[描述]
- 实践意义:[描述]
- 研究局限:[描述]

## 四、字数统计总览

| 部分 | 字数 | 占比 |
|------|------|------|
| 摘要 | XXX | XX% |
| 正文 | XXX | XX% |
| 参考文献 | XX篇 | - |
| **总计** | **XXXX** | **100%** |

## 五、参考文献分析

### 5.1 基本统计
- 参考文献总数:**XX篇**
- 语种分布:中文 XX篇,英文 XX篇
- 时间分布:近5年 XX篇,早期 XX篇

### 5.2 来源类型
- 期刊文章:XX篇(XX%)
- 学位论文:XX篇(XX%)
- 专著:XX篇(XX%)
- 网络资源:XX篇(XX%)

### 5.3 引用质量评估
- [ ] 核心文献覆盖度
- [ ] 近三年文献比例
- [ ] 外文文献占比

## 六、期刊规范对照

### 6.1 格式规范
- 引用格式:[检测到的格式]
- 图表标注:[规范程度]
- 标题层级:[评估结果]

### 6.2 必要元素检查
- [ ] 摘要
- [ ] 关键词
- [ ] 基金项目信息
- [ ] 作者贡献声明
- [ ] 利益冲突声明
- [ ] 数据可用性声明
- [ ] 伦理审批声明

## 七、改进建议

### 7.1 结构优化建议
1. [建议1]
2. [建议2]
3. [建议3]

### 7.2 内容完善建议
1. [建议1]
2. [建议2]

### 7.3 格式规范化建议
1. [建议1]
2. [建议2]

## 八、总结

[总体评价]

---
*本报告由学术论文分析器自动生成*
*分析时间:[时间戳]*

执行流程

  1. 接收输入:获取用户上传的PDF文件路径或URL
  2. 内容提取:调用 extract_pdfs_full_content 提取论文内容
  3. 结构化分析:按上述维度逐一分析
  4. 生成报告:输出Markdown格式的完整分析报告
  5. 交付用户:展示报告并提供下载选项

注意事项

  • 对于扫描版PDF,可能需要OCR处理
  • 外文论文自动识别语种
  • 参考文献格式自动检测最可能的引用风格
  • 如论文结构异常(如综述类),自动调整分析框架

Comments

Loading comments...