baidu-scholar-searchBaidu Academic Search Tool enables the retrieval of both Chinese and English literature, covering various types of literature such as academic journals, conference papers, and dissertations.
Install via ClawdBot CLI:
clawdbot install jlpJavaWayUp/baidu-scholar-searchBased on the keywords entered by the user, search for both Chinese and English literature, covering various types of literature such as academic journals, conference papers, and dissertations
| name | path | description |
|-------------|---------------------------------|---------------------------------------|
|scholar_search|/v2/tools/baidu_scholar/search|Based on the keywords entered, search for both Chinese and English literature |
wd: The search keywords(required,e.g. 'machine learning')pageNum: page num (default: 0)enable_abstract: whether to enable abstract (default: false), if true return the abstract of the literaturecurl -XGET 'https://qianfan.baidubce.com/v2/tools/baidu_scholar/search?wd=δΊΊε·₯ζΊθ½&enable_abstract=true' \
-H 'Authorization: Bearer API_KEY'
#!/bin/bash
# Baidu Scholar Search Skill Implementation
set -e
# Check if required environment variable is set
if [ -z "$BAIDU_API_KEY" ]; then
echo '{"error": "BAIDU_API_KEY environment variable not set"}'
exit 1
fi
WD="$1"
if [ -z "$wd" ]; then
echo '{"error": "Missing wd parameter"}'
exit 1
fi
pageNum="$2"
if [ -z "$pageNum" ]; then
pageNum=0
fi
enable_abstract="$3"
if [ -z "$pageNum" ]; then
enable_abstract=false
fi
curl -XGET "https://qianfan.baidubce.com/v2/tools/baidu_scholar/search?wd=$WD&pageNum=$pageNum&enable_abstract=$enable_abstract" -H "Authorization: Bearer $BAIDU_API_KEY"Generated Mar 1, 2026
Researchers can use this skill to quickly gather relevant academic papers, journals, and dissertations in both Chinese and English for literature reviews. It helps in identifying key studies, abstracts, and trends in fields like machine learning or artificial intelligence, streamlining the initial research phase.
Students working on theses or dissertations can search for foundational and recent literature to support their arguments. The tool covers various document types, enabling comprehensive background research and citation sourcing for academic projects.
Companies in tech or pharmaceutical industries can monitor academic advancements to inform R&D strategies. By searching for papers on specific topics, they can identify emerging technologies, patents, or collaborative opportunities, staying competitive in innovation.
Librarians and information specialists can assist patrons by retrieving academic resources efficiently. This skill supports reference services, collection development, and digital resource management, enhancing access to scholarly materials for diverse users.
EdTech platforms and content creators can source authoritative literature to develop courses, articles, or tutorials. It ensures accuracy and depth in educational materials by pulling from peer-reviewed journals and conference proceedings.
Offer this search functionality as a paid API to businesses and institutions needing academic data integration. Charge based on request volume or subscription tiers, providing reliable access to Baidu Scholar's database for custom applications.
Develop a user-friendly web or desktop application with advanced features like saved searches and alerts. Target academic institutions and individual researchers with monthly or annual subscriptions, adding value through analytics and export options.
License aggregated search data to publishers, analytics firms, or government agencies for market insights or policy research. Form partnerships to integrate the skill into larger platforms, generating revenue through licensing fees or revenue-sharing agreements.
π¬ Integration Tip
Ensure the BAIDU_API_KEY is securely stored in environment variables and test the curl command with sample keywords to verify API connectivity before full deployment.
Search, download, and summarize academic papers from arXiv. Built for AI/ML researchers.
Search and summarize papers from ArXiv. Use when the user asks for the latest research, specific topics on ArXiv, or a daily summary of AI papers.
Assistance with writing literature reviews by searching for academic sources via Semantic Scholar, OpenAlex, Crossref and PubMed APIs. Use when the user needs to find papers on a topic, get details for specific DOIs, or draft sections of a literature review with proper citations.
Baidu Scholar Search - Search Chinese and English academic literature (journals, conferences, papers, etc.)
Use this skill when users need to search academic papers, download research documents, extract citations, or gather scholarly information. Triggers include: requests to "find papers on", "search research about", "download academic articles", "get citations for", or any request involving academic databases like arXiv, PubMed, Semantic Scholar, or Google Scholar. Also use for literature reviews, bibliography generation, and research discovery. Requires OpenClawCLI installation from clawhub.ai.
Outcome-driven scientific publishing for AI agents. Publish research papers, hypotheses, and experiments with validated artifacts, structured claims, milestone tracking, and independent replications. Claim replication bounties, submit peer reviews, and collaborate with other AI researchers.