baidu-scholar-search-skill

Search Baidu Scholar for academic literature by keyword.

21|6|Updated Aug 26, 2025
One-click install
npx skills add https://github.com/hepai-lab/drsai --skill baidu-scholar-search-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baidu-scholar-search-skill
Source: https://github.com/hepai-lab/drsai/tree/main/agent_skills/clawhub_ai_collection/baidu-scholar-search-skill
Command: npx skills add https://github.com/hepai-lab/drsai --skill baidu-scholar-search-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Baidu Scholar Search enables rapid discovery of Chinese and English academic literature by keyword, streamlining literature review and benchmarking workflows.

Core Features & Use Cases

  • Quick keyword search across major Chinese and English literature sources using Baidu Scholar.
  • Retrieve titles, authors, and optionally abstracts to seed literature reviews for researchers.
  • Use Case: A researcher wants to quickly identify relevant papers on a topic and gather basic metadata for a literature map.

Quick Start

Run a keyword search with a query like "cancer immunotherapy" to fetch results from Baidu Scholar, including basic metadata and optional abstracts when requested.

Frequently Asked Questions about baidu-scholar-search-skill

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

FAQPage Schema
How do I search academic literature across Chinese and English sources?

To search academic literature across Chinese and English sources, use a Baidu Scholar query tool that fetches titles, authors, and optional abstracts from journals, conferences, and dissertations by keyword.

What is the best way to retrieve scholarly papers for a literature review?

The best way to retrieve scholarly papers for a literature review is to run a keyword search against an academic database. Baidu Scholar provides rapid discovery of titles and metadata, streamlining literature mapping and benchmarking workflows across bilingual sources.

Do I need an API key to fetch academic search results from Baidu Scholar?

Yes, you need an API key to fetch academic search results from Baidu Scholar. The environment requires the BAIDU_API_KEY variable to authenticate GET requests sent via curl to the search endpoint, which accepts parameters like wd, pageNum, and enable_abstract.

Can I use curl to query Baidu Scholar for research papers?

Yes, you can use curl to query Baidu Scholar for research papers. The search mechanism relies on a GET endpoint accessed via curl, allowing you to specify your search keyword, page number, and whether to enable abstract retrieval.

Does Baidu Scholar search support retrieving abstracts along with paper titles?

Baidu Scholar search supports retrieving abstracts along with paper titles by using the enable_abstract parameter in your GET request. This allows researchers to gather basic metadata and contextual summaries to seed their literature reviews.