baidu-scholar-search-skill
Baidu Scholar Search - Search Chinese and English academic literature (journals, conferences, papers, etc.)
Why use this skill?
Integrate Baidu Scholar search into OpenClaw. Retrieve academic journals, conference papers, and abstracts efficiently with this powerful research skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ide-rea/baidu-scholar-search-skillWhat This Skill Does
The Baidu Scholar Search Skill is a powerful research tool designed for OpenClaw AI agents to retrieve scholarly information from a vast database of academic literature. It allows users to query Chinese and English journals, conference papers, and dissertations directly from Baidu Scholar. The skill acts as a bridge between the user's research needs and structured academic data. By adjusting parameters, the agent can either provide a rapid overview of available literature or perform a deep dive into specific topics by fetching full abstracts, enabling researchers and students to streamline their literature review process efficiently.
Installation
To integrate this skill into your OpenClaw environment, ensure you have the necessary permissions and environment variables configured. First, set your BAIDU_API_KEY to allow the agent to authenticate with the underlying service. Run the following command in your terminal:
clawhub install openclaw/skills/skills/ide-rea/baidu-scholar-search-skill
Once installed, the agent will have access to the search functions and will be able to map user intent to the correct API endpoints automatically.
Use Cases
- Literature Review: Quickly aggregate a list of recent papers on a specific topic like 'deep learning architecture' to identify key authors or seminal works.
- Academic Inquiry: Fetching detailed summaries (abstracts) for papers to determine their relevance before deciding to access the full source material.
- Bibliographic Discovery: Navigating through multiple pages of results to compile a comprehensive bibliography for a research project or academic assignment.
Example Prompts
- "Find me the latest research papers on 'quantum computing' published this year."
- "Search for 'transformer models in NLP' and provide me with the abstracts so I can compare the methodologies."
- "List more papers on 'cardiovascular disease' from the next page of search results."
Tips & Limitations
- Response Time: Requesting abstracts increases the request payload and processing time significantly; use this only when necessary.
- Precision: Wrap your search keywords in double quotes to ensure the engine interprets them correctly, especially for multi-word phrases.
- Pagination: The search defaults to page 0 (the first page). If you do not find what you are looking for, increment the page number parameter to explore further results.
- Contextual Awareness: The agent is trained to decide whether to fetch an abstract based on your tone; be explicit if you require detailed content to ensure you get the right data format.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ide-rea-baidu-scholar-search-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
ai-notes-ofvideo
Generate AI-powered notes from videos (document, outline, or graphic-text formats)
baidu-search
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
ai-ppt-generator
Generate PPT with Baidu AI. Smart template selection based on content.
baidu-baike-data
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations for various nouns. Its core function is given a specific "noun" (object, person, location, concept, event, etc.) provided by the user, it returns a standardized, detailed entry explanation sourced from Baidu Baike.
deepresearch-conversation
Deep ReSearch Conversation is provided by Baidu for multi-round streaming conversations with "Deep Research" agents. "In-depth research" is a long-process task involving multi-step reasoning and execution, which is different from the ordinary "question-and-answer". A dialogue that requires the user to repeatedly verify and correct it until a satisfactory answer is reached.