一键导入
ev-charger-nearby
Use when the user asks for Korean EV charging-station locations, charger types, or current charger status by region, station, or location text.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user asks for Korean EV charging-station locations, charger types, or current charger status by region, station, or location text.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
After installing the full k-skill bundle, configure and verify the shared cross-platform setup, then optionally wire update checks and GitHub starring with explicit user consent.
Use when the user asks to search Korean theses, academic articles, research reports, journals, or university-library catalog metadata through KERIS RISS.
한국 지자체별 전기차 구매보조금 민간공고·접수·출고·출고잔여 대수와 공고 상태를 환경부 무공해차 통합누리집에서 조회한다. 사용자가 사는 지역의 전기승용·전기화물·전기승합 보조금 잔여 현황, 접수 가능 여부, 마감·소진·추경 예정, 특정 모델 기준 보조금 환산치를 물을 때 사용한다.
Search official Korean national heritage records, details, locations, and monthly heritage events from the Korea Heritage Service Open API.
Use when the user asks to look up a Korean building-register title record by address, PNU, legal-dong code, or parcel number.
선관위·권익위·정보공개포털·주요 지방의회 등 검증된 공개 표면에서 공무국외출장/국외훈련 보고서·현황을 조회하고, 첨부 원문이 있으면 kordoc으로 사실·공개성·검토 신호만 구조화한다. 부정부패 판정 도구가 아니다.
| name | ev-charger-nearby |
| description | Use when the user asks for Korean EV charging-station locations, charger types, or current charger status by region, station, or location text. |
| license | MIT |
| metadata | {"category":"transit","locale":"ko-KR","phase":"v1"} |
환경부 전기차 충전소 API의 충전소 정보와 충전기 상태를 조회한다. 조회 전용이며 예약, 결제, 회원 인증, 충전 시작/중지는 자동화하지 않는다.
기본 호출은 hosted k-skill-proxy를 사용하므로 사용자는 API 키가 필요 없다. --direct를 명시한 경우에만 사용자의 KSKILL_EV_CHARGER_API_KEY, 이후 DATA_GO_KR_API_KEY를 찾는다.
15076352, getChargerInfogetChargerStatus15013115의 포털 제공 파일15013115는 실시간 상태 API가 아니다. 포털 다운로드 화면에서 사용자가 직접 받은 표준 CSV를 정적 참고자료로만 사용하며, 문서화되지 않은 CSV URL을 추측하지 않는다.
설치된 skill 디렉터리에서 실행한다.
python3 scripts/ev_charger.py info --location '서울 강남구' --num-of-rows 10
python3 scripts/ev_charger.py status --stat-id ME000001 --num-of-rows 10
python3 scripts/ev_charger.py status --zcode 11 --limit-yn Y --period 10 --json
공통 필터는 zcode, zscode, statId, chgerId다. hosted proxy의 info는 고유하게 식별되는 location을 행정구역 코드로 변환하며, 모호하거나 찾을 수 없는 위치와 충돌하는 명시적 코드는 거부한다. status는 limitYn과 period를 추가로 허용한다. 페이지 기본값은 pageNo=1, numOfRows=10이며 numOfRows 범위는 10~9999다.
직접 호출:
python3 scripts/ev_charger.py info --zcode 11 --zscode 11680 --direct
python3 scripts/ev_charger.py status --stat-id ME000001 --direct --dry-run
직접 호출은 위치 텍스트를 행정구역 코드로 변환하지 않으므로 --location 대신 --zcode/--zscode를 사용한다. --dry-run은 URL을 보여주되 키를 REDACTED로 가린다.
KSKILL_EV_CHARGER_API_KEY -> DATA_GO_KR_API_KEY~/.config/k-skill/secrets.env에서 같은 순서공공데이터포털 인증키를 이미 갖고 있어도 데이터셋 15076352 상세 페이지에서 별도 활용신청이 필요하다. 이 API는 자동승인 대상이지만 승인/활성화가 완료된 뒤 호출해야 한다.
info로 충전소 주소, 운영기관, 충전기 유형과 식별자를 찾는다.statId/chgerId로 status를 호출해 현재 상태와 갱신시각을 확인한다.15013115의 사용자가 직접 내려받은 표준 CSV를 정적/수동 fallback으로 안내한다.기본은 한국어 요약, --json은 프록시/상류 JSON을 출력한다. 가능한 경우 다음 필드를 포함한다.
statId, chgerId상태 코드는 원문 값을 보존한다. 상태가 없거나 오래된 경우 추정하지 않는다.
upstream_not_configured: hosted/self-host 프록시에 DATA_GO_KR_API_KEY가 없음15076352 활용신청 승인 여부 확인zcode/zscode/statId를 확인