---
name: Clarify Academic Search
slug: clarify-academic-search
category: AI Engineering
description: Clarify Academic Search explains the nature-academic-search research Skill and MCP so users can find papers, sources, and citation evidence. It helps when you need an overview of the workflow, capabilities, data-source boundaries, and installation entry points.
github: "https://github.com/wp-a/nature-academic-search/tree/main/docs/plans/2026-08-29-clarify-academic-search-skill.md"
language: Python
stars: 190
forks: 10
install: "npx degit https://github.com/wp-a/nature-academic-search/tree/main/docs/plans ~/.claude/skills/plans"
installs_to: ~/.claude/skills/plans
source_path: docs/plans/2026-08-29-clarify-academic-search-skill.md
collection_size: 2
category_size: 3278
collection_url: "https://dirskills.com/collections/wp-a/nature-academic-search"
added: 2026-09-06T05:19:38.350Z
last_synced: 2026-09-06T05:19:38.350Z
canonical_url: "https://dirskills.com/skills/clarify-academic-search"
---

# Clarify Academic Search

Clarify Academic Search explains the nature-academic-search research Skill and MCP so users can find papers, sources, and citation evidence. It helps when you need an overview of the workflow, capabilities, data-source boundaries, and installation entry points.

**Install:**

```bash
npx degit https://github.com/wp-a/nature-academic-search/tree/main/docs/plans ~/.claude/skills/plans
```

## README

# Clarify Academic Search Skill Introduction Implementation Plan

> **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task.

**Goal:** Make the main README explain `nature-academic-search` as a complete research Skill + MCP before showing installation commands.

**Architecture:** Keep the existing capability, scenario, source, output, and boundary sections. Add a concise product definition and workflow overview near the top, then tighten the navigation so readers understand the Skill's purpose before choosing an installation path.

**Tech Stack:** Markdown, existing repository links and command examples, pytest/documentation validation.

---

### Task 1: Add a clear Skill overview

**Files:**
- Modify: `README.md`

Add sections covering target users, the research problems solved, the six core capabilities, the request-to-artifact workflow, and the distinction between metadata retrieval and evidence judgment. Keep the existing source list and detailed scenarios as the authoritative references.

### Task 2: Make navigation and entry points consistent

**Files:**
- Modify: `README.md`

Update the top navigation and short installation lead-in so readers can move from definition to examples, capability matrix, data-source boundaries, outputs, and installation without inferring the product model.

### Task 3: Verify and commit

Run:

```bash
git diff --check
PYTHONPATH=src python -m pytest -q
python scripts/sync_skill.py --check
```

Review headings, links, commands, and line wrapping, then commit the README change separately from unrelated work.
