Skip to main content
ClaudeWave
Skill2.8k repo starsupdated 16d ago

paper-search

The paper-search skill enables researchers to query Google Scholar through the Serper API to locate academic papers and scholarly articles on specific topics. Use this skill when grounding claims in peer-reviewed research, finding seminal works with citation metrics, identifying systematic reviews, or discovering papers within particular publication date ranges to support evidence-based writing and analysis.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/open-gitagent/opengap /tmp/paper-search && cp -r /tmp/paper-search/examples/nvidia-deep-researcher/skills/paper-search ~/.claude/skills/paper-search
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Paper Search

Search for academic papers and scholarly articles via Google Scholar using the Serper API.

## When to Use

- Finding peer-reviewed research on a topic
- Locating seminal papers and their citation counts
- Searching for systematic reviews and meta-analyses
- Grounding claims in academic literature

## How to Use

1. Formulate an academic-style search query
2. Optionally specify year filters to narrow results by publication date
3. Call `paper_search` with the query
4. Review results for relevance, citation count, and recency

## Result Format

Results are returned in markdown format:

```
**Title of Paper**
Authors: Author A, Author B
Year: 2024 | Citations: 142
Snippet: Brief excerpt from the paper abstract or body...
URL: https://scholar.google.com/...
```

## Constraints

- Results sourced from Google Scholar via Serper API
- Supports year filtering (e.g., papers from 2020-2025)
- Snippet may be from abstract or body text
- Each call counts toward the researcher's 8-call limit per task

## Best Practices

- Use domain-specific terminology for better results
- Include key author names if known
- Filter by year for rapidly evolving topics
- Prefer highly-cited papers for foundational claims
document-reviewSkill

Reviews financial documents (prospectuses, ADVs, marketing materials) for FINRA 2210 compliance, required disclosures, and balanced presentation. Use when reviewing financial statements, audit documents, regulatory filings, or when the user mentions compliance checks, financial audits, or document verification.

regulatory-analysisSkill

Analyzes documents and processes against FINRA, SEC, Federal Reserve, and CFPB regulatory frameworks. Identifies compliance gaps, classifies findings by severity, and recommends remediation. Use when performing compliance audits, regulatory reviews, gap analyses, or verifying policy adherence to financial regulations.

create-agentSkill

Creates and configures agent.yaml files, writes SOUL.md personality definitions, and sets up agent directory structures with skills, tools, and knowledge. Use when the user wants to configure an agent, create agent.yaml, write SOUL.md, set up agent directory structure, or customize agent settings.

export-agentSkill

Converts agent definitions between frameworks — exports to Claude Code, OpenAI, CrewAI, Lyzr, and GitHub Models formats, and imports from Claude, Cursor, and CrewAI projects. Use when the user wants to convert an agent, migrate to another framework, export to LangChain/AutoGen/CrewAI, or import from existing automation tools.

get-startedSkill

Guides installation of gitagent and creation of first agent with scaffolding, configuration, and validation. Use when the user is new to gitagent, asks how to get started, wants to install gitagent, set up their first agent, or says 'how do I start?'

manage-skillsSkill

Searches the SkillsMP registry, installs skills locally or globally, creates custom skills with SKILL.md frontmatter, and manages the skill lifecycle. Use when the user wants to find skills, add new capabilities, install a skill, browse available skills, create a custom skill, or manage the skills system.

run-agentSkill

Configures and runs agents with different adapters including Claude, OpenAI, CrewAI, Lyzr, and GitHub Models. Supports local execution, remote git repos, and one-shot prompts. Use when the user wants to run an agent, switch LLM providers, configure adapter settings, or launch agents from git repositories.

compute-ladderSkill

>