Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Academic Research

ASecurity

Search academic papers and conduct literature reviews using OpenAlex API (free, no key needed). Use when the user needs to find scholarly papers by topic/author/DOI, explore citation chains, get structured paper metadata (title, authors, abstract, citations, DOI, open access URL), fetch full text of open access papers, or conduct automated literature reviews with theme identification and synthesis. Triggers on requests involving academic search, paper lookup, citation analysis, literature rev...

14 stars
0 votes
0 copies
2 views
Added 9/7/2026
researchpythongobashapi

Works with

api

Security Analysis

A100/100

Scanned 9/7/2026

Install to Claude Code

$npx -y skills add modbender/skill-library-mcp --skill academic-research --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Academic Research?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Academic Research
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/modbender-academic-research/badge)](https://www.skillsdirectory.com/skills/modbender-academic-research)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: academic-research
version: 1.0.0
description: Search academic papers and conduct literature reviews using OpenAlex API (free, no key needed). Use when the user needs to find scholarly papers by topic/author/DOI, explore citation chains, get structured paper metadata (title, authors, abstract, citations, DOI, open access URL), fetch full text of open access papers, or conduct automated literature reviews with theme identification and synthesis. Triggers on requests involving academic search, paper lookup, citation analysis, literature review, research synthesis, or scholarly reference gathering.
---

# Academic Research

Search 250M+ academic works via OpenAlex. No API key required.

Built by [Topanga](https://topanga.ludwitt.com) — AI Research Consultant

## Quick Start

### Search papers by topic
```bash
python3 scripts/scholar-search.py search "transformer architectures" --limit 10
```

### Search by author
```bash
python3 scripts/scholar-search.py author "Yann LeCun" --limit 5
```

### Look up by DOI
```bash
python3 scripts/scholar-search.py doi "10.1038/s41586-021-03819-2"
```

### Get citation chain (papers that cite a work)
```bash
python3 scripts/scholar-search.py citations "10.1038/s41586-021-03819-2" --direction both
```

### Deep read (fetch abstract + full text when available)
```bash
python3 scripts/scholar-search.py deep "10.1038/s41586-021-03819-2"
```

### JSON output for programmatic use
```bash
python3 scripts/scholar-search.py search "CRISPR" --json
```

## Literature Review Workflow

Automated multi-step literature review:

```bash
python3 scripts/literature-review.py "algorithmic literacy in education" --papers 30 --output review.md
```

This will:
1. Search for papers across multiple query variations
2. Deduplicate and rank by relevance + citations
3. Identify thematic clusters
4. Generate a structured synthesis in markdown

Options:
- `--papers N` — Target number of papers (default: 20)
- `--output FILE` — Write review to file (default: stdout)
- `--years 2020-2025` — Restrict publication year range
- `--json` — Output structured JSON instead of markdown

## Output Format

All search commands return structured data per paper:
- **Title** and publication year
- **Authors** (up to 5)
- **Abstract** (when available)
- **Citation count**
- **DOI**
- **Open access URL** (when available)
- **Source journal/venue**

## Tips

- OpenAlex sorts by relevance by default; use `--sort citations` for most-cited
- Combine `search` + `deep` for quick triage: search first, deep-read promising hits
- The literature review script caches results in `/tmp/litreview_cache/` to avoid re-fetching
- For full-text PDFs, pipe DOIs to your PDF extraction tool

Attribution

modbendermodbender
View sourceMore from modbender →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 8 modes: full research, quick brief, paper review, lit-review, fact-check, three-way literature scan, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report co...

494352 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill — `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

813271 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory, coverage-bounded integrity checks, two-stage peer review, and auditable quality-assurance artifacts. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end p...

494351 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research →