mcpbeat Sign in

Paper Search Agent Skill

| RISS·KCI·DBpia·Google Scholar에서 논문을 통합 검색해 서지정보와 인용 형식을 정리해 드립니다.

1k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
265
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/modu-ai/cowork-plugins --skill paper-search

The instruction itself

7 sections, as written by the author

개요

RISS, KCI, DBpia, Google Scholar 등 주요 학술 데이터베이스에서 논문을 통합 검색하고, 서지정보와 인용 형식을 체계적으로 정리하는 전문 스킬입니다. 선행연구 조사, 문헌 고찰, 참고문헌 정리를 지원합니다.

트리거 키워드

  • 논문 검색, 논문 찾아줘, 문헌 검색
  • 선행연구 조사, 문헌 고찰, 관련 연구 찾기
  • RISS 검색, KCI 논문, DBpia
  • 학술지, 학위논문, 연구 논문
  • 참고문헌 정리, 인용 정보

워크플로우

1단계: API 키 확인

KCI 논문 검색 API 키가 필요합니다:

IF KCI_API_KEY 미설정:
  "KCI 논문 검색을 위해 API 키가 필요합니다.

   발급 방법 (간편):
   1. https://www.data.go.kr/data/3049042/openapi.do 접속
   2. 활용신청 → 자동승인 → 키 발급

   API 키를 입력해 주세요 (또는 '건너뛰기'로 웹검색만 사용):"

  → '건너뛰기' 시: RISS/DBpia/Google Scholar 웹검색으로 진행
  → 키 입력 시: ${CLAUDE_PLUGIN_DATA}/moai-credentials.env에 KCI_API_KEY 저장

2단계: 검색 전략 수립

  • 핵심 키워드 추출 (한국어 + 영어 동시 검색)
  • 검색 범위 결정 (국내/해외, 연도 필터)
  • 분야 필터 (KCI 분류코드)
  • 검색 소스 우선순위 결정

3단계: 통합 검색 실행

| 검색 소스 | URL | 검색 방법 | 특징 |

|----------|-----|----------|------|

| KCI | open.kci.go.kr | REST API (WebFetch) | 인용색인, 학술지 평가 (API 키 필요) |

| RISS | riss.kr | WebSearch | 학위논문, 해외 DB 연계 |

| DBpia | dbpia.co.kr | WebSearch | 전 분야 학술지 |

| Google Scholar | scholar.google.com | WebSearch | 글로벌 학술 검색 |

> ⚠️ 각 API의 정확한 base URL·파라미터·오퍼레이션명은 발급처 개발가이드 기준으로 확인하세요 (표의 호스트는 참고용이며, KCI 등은 data.go.kr 경유 시 호스트가 다를 수 있습니다).

KCI API 호출 예시 (키 있을 때):

GET https://open.kci.go.kr/po/openapi/openApiSearch.kci
  ?apiCode=articleSearch
  &key={KCI_API_KEY}
  &title={검색어}

4단계: 검색 결과 정리

  • 논문 목록 (제목, 저자, 학술지, 연도, 인용수)
  • 핵심 논문 3-5편 선별 및 초록 요약
  • 연구 동향 파악 (연도별 추세, 주요 연구자)
  • 참고문헌 정리 (BibTeX, RIS, 텍스트 형식)

5단계: 후속 작업 제안

  • "논문 작성" → moai-research:paper-writer 스킬 연계
  • "참고문헌 포맷 변환" → APA/KCI/IEEE 포맷 자동 생성

사용 예시

"딥러닝 기반 이미지 분류 관련 논문을 찾아줘. 최근 5년 내로."
"자연어 처리 선행연구 조사해줘. 특히 트랜스포머 모델 관련."
"KCI 등재 학술지에서 '머신러닝' 키워드 논문 검색해줘."
"의료 영상 진단 관련 연구 동향 파악해줘."

출력 형식

  • 논문 목록 테이블 (제목, 저자, 학술지, 연도, 인용수)
  • 핵심 논문 요약 (초록 기반)
  • 연구 동향 분석 (연도별 추세, 주요 연구자)
  • 참고문헌 정리 (선택 포맷: BibTeX, RIS, 텍스트)

주의사항

  • KCI API 키가 없는 경우, 웹검색으로 대체합니다. 웹검색은 API에 비해 결과 수와 정확도가 낮을 수 있습니다.
  • KCI API 키는 data.go.kr에서 무료로 발급받을 수 있습니다 (활용신청 후 자동승인).
  • 학술 DB 접근 권한에 따라 일부 논문의 전문 텍스트를 확인하지 못할 수 있습니다. 이 경우 서지정보만 제공됩니다.
  • 논문 작성이 필요한 경우 moai-research:paper-writer 스킬로 연계하여 참고문헌 인용 포맷을 자동 생성할 수 있습니다.

관련 스킬

  • moai-research:paper-writer - 논문 작성 및 참고문헌 포맷팅
  • moai-research:grant-writer - 연구비 신청서 선행연구 조사 섹션 작성
  • moai-data:data-visualizer - 연구 동향 시각화 (연도별 추세 차트)

API 발급 안내

KCI API (한국연구재단 인용색인)

  • 발급처: https://www.data.go.kr/data/3049042/openapi.do
  • 비용: 무료
  • 한도: 1,000회/일
  • 인증 방식: ServiceKey 파라미터

Other skills for the same job

different authors, same section of the catalogue
Content Research Writer
by frostant
×10

Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.

4k tokens
Lead Research Assistant
by frostant
×8

Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.

2k tokens
Notebooklm
by ZhanlinCui
×6

Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.

26k tokens scripts
Biorxiv Database
by christophacham
×4

Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews.

9k tokens scripts
Openalex Database
by christophacham
×4

Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries.

13k tokens scripts
Uspto Database
by christophacham
×4

Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.

21k tokens scripts
Denario
by christophacham
×3

Multiagent AI system for scientific research assistance that automates research workflows from data analysis to publication. This skill should be used when generating research ideas from datasets, developing research methodologies, executing computational experiments, performing literature searches, or generating publication-ready papers in LaTeX format. Supports end-to-end research pipelines with customizable agent orchestration.

11k tokens
Hypogenic
by christophacham
×3

Automated LLM-driven hypothesis generation and testing on tabular datasets. Use when you want to systematically explore hypotheses about patterns in empirical data (e.g., deception detection, content analysis). Combines literature insights with data-driven hypothesis testing. For manual hypothesis formulation use hypothesis-generation; for creative ideation use scientific-brainstorming.

7k tokens

How to use it

Copy the folder

Take modu-ai/paper-search from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.