Baidu Scholar Search Skill 1.1.0
/install baidu-scholar-search-skill-1-1-0
Baidu Scholar Search Skill
Features
Search Chinese and English academic literature by keyword, including journal papers, conference papers, dissertations, etc.
LLM Usage Guide
Basic Usage
bash baidu_scholar_search.sh "keyword"
bash baidu_scholar_search.sh "keyword" page_number
bash baidu_scholar_search.sh "keyword" page_number include_abstract
Parameter Description
| Parameter | Required | Default | Description |
|---|---|---|---|
| keyword | ✅ | - | Search term, e.g., "machine learning" or "cancer immunotherapy" |
| page_number | ❌ | 0 | Starts from 0, 0=first page, 1=second page |
| include_abstract | ❌ | false | true=return detailed abstract, false=return only title and basic info |
Default Behavior
- No abstract returned - Fast response, suitable for quickly browsing literature lists
- Start from page 1
When to Return Abstract
- User explicitly requests "abstract", "include abstract", "detailed content"
- User says "I need to understand the paper content", "give me detailed explanation"
When NOT to Return Abstract
- User only says "search", "retrieve", "check"
- User says "see what's available", "help me find"
- No explicit request for abstract information
API Specification
Endpoint
GET https://qianfan.baidubce.com/v2/tools/baidu_scholar/search
Request Parameters
wd- Search keyword (required)pageNum- Page number (optional, default 0)enable_abstract- Whether to return abstract (optional, default false)
Response Fields
title- Paper titleabstract- Abstract (only returned when enable_abstract=true)keyword- KeywordspaperId- Paper IDpublishYear- Publication yearurl- Baidu Scholar link
Examples
Quick Search (No Abstract)
bash baidu_scholar_search.sh "cancer immunotherapy"
# Returns title, year, keywords and other basic information
Detailed Search (With Abstract)
bash baidu_scholar_search.sh "cancer immunotherapy" 0 true
# Returns detailed information including abstract
Pagination Search
bash baidu_scholar_search.sh "machine learning" 1
# Search page 2 (no abstract)
Notes
- Need to set
BAIDU_API_KEYenvironment variable - Keywords must be wrapped in quotes
- Returning abstract significantly increases response time
- Both Chinese and English keywords are supported
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install baidu-scholar-search-skill-1-1-0 - After installation, invoke the skill by name or use
/baidu-scholar-search-skill-1-1-0 - Provide required inputs per the skill's parameter spec and get structured output
What is Baidu Scholar Search Skill 1.1.0?
Baidu Scholar Search - Search Chinese and English academic literature (journals, conferences, papers, etc.). It is an AI Agent Skill for Claude Code / OpenClaw, with 277 downloads so far.
How do I install Baidu Scholar Search Skill 1.1.0?
Run "/install baidu-scholar-search-skill-1-1-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Baidu Scholar Search Skill 1.1.0 free?
Yes, Baidu Scholar Search Skill 1.1.0 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Baidu Scholar Search Skill 1.1.0 support?
Baidu Scholar Search Skill 1.1.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Baidu Scholar Search Skill 1.1.0?
It is built and maintained by lean-zhouchao (@lean-zhouchao); the current version is v1.0.0.