qinyan-paper-analysis
沁言学术论文分析 - 对单篇学术论文进行深度分析解读,提取研究目标、方法论、主要发现和研究限制。通过沁言学术OpenAPI的analyze接口实现。触发词:论文分析、论文解读、分析论文、paper analysis、analyze paper、论文解析
npx skills add LeonChaoX/qinyan-academic-skills --skill qinyan-paper-analysis --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 沁言学术 - 论文分析 ## 概述 本技能通过沁言学术OpenAPI的论文分析接口,对单篇学术论文进行深度分析解读。系统会获取论文内容(通过PDF、网页或摘要),生成结构化的研究分析报告,包括研究目标、方法论、主要发现和研究限制。 **学术诚信声明:** 分析结果基于论文实际内容生成,不会捏造或猜测论文中未包含的信息。如无法获取完整论文内容,将基于可获取的信息(如摘要)进行有限分析,并明确告知用户分析的局限性。 ## 前置条件 使用前请确保: 1. 已设置 `QINYAN_API_KEY` 环境变量(前往 https://platform.qinyanai.com/ 申请) 2. 环境中可用 `curl` 和 `python3` ```bash export QINYAN_API_KEY="your-api-key-here" ``` ## API接口 **接口地址:** `https://api.qinyanai.com/v1/paper-search/analyze` ### 请求参数 | 参数 | 类型 | 必填 | 说明 | |------|------|------|------| | title | string | 是 | 论文标题(1-1024字符) | | authors | string[] | 是 | 作者列表 | | abstract | string | 否 | 论文摘要(最长10000字符) | | doi | string | 否 | DOI标识符 | | source_url | string | 否 | 论文页面URL | | pdf_url | string | 否 | PDF直链(优先级最高) | | language | string | 否(默认"中文") | 输出语言:"中文" 或 "en" | **注意:** `abstract`、`source_url`、`pdf_url` 至少需提供其一,以便系统获取论文内容。`pdf_url` 优先级最高,能获得最完整的分析结果。 ## 使用方法 通过 `scripts/analyze.sh` 脚本调用: ```bash bash scripts/analyze.sh '<json_payload>' ``` ### 示例 基本分析(通过DOI): ```bash bash scripts/analyze.sh '{"title": "Attention Is All You Need", "authors": ["Ashish Vaswani", "Noam Shazeer", "Niki Parmar"], "doi": "10.48550/arXiv.1706.03762", "language": "中文"}' ``` 通过PDF链接分析: ```bash ba
- 概述
- 前置条件
- API接口
- 请求参数
- 使用方法
- 示例
- 返回结果
- 输出格式
- 工作流建议
export QINYAN_API_KEY="your-api-key-here"
bash scripts/analyze.sh '<json_payload>'
bash scripts/analyze.sh '{"title": "论文标题", "authors": ["作者1", "作者2"], "abstract": "本文提出了...", "language": "中文"}'
bash scripts/analyze.sh '{"title": "Paper Title", "authors": ["Author1"], "doi": "10.xxxx/xxxxx", "language": "en"}'What does the qinyan-paper-analysis skill do?
沁言学术论文分析 - 对单篇学术论文进行深度分析解读,提取研究目标、方法论、主要发现和研究限制。通过沁言学术OpenAPI的analyze接口实现。触发词:论文分析、论文解读、分析论文、paper analysis、analyze paper、论文解析
How do I install it?
Run `npx skills add LeonChaoX/qinyan-academic-skills --skill qinyan-paper-analysis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From LeonChaoX/qinyan-academic-skills, a repository with 759 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
