OpenClaw
Deploy a managed OpenClaw agent in 60 seconds
Launch on Hostinger →
Hermes Agent
Run your Hermes agent, fully managed
Launch on Hostinger →
Hostinger VPS
Spin up a VPS in one click, 20% off
Launch on Hostinger →
Firecrawl
Crawl and scrape any site into clean data
Try Firecrawl free →
Context.dev
One API to scrape, enrich, and extract the web
Start building free →
SetupClaw
Done-for-you OpenClaw for founders and teams
Get it set up for you →
CodeRabbit
AI code reviews for every PR
Try CodeRabbit free →
Your product here
Reach thousands of AI builders a month
Learn more →
Claude Market
Menu
SkillsMCPPluginsMarketplacesNewsletterSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market
SkillsMCPPluginsMarketplacesNewsletterSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Skills/nomadamas/k-skill/local-election-candidate-search
local-election-candidate-search logo

local-election-candidate-search

nomadamas/k-skill
591 installs6K stars
Run it on Hostinger, 20% off →Your friend gets 20% off too, using this linkFree API →|View on GitHub|Create your own skill →

Installation

npx skills add https://github.com/nomadamas/k-skill --skill local-election-candidate-search

Summary

중앙선거관리위원회 선거통계시스템 공개 통합검색으로 한국 지방선거 후보자 정보를 이름/선거종류/지역 기준으로 조회한다.

SKILL.md

Local Election Candidate Search

What this skill does

중앙선거관리위원회(NEC) 선거통계시스템의 공개 통합검색에서 후보자 이름을 조회하고, 지방선거 관련 후보자 이력만 기본으로 정리한다. 후보자명, 한자명, 생년월일/성별, 선거일, 선거명, 선거종류, 정당, 선거구, 득표, 직업, 학력, 경력 등을 반환한다.

When to use

  • 사용자가 “지방선거 후보”, “시도지사 후보”, “기초의원 후보”, “교육감 후보” 등을 이름/지역/선거일 기준으로 찾아 달라고 할 때
  • 중앙선관위 선거통계시스템에서 공개된 후보자 이력을 확인해야 할 때
  • 동명이인이 있을 수 있어 후보자명 + 선거종류/지역/연도 필터가 필요한 때

Public access path

Chosen path: NEC integrated candidate search.

  • Entry page: https://info.nec.go.kr/search/searchCandidate.xhtml
  • Method: unauthenticated public POST
  • Required form field: searchKeyword=<정확한 후보자 성명>
  • Helper package: local-election-candidate-search

Why this path: the visible NEC UI explicitly exposes candidate-name integrated search across recent and historical elections, and it returns the candidate result cards in server-rendered HTML. It is more stable than scraping per-election menu pages because it does not require selecting every city/town/constituency combo first.

Workflow

  1. Use the package CLI from this repository or installed workspace:
npx local-election-candidate-search 오세훈 --election 시도지사 --region 서울 --limit 5
  1. Narrow ambiguous/homonym results:
npx local-election-candidate-search 김동연 --date 2014 --election 기초의원 --region 동작
  1. Include non-local races only when the user asks for all NEC integrated-search matches:
npx local-election-candidate-search 이재명 --all --limit 20

Inputs

  • Candidate name: exact Korean name; required.
  • --election: one of 시도지사, 기초단체장, 광역의원, 기초의원, 광역비례, 기초비례, 교육감.
  • --date / --year: YYYY, YYYYMMDD, or YYYY.MM.DD.
  • --region: free text filter against parsed district/region text.
  • --limit: max rows, capped at 100.
  • --all: include non-local election results.

Outputs

Return concise JSON. Each items[] row may include:

  • name, hanja, birth_date, gender
  • election_date, election_name, election_code, election_type
  • party, district, votes, vote_share, elected
  • job, education, career[]
  • upstream code fields such as city_code, sgg_city_code, town_code

summary.upstream_result_limit shows the NEC row count requested before local client-side filters. Filtered searches request up to 100 upstream rows first, then apply exact-name matching, local/election/date/region filters, deduplication, and the final --limit.

Failure modes

  • no candidate results: NEC returned no matching card or filters removed all matches.
  • unexpected NEC search HTML: upstream may be in maintenance, NetFunnel queue, login/blocked state, or markup changed.
  • NEC search page was capped: filtered results are based on the maximum fetched page and may require upstream pagination for exhaustive coverage.
  • Homonyms: the same name can appear across many elections; always show election date/type/district and apply user-provided filters.
  • Future elections: candidate registration data may be incomplete until NEC publishes it.

Done when

  • Results are sourced from info.nec.go.kr public HTML.
  • Local-election filtering is applied unless the user requested --all.
  • Any warnings/failure modes are shown instead of silently claiming no results.

Score

0–100
65/ 100

Grade

C

Popularity17/30

591 installs — growing adoption. Source repo has 5,594 GitHub stars.

Completeness27/30

Documented: full SKILL.md body, description, one-line install. Missing: category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Local Election Candidate Search skill score badge previewScore badge

Markdown

[![Local Election Candidate Search skill](https://www.claudemarket.ai/skills/nomadamas/k-skill/local-election-candidate-search/badges/score.svg)](https://www.claudemarket.ai/skills/nomadamas/k-skill/local-election-candidate-search)

HTML

<a href="https://www.claudemarket.ai/skills/nomadamas/k-skill/local-election-candidate-search"><img src="https://www.claudemarket.ai/skills/nomadamas/k-skill/local-election-candidate-search/badges/score.svg" alt="Local Election Candidate Search skill"/></a>

Local Election Candidate Search FAQ

How do I install the Local Election Candidate Search skill?

Run “npx skills add https://github.com/nomadamas/k-skill --skill local-election-candidate-search” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Local Election Candidate Search skill do?

중앙선거관리위원회 선거통계시스템 공개 통합검색으로 한국 지방선거 후보자 정보를 이름/선거종류/지역 기준으로 조회한다. The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Local Election Candidate Search skill free?

Yes. Local Election Candidate Search is a free, open-source skill published from nomadamas/k-skill. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Local Election Candidate Search work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Local Election Candidate Search works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Recommended skills

Browse all →
research logo

research

mattpocock/skills

241K installsInstall
ai-research-explore logo

ai-research-explore

lllllllama/rigorpilot-skills

196K installsInstall
ai-research-reproduction logo

ai-research-reproduction

lllllllama/rigorpilot-skills

196K installsInstall
find-skills logo

find-skills

vercel-labs/skills

2.8M installsInstall
grill-me logo

grill-me

mattpocock/skills

772K installsInstall
frontend-design logo

frontend-design

anthropics/skills

747K installsInstall

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideHow To Find The Right Openclaw Skill For Your ProjectGuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before Installing

Skills by category

FrontendBackend & APIsTesting & QASecurityDevOps & CI/CDMCP & ToolingAutomationData & Analysis+27 more

MCP servers by category

MCP & ToolingBackend & APIsData & AnalysisDevOps & CI/CDAutomationSecurityDocsTesting & QA+24 more

Plugins by category

AutomationDevOps & CI/CDData & AnalysisDesign & CreativeSecurityBackend & APIsFrontendTesting & QA+16 more

Marketplaces by category

AutomationData & AnalysisDevOps & CI/CDDesign & CreativeFrontendBackend & APIsTesting & QASecurity+21 more

The Agent Stack

Weekly Claude Code, Agent SDK, and MCP moves worth your time — free.

Claude Market

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

Independent project, not affiliated with Anthropic.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Plugins
  • Browse Marketplaces
  • Newsletter

More

  • Submit a Tool
  • Create a Skill
  • Advertise
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy
© 2026 Claude Market · Not affiliated with Anthropic
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed