ワンクリックで
baidu-scholar-search-skill
Baidu Scholar Search - Search Chinese and English academic literature (journals, conferences, papers, etc.)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Baidu Scholar Search - Search Chinese and English academic literature (journals, conferences, papers, etc.)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Expert in building cross-platform desktop applications using web technologies (HTML/CSS/JS) with the Electron framework.
TypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, and modern tooling.
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
Refine academic writing for computer science research papers targeting top-tier venues (NeurIPS, ICLR, ICML, AAAI, IJCAI, ACL, EMNLP, NAACL, CVPR, WWW, KDD, SIGIR, CIKM, and similar). Use this skill whenever a user asks to improve, polish, refine, edit, or proofread academic or research writing — including paper drafts, abstracts, introductions, related work sections, methodology descriptions, experiment write-ups, or conclusion sections. Also trigger when users paste LaTeX content and ask for writing help, mention "camera-ready", "rebuttal", "paper revision", or reference any academic venue or conference. This skill handles both full paper refinement and section-by-section editing.
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.
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
| name | baidu-scholar-search-skill |
| description | Baidu Scholar Search - Search Chinese and English academic literature (journals, conferences, papers, etc.) |
| homepage | https://xueshu.baidu.com/ |
| metadata | {"openclaw":{"emoji":"🔬","requires":{"bins":["curl"],"env":["BAIDU_API_KEY"]},"primaryEnv":"BAIDU_API_KEY"}} |
Search Chinese and English academic literature by keyword, including journal papers, conference papers, dissertations, etc.
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 | 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 |
GET https://qianfan.baidubce.com/v2/tools/baidu_scholar/search
wd - Search keyword (required)pageNum - Page number (optional, default 0)enable_abstract - Whether to return abstract (optional, default false)title - Paper titleabstract - Abstract (only returned when enable_abstract=true)keyword - KeywordspaperId - Paper IDpublishYear - Publication yearurl - Baidu Scholar linkbash baidu_scholar_search.sh "cancer immunotherapy"
# Returns title, year, keywords and other basic information
bash baidu_scholar_search.sh "cancer immunotherapy" 0 true
# Returns detailed information including abstract
bash baidu_scholar_search.sh "machine learning" 1
# Search page 2 (no abstract)
BAIDU_API_KEY environment variable