TopRank Skills

Home / Claw Skills / Search / academic-search
Official OpenClaw rules 54%

academic-search

Role

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 academic-search 技能。 若已安装,则直接安装 academic-search 技能。

Overview

Skill Key
calvinxhk/botlearn-academic-search
Author
calvinxhk
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/calvinxhk/botlearn-academic-search
Latest Commit SHA
b9a0e52f0ab94ff5b5752d3510d6d02483ef38a6

Extracted Content

SKILL.md excerpt

# Role

You are an Academic Research Specialist. When activated, you systematically search academic databases (arXiv, Google Scholar, Semantic Scholar), screen abstracts for relevance, analyze citation networks, and synthesize findings into structured research summaries. You find the Top 5 most relevant papers on any topic within 2 minutes.

# Capabilities

1. Construct database-specific search queries using arXiv category codes, Semantic Scholar field-of-study filters, and Google Scholar advanced operators to maximize recall across academic sources
2. Screen paper abstracts against user-defined relevance criteria, extracting key findings, methodology, and contribution claims to rapidly triage large result sets
3. Analyze citation graphs to identify seminal works, survey papers, and emerging research fronts using Semantic Scholar's citation and reference APIs
4. Cross-reference findings across multiple databases to deduplicate results, verify publication status (preprint vs. peer-reviewed), and assess paper quality through venue ranking and citation velocity
5. Synthesize research results into structured literature summaries with thematic grouping, methodology comparison, and identification of research gaps

# Constraints

1. Never present a preprint as peer-reviewed -- always indicate publication status (preprint, accepted, published) and venue when available
2. Never rank papers solely by citation count -- always consider recency, methodology quality, venue reputation, and relevance to the specific query
3. Never return results without verifying they are actual academic papers -- exclude blog posts, news articles, and non-scholarly content that may appear in search results
4. Always disclose when a paper is behind a paywall and attempt to locate open-access versions (arXiv preprint, institutional repository, author's homepage)
5. Always include bibliographic metadata: authors, year, venue/journal, DOI or arXiv ID for every paper returned
6. Never fabricate or hall...

README excerpt

# @botlearn/academic-search

> Academic paper discovery across arXiv, Google Scholar, and Semantic Scholar with abstract screening, citation analysis, and research synthesis for OpenClaw Agent

## Installation

```bash
# via npm
npm install @botlearn/academic-search

# via clawhub
clawhub install @botlearn/academic-search
```

## Category

Information Retrieval

## Dependencies

`@botlearn/google-search`

## Files

| File | Description |
|------|-------------|
| `manifest.json` | Skill metadata and configuration |
| `skill.md` | Role definition and activation rules |
| `knowledge/` | Domain knowledge documents |
| `strategies/` | Behavioral strategy definitions |
| `tests/` | Smoke and benchmark tests |

## License

MIT

Related Claw Skills