local-election-candidate-search

Search NEC election statistics for local candidate profiles by name and filters.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill local-election-candidate-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-election-candidate-search
Source: https://github.com/NomaDamas/k-skill/tree/main/local-election-candidate-search
Command: npx skills add https://github.com/NomaDamas/k-skill --skill local-election-candidate-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

선거통계시스템(NEC)에서 지방선거 후보자 정보를 직접 찾아 읽고 정리하는 과정을 줄여, 이름과 선거 조건에 맞는 후보자를 빠르게 확인할 수 있게 해줍니다.

Core Features & Use Cases

  • 중앙선거관리위원회(NEC) 통합 후보자 검색: 후보자명 기준으로 NEC 공개 통합검색 결과에서 후보자 이력을 가져옵니다.
  • 지방선거 후보자 중심 필터링: 시도지사/기초단체장/의원/비례/교육감 등 지방선거 성격에 맞게 기본으로 정리합니다.
  • 동명이인 대응과 구체 필드 제공: 선거일/선거종류/지역(선거구 등) 조건으로 모호한 결과를 좁히고, 정당·득표·직업·학력·경력 같은 핵심 항목을 반환합니다.

Quick Start

사용자가 예를 들어 “오세훈 후보를 시도지사(서울)로 지방선거 후보만 5건 조회해줘”라고 요청하면 그 조건에 맞는 NEC 후보자 결과를 JSON으로 반환합니다.

Frequently Asked Questions about local-election-candidate-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve local election candidate profiles from the NEC election statistics system?

To retrieve local election candidate profiles, search the NEC integrated candidate database using an exact candidate name with optional election type and region filters. The Skill parses server-rendered HTML from the public NEC POST workflow and returns structured JSON fields.

Can I filter NEC candidate search results to handle homonyms with the same name?

Yes, you can disambiguate homonyms in NEC candidate search results by narrowing the search with specific election type, election date, year, and region filters to isolate the correct individual's profile.

What structured candidate fields are returned from the public records search?

The public records search returns structured candidate fields parsed from HTML, including party affiliation, vote count, occupation, education, and career history, along with election type and region details.

Does the NEC candidate lookup require authentication to access public records?

No, the NEC candidate lookup does not require authentication. It utilizes an unauthenticated public POST workflow to info.nec.go.kr to fetch and parse server-rendered HTML into structured JSON data.

Can I expand the candidate search beyond local government elections?

Yes, while the Skill defaults to local government elections like city mayors and council members, you can use an opt-in feature to expand the candidate set and include non-local races in the search results.

What is the best way to limit the number of candidates returned from an election search?

The best way to limit candidates returned from an election search is by specifying strict filters like exact candidate name, local election type, and region, and by setting a maximum number of results in your request.