Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

fastpaperfastpaper 搜索

Agent Skill

fastpaper 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

256

周安装

11

GitHub Stars

1

下载量

90
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:fastpaper(fastpaper 搜索)
来源仓库:https://github.com/zhangyee/fastpaper-cli
仓库路径:skills/fastpaper
安装命令:
npx skills add https://github.com/zhangyee/fastpaper-cli --skill fastpaper
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/zhangyee/fastpaper-cli --skill fastpaper

简介

fastpaper 提供学术文献的快速搜索、下载与阅读支持,覆盖 arXiv、PubMed 等 17 个来源。

  • 适用于在 Codex、Claude、Cursor、Gemini CLI 中进行跨学科研究资料收集与引用整理。
  • 按学科领域自动匹配最优数据库,支持 PDF 下载与摘要提取,提升文献调研效率。
  • 注意 fastpaper 为独立 CLI 工具,不可通过 pip 安装,首次使用前需验证 which fastpaper。
  • 涉及版权文献时应遵守机构订阅范围,避免批量下载触发反爬机制或服务限制。

SKILL.md

fastpaper

Fast academic paper search, download & read from 17 sources.

fastpaper is a pre-installed standalone CLI. Before first use, verify it is available: which fastpaper. It is NOT a Python package — do NOT attempt to install via pip.

Source selection by domain

Pick sources based on the user's research domain:

CS / AI / Math / Physics

  • arxiv — Cornell preprint archive; physics, math, CS, statistics, EE, quantitative biology/finance, economics. search, download, read
  • dblp — CS-focused bibliography index. search

Biomedical / Life sciences

  • pubmed — NLM index, 35M+ citations, biomedical and life sciences abstracts. search
  • pmc — NLM full-text archive of peer-reviewed biomedical and life sciences literature. search, download, read
  • europepmc — Life sciences superset of PMC by EMBL-EBI; adds patents, preprints, clinical guidelines. search, download, read
  • biorxiv — Life sciences preprints by CSHL. search, download, read
  • medrxiv — Medical/health science preprints by CSHL. search, download, read

Cross-discipline / Broad coverage

  • semantic — Allen AI, AI-powered semantic search + citation graph, all disciplines. search, download, read
  • crossref — DOI registry, metadata queries across all disciplines. search
  • openalex — Open index (successor to MS Academic Graph), 200M+ works. search
  • scholar — Google Scholar, broadest coverage (experimental, rate-limited). search

Open access aggregators

  • core — Largest global OA aggregator, full text from institutional repos and journals. search, download, read
  • openaire — EU open science infrastructure, aggregates worldwide OA research. search, download, read
  • doaj — Directory of quality-reviewed OA journals, all subjects. search, download, read
  • unpaywall — OA link resolver by DOI, finds legal free versions (needs UNPAYWALL_EMAIL). search

Open repositories

  • zenodo — CERN/OpenAIRE general-purpose repository (datasets, software, papers), all disciplines. search, download, read
  • hal — French national multi-disciplinary open archive by CNRS (some embargo periods). search, download, read

When you have a paper ID or DOI

Auto-detect source and fetch directly:

fastpaper get <DOI|arXiv_ID|PMID|URL>

When you need to search

fastpaper search <source> <query>

For broad topics, search multiple sources in parallel:

fastpaper search arxiv "transformer attention" --format json &
fastpaper search semantic "transformer attention" --format json &
wait

Each process is independent; failures don't affect other sources.

When you need full text or specific sections

fastpaper read <source> <id>                          # full text
fastpaper read <source> <id> --metadata-only          # metadata only
fastpaper read <source> <id> --section <SEC>          # extract section
fastpaper read local ./file.pdf                       # local PDF

Sections: abstract, introduction, methods, results, discussion, conclusion, references, full (default).

When you need to download PDF

fastpaper download <source> <id>

Download-capable sources: arxiv, pmc, semantic, biorxiv, medrxiv, europepmc, core, doaj, zenodo, hal, openaire.

All output uses --format json for structured agent consumption.

Exit code 0 = success, non-zero = error (see --help for codes).

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.98%
按下载量换算31

Claude

29.66%
按下载量换算27

Cursor

18.03%
按下载量换算16

Gemini CLI

9.13%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills