Academic Searching

Search Google Scholar, enrich results, and fetch full-text papers.

393|34|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Pthahnix/De-Anthropocentric-Research-Engine --skill academic-searching
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Academic Searching
Source: https://github.com/Pthahnix/De-Anthropocentric-Research-Engine/tree/main/skills/sop/acd-searching
Command: npx skills add https://github.com/Pthahnix/De-Anthropocentric-Research-Engine --skill academic-searching

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end process of discovering relevant academic papers, enriching results with metadata, and fetching full texts for analysis.

Core Features & Use Cases

  • Automated literature search: query Google Scholar and gather candidate papers.
  • Enrichment & retrieval: fetch abstracts, DOIs, OA URLs, and full-text markdown for offline work.
  • Use Case: perform a fast literature survey for a new research topic by retrieving a set of PaperMeta entries with markdownPaths.

Quick Start

Call Academic Searching with a query string and maxResults to retrieve and fetch full-paper metadata.

Frequently Asked Questions about Academic Searching

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate literature search and full-text retrieval for academic papers?

Automated literature search queries Google Scholar to gather candidate papers, enriches results with metadata like DOIs and OA URLs, and fetches full texts. It returns PaperMeta entries with markdownPaths for offline analysis.

What is the process for fetching abstracts and full-text markdown during a literature review?

Fetching abstracts and full-text markdown uses a tool sequence of google-scholar-scraper, paper_searching, and paper_fetching. This workflow enriches results and retrieves full texts for offline work.

Can I limit the number of papers returned when searching Google Scholar for research domains?

Searching Google Scholar for research domains accepts a maxResults parameter alongside your query string. This constrains the number of PaperMeta entries returned during the scholarly literature discovery process.

How do I get started with an automated literature survey for a new research topic?

Starting an automated literature survey requires calling the tool with a query string and maxResults limit. This retrieves a set of PaperMeta entries complete with markdownPaths for fast offline review.

What metadata enrichment is included when automating scholarly discovery?

Metadata enrichment when automating scholarly discovery includes fetching abstracts, DOIs, and OA URLs for candidate papers. This structured metadata is returned alongside full-text markdown paths within the PaperMeta array output.