Agent skill
geocoding
Nominatim 기반 주소↔좌표 변환 및 위치 검색 (API 키 불필요)
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/geocoding
SKILL.md
지오코딩 도구
OpenStreetMap Nominatim API를 사용하여 주소를 좌표로, 좌표를 주소로 변환합니다.
사용 가능한 도구
- geocode_address: 주소/장소명 → 위도·경도 변환
- geocode_reverse: 위도·경도 → 주소 변환
사용법
- 한국어 주소, 영어 주소 모두 지원
- 부동산, 날씨, 환경 분석 등의 전처리 단계로 사용
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?