Skill

papers

Search academic literature via arXiv, Semantic Scholar, and open-access discovery chains. Fetches and parses PDFs for key findings. Use when the user needs academic papers, citations, or formal research on a topic.

From tome
Install
1
Run in your terminal
$
npx claudepluginhub athola/claude-night-market --plugin tome
Tool Access

This skill uses the workspace's default tool permissions.

Skill Content

Academic Papers Search

Search arXiv, Semantic Scholar, and open-access sources.

Sources (Priority Order)

  1. arXiv API (free, unlimited metadata)
  2. Semantic Scholar API (100 req/5min, citation graphs)
  3. Unpaywall (legal free version discovery)
  4. CORE.ac.uk (open-access aggregator)
  5. PubMed Central (biomedical)
  6. Author preprint pages (WebSearch fallback)

PDF Processing

  • Fetch via WebFetch
  • Read via Read tool (20 pages max per request)
  • Chunk longer papers with page ranges
  • Extract: abstract, key findings, methodology

Fallback Guidance

When a paper is paywalled and no open version exists:

  • Public library JSTOR/ProQuest access via library card
  • DeepDyve article rental
  • Inter-library loan request
  • Direct author email template
Similar Skills
cache-components

Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.

138.5k
Stats
Parent Repo Stars222
Parent Repo Forks22
Last CommitMar 20, 2026