Overview
- Skill Key
- ide-rea/baidu-scholar-search-skill
- Author
- ide-rea
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ide-rea/baidu-scholar-search-skill
- Latest Commit SHA
- ca3aece07bb93bf3898aa3573dfdb8ab3815a007
Baidu Scholar Search - Search Chinese and English academic literature (journals, conferences, papers, etc.)
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 baidu-scholar-search-skill 技能。 若已安装,则直接安装 baidu-scholar-search-skill 技能。
# 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 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 title - `abstract` - Abstract (only returned when enable_abstract=true) - `keyword` - Keywords - `paperId` - Paper ID - `publishYear` - Publication year - `url` - Baidu Scholar link ## Examples ### Quick Search (No Abstract) ```bash bash baidu_scholar_search.sh "cancer immunotherapy" # Returns title, year, keywords and other basic information ``` ### Detailed Search (With Abstract) ```bash bash baidu_scholar...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.