원클릭으로
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 직업 분류 기준
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
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.
模拟顶级对冲基金投研决策流程,为股票制定机构级交易策略备忘录。 使用此技能当用户需要: - 进行股票深度分析 - 制定交易策略 - 撰写投研报告或投资备忘录 - 进行多空辩论分析 - 评估投资风险回报比 触发词:股票分析、投研报告、投资备忘录、hedge fund、股票研究、交易策略、基本面分析、技术分析、估值分析
Beeclaw's dynamic preference learning system. This skill automatically detects and learns user preferences from conversation patterns. TRIGGER when user expresses format preferences ("don't use emoji", "be concise"), identifies their role ("I'm a frontend engineer"), gives feedback on output style, or establishes habits/rituals. Preferences are stored in facts/preferences.md and applied to all future interactions.
Beeclaw's core reflection skill for learning from failures. TRIGGER THIS SKILL whenever a skill execution fails, the user corrects your behavior, you notice repetitive patterns (3+ similar tasks), or the user expresses frustration. This skill enables continuous improvement through structured failure analysis.
| 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"}} |
| version | 1.0.0 |
| tags | ["search","academic","baidu","scholar"] |
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