스킬 sitemapkit
📦

sitemapkit

중간 위험 🌐 네트워크 접근🔑 환경 변수

웹사이트 사이트맵 발견

사이트맵 위치를 알 수 없으면 웹사이트 URL 발견이 느려집니다. 이 스킬은 SitemapKit을 사용하여 사이트맵 파일을 찾고, URL을 추출하며, 크롤링 범위를 요약합니다.

지원: Claude Codex Code(CC)
⚠️ 50 나쁨
1

스킬 ZIP 다운로드

2

Claude에서 업로드

설정 → 기능 → 스킬 → 스킬 업로드로 이동

3

토글을 켜고 사용 시작

Agent용 리소스

AI Agent, 크롤러 또는 스크립트가 전체 페이지 대신 깔끔한 컨텍스트가 필요할 때 이 링크를 사용하세요.

테스트해 보기

"sitemapkit" 사용 중입니다. stripe.com의 모든 사이트맵을 찾아 주세요.

예상 결과:

발견된 사이트맵 URL, 사용된 발견 방법, 가능한 경우 남은 월간 할당량의 간결한 목록입니다.

"sitemapkit" 사용 중입니다. 제품 사이트맵에서 모든 URL을 추출해 주세요.

예상 결과:

선택적 마지막 수정 날짜가 포함된 읽기 쉬운 URL 목록과 결과가 잘린 경우 해당 참고 사항입니다.

"sitemapkit" 사용 중입니다. 마이그레이션 전에 웹사이트 전체 크롤링을 실행해 주세요.

예상 결과:

사이트맵 수, 처리된 사이트맵 파일, 총 URL 수, 잘림 상태, 대표 URL 섹션의 요약입니다.

보안 감사

중간 위험
v2 • 6/27/2026

Static analysis reported command execution, weak crypto, filesystem, network, and credential patterns. Review found the command and weak-crypto alerts are false positives from Markdown backticks, TypeScript template strings, and documentation text, while network access and SITEMAPKIT_API_KEY usage are intentional for the SitemapKit API. The skill is publishable with a warning because user-supplied URLs and an API key are sent to a third-party service.

5
스캔된 파일
436
분석된 줄 수
7
발견 사항
2
총 감사 수
중간 위험 문제 (2)
Third-party API receives user URLs and API key
The MCP server reads SITEMAPKIT_API_KEY from the environment and sends it with user-provided sitemap or domain URLs to https://app.sitemapkit.com. This is expected for the service, but it exposes browsing targets and credentials to a third-party API and should be disclosed to users.
Remote crawling delegated to external service
Tool calls accept user-provided url values and forward them to the SitemapKit API for discovery or extraction. This can reveal target domains or sitemap URLs and can consume a user quota on the external service.
낮은 위험 문제 (3)
Documentation references hidden MCP configuration files
README.md mentions user configuration paths such as .cursor/mcp.json and ~/.codeium/windsurf/mcp_config.json. These are setup instructions, not code that reads or writes hidden files.
Static command-execution alerts are Markdown and string formatting false positives
The backtick detections in README.md and SKILL.md are inline code formatting, and the detections in src/index.ts are template literals used to format API responses and errors. No shell execution API or dynamic command invocation was found.
Weak-crypto alerts are false positives
The reported weak-cryptography locations do not show cryptographic code. They appear to match ordinary text such as Markdown, MCP, sitemap, or example strings.

감지된 패턴

Authenticated outbound fetch to fixed API endpoint
감사자: codex 감사 이력 보기 →

품질 점수

55
아키텍처
100
유지보수성
87
콘텐츠
69
커뮤니티
49
보안
83
사양 준수

만들 수 있는 것

SEO 사이트 인벤토리

색인 범위 또는 마이그레이션 준비 상태를 확인하기 전에 사이트맵 URL과 페이지 수를 수집합니다.

경쟁사 콘텐츠 매핑

경쟁사 도메인에서 공개 사이트맵 URL을 추출하여 사이트 섹션과 게시 규모를 파악합니다.

개발자 마이그레이션 점검

사이트 출시 전후에 예상 페이지를 사이트맵 출력과 비교합니다.

이 프롬프트를 사용해 보세요

사이트맵 파일 찾기
https://example.com의 모든 사이트맵 파일을 찾고 각 사이트맵이 어디에서 발견되었는지 알려 주세요.
단일 사이트맵 추출
https://example.com/sitemap.xml에서 URL을 추출하고 가능한 경우 마지막 수정 날짜를 포함해 주세요.
사이트 URL 수 감사
https://example.com에 대해 5000개 URL 제한으로 전체 사이트맵 크롤링을 실행해 주세요. 총 URL 수, 처리된 사이트맵, 잘림 상태를 요약해 주세요.
출시 범위 비교
https://example.com의 모든 사이트맵을 발견하고, 반환된 URL을 사이트 섹션별로 그룹화한 뒤, 페이지 수가 예상보다 낮은 섹션을 표시해 주세요.

모범 사례

  • 대상 도메인이 공개되어 있으며 SitemapKit으로 전송하기에 적절한지 확인하세요.
  • 대규모 사이트에서 전체 크롤링을 실행하기 전에 사이트맵 발견부터 시작하세요.
  • 결과 크기와 할당량 사용량을 제어하기 위해 max_urls를 신중하게 설정하세요.

피하기

  • 비공개 URL이나 민감한 내부 도메인에는 사용하지 마세요.
  • 사이트맵에 사이트의 모든 라이브 페이지가 포함되어 있다고 가정하지 마세요.
  • 할당량과 잘림 상태를 확인하지 않고 매우 높은 URL 제한을 요청하지 마세요.

자주 묻는 질문

이 스킬에 API 키가 필요한가요?
예. MCP 서버는 SitemapKit 인증을 위해 SITEMAPKIT_API_KEY가 필요합니다.
내 환경 외부로 데이터를 전송하나요?
예. 대상 도메인 또는 사이트맵 URL을 SitemapKit API로 전송합니다.
사이트맵 없이 페이지를 크롤링할 수 있나요?
사이트맵 발견과 추출에 중점을 둡니다. 전체 브라우저 크롤러는 아닙니다.
결과가 너무 크면 어떻게 되나요?
응답이 잘릴 수 있습니다. 플랜과 할당량이 허용하는 경우 max_urls를 늘리세요.
어떤 어시스턴트에서 사용할 수 있나요?
보고서는 MCP 호환 설정을 통해 Claude, Codex, Claude Code 지원을 나열합니다.
남은 할당량을 표시할 수 있나요?
예. SitemapKit이 할당량 메타데이터를 반환하면 남은 월간 요청 수를 보고합니다.

개발자 세부 정보

작성자

0nl1n1n

라이선스

MIT

참조

main

파일 구조

📁 src/

📄 index.ts

📄 package.json

📄 README.md

📄 SKILL.md

📄 tsconfig.json