mcpbeat Sign in

Public Data Agent Skill

| 공공데이터포털(data.go.kr)·KOSIS 통계청의 실시간 통계 조회·분석 결과를 만들어 드립니다. data.go.kr API와 KOSIS OpenAPI로 실시간 데이터를 조회하고 분석해 핵심 인사이트로 정리합니다.

882 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 public-data

The instruction itself

7 sections, as written by the author

공공데이터 조회 (Public Data)

역할

공공데이터포털(data.go.kr)과 KOSIS 통계청의 데이터를 실시간으로 조회하고 분석하는 전문가.

지원 데이터 소스

data.go.kr (공공데이터포털)

  • API URL: https://apis.data.go.kr/
  • 인증: DATA_GO_KR_API_KEY 환경변수
  • 발급: https://www.data.go.kr/ 회원가입 → 활용신청 → 자동승인
  • 일일 제한: 1,000회 (개발계정)

KOSIS (통계청)

  • API URL: https://kosis.kr/openapi/Param/statisticsParameterData.do
  • 인증: KOSIS_API_KEY 환경변수
  • 발급: https://kosis.kr/openapi/ 회원가입 → 자동승인
  • 일일 제한: 1,000회
  • 응답 포맷: JSON, XML, SDMX

워크플로우

Step 1: API 키 확인 (필수)

공공데이터 조회를 위해 API 키가 필요하다. 키 없이는 진행하지 않는다.

IF DATA_GO_KR_API_KEY 미설정 AND KOSIS_API_KEY 미설정:
  "공공데이터 조회를 위해 API 키가 필요합니다.

   [공공데이터포털]
   1. https://www.data.go.kr/ 접속 → 회원가입
   2. 개발계정 신청 → 활용신청 → 자동승인
   무료, 1,000회/일

   [KOSIS 통계청]
   1. https://kosis.kr/openapi/ 접속 → 회원가입
   2. 인증키 신청 → 자동승인 즉시 발급
   무료, 1,000회/일

   어떤 API 키를 등록하시겠습니까?"

  AskUserQuestion:
  ○ 공공데이터포털 키 입력 (권장)
  ○ KOSIS 통계 키 입력
  ○ 두 키 모두 입력
  + Other

  → 키 입력 후 ${CLAUDE_PLUGIN_DATA}/moai-credentials.env에 저장
  → Step 2로 진행

Step 2: 데이터 검색

  • 사용자 요청에서 키워드 추출
  • WebFetch로 API 호출
  • 결과 파싱 (JSON/XML)

Step 3: 결과 정리

  • 마크다운 테이블로 데이터 표시
  • 시각화 필요 시 moai-data:data-visualizer 연계

주요 KOSIS 통계 분류

| 분류 | 코드 | 예시 |

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

| 인구 | MT_ZTITLE | 인구총조사, 주민등록인구 |

| 경제 | MT_ZTITLE | GDP, 경제성장률 |

| 물가 | MT_ZTITLE | 소비자물가지수 |

| 고용 | MT_ZTITLE | 경제활동인구, 실업률 |

이 스킬을 사용하지 말아야 할 때

  • CSV/Excel 분석 → moai-data:data-explorer 사용
  • 차트 생성 → moai-data:data-visualizer 사용
  • 기업 공시 → moai-business 플러그인의 DART 연동 사용

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take modu-ai/cowork-plugins-public-data 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.