qinyan-citation
沁言学术文献引用 - 先通过沁言学术OpenAPI检索文献,然后按照GB/T 7714、IEEE、APA、MLA、Chicago、Harvard等标准格式输出引用参考文献。严格遵循学术规范,未获取的信息保留省略号。触发词:文献引用、参考文献、引用格式、citation、reference format、生成引用、引用管理、参考文献格式
npx skills add LeonChaoX/qinyan-academic-skills --skill qinyan-citation --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检索文献元数据,并按照用户指定的标准格式生成规范的引用参考文献。支持GB/T 7714、IEEE、APA、MLA、Chicago、Harvard等主流引用格式。 **学术诚信声明(极其重要):** - 所有引用信息必须来自实际检索到的文献元数据 - **严禁捏造或猜测任何引用信息**(包括卷号、期号、页码、DOI等) - 如检索结果中缺少某些字段(如卷号、期号、页码),**必须使用省略号(...)或[缺失]标注**,绝不可编造 - 建议用户核实引用信息的完整性和准确性 ## 前置条件 使用前请确保: 1. 已设置 `QINYAN_API_KEY` 环境变量(前往 https://platform.qinyanai.com/ 申请) 2. 环境中可用 `curl` 和 `python3` ```bash export QINYAN_API_KEY="your-api-key-here" ``` ## 工作流程 ### 第一步:检索文献 根据用户提供的信息(论文标题、作者、关键词等),使用 `scripts/search.sh` 检索文献获取完整元数据。 ```bash bash scripts/search.sh <source> '<json_payload>' ``` 数据源选择策略: - 中文文献:优先 **万方(wanfang)** - 英文文献:优先 **Google Scholar(google)** - 医学文献:优先 **PubMed(pubmed)**(query需为英文) - 计算机/理工:优先 **ArXiv(arxiv)**(query需为英文) 各数据源参数: | 数据源 | 命令 | 核心参数 | |--------|------|----------| | Google Scholar | `bash scripts/search.sh google '<json>'` | query, max_results(≤20), author, journal | | 万方 | `bash scripts/search.sh wanfang '<json>'` | query, max_results(≤100) | | PubMed | `bash scripts/search.sh pubmed '<json>'` | query(英文), max_results(≤200) | | ArXiv | `bash scripts/search.sh arxiv '<json>'` | query(英文), max_results(≤100), author | ### 第二步:提取元数据 从检索结果中提取引用所需的元数据字段: - 作者(authors) - 标题
- 概述
- 前置条件
- 工作流程
- 第一步:检索文献
- 第二步:提取元数据
- 第三步:生成标准引用格式
- 支持的引用格式
- 1. GB/T 7714(中国国家标准)
- 2. IEEE
- 3. APA(第7版)
- 4. MLA(第9版)
- 5. Chicago(注释-参考文献格式)
- 6. Harvard
- 7. Vancouver
export QINYAN_API_KEY="your-api-key-here" bash scripts/search.sh <source> '<json_payload>'
What does the qinyan-citation skill do?
沁言学术文献引用 - 先通过沁言学术OpenAPI检索文献,然后按照GB/T 7714、IEEE、APA、MLA、Chicago、Harvard等标准格式输出引用参考文献。严格遵循学术规范,未获取的信息保留省略号。触发词:文献引用、参考文献、引用格式、citation、reference format、生成引用、引用管理、参考文献格式
How do I install it?
Run `npx skills add LeonChaoX/qinyan-academic-skills --skill qinyan-citation --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.
