Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkills / Engineering / backend

Swagger API Finder

Category: Engineering  ·  Sub-category: backend  ·  Last updated:
렛츠커리어 백엔드 API를 찾거나 그 요청/응답 계약(스펙)을 Swagger(OpenAPI)에서 확인할 때 쓰는 스킬. 예를 들어: 어떤 기능에 어떤 엔드포인트를 호출해야 할지 모를 때, 특정 기능(결제·쿠폰·프로그램·챌린지·라이브 클래스 등)에 어떤 API들이 있는지 찾을 때, 요청 바디로 무엇을 보내야 하는지·응답이 어떤 필드 구조로 오는지 볼 때, 프론트엔드 타입을 서버 응답에 맞춰야 할 때, 특정 path 스펙이 궁금할 때. "엔드포인트 찾아줘", "이 API 요청/응답 형태", "어떤 API들이 있어", "API 목록", "이 path 스펙", "Swagger에서 확인", "API 계약 확인" 같은 말이면 이 스킬이다. 배포 api-docs(약 357KB·257 엔드포인트·449 스키마)를 통째로 읽지 마라 — 9만 토큰을 먹는다. 번들된 `scripts/swagger.py` 로 필요한 조각만 1~2K 토큰에 추출하면, 서버 Java 소스를 뒤지는 것보다 싸고 빠르다. 단, Swagger UI 로컬 실행, 클라이언트 코드(컴포넌트·훅·zod 스키마) 작성·수정, 서버 비즈니스 로직·트랜잭션·DB 저장 구조·쿼리 구현 파악에는 쓰지 마라 — 환경 설정·구현 작업·server-code-reference 의 몫이다.

From the source SKILL.md

렛츠커리어 배포 서버의 OpenAPI 스펙에서 엔드포인트와 요청/응답 계약을 빠르게 찾는다.

What this skill does

Swagger API Finder is a community-contributed Claude Code skill in the backend sub-category. It ships as a SKILL.md file that Claude Code auto-discovers under ~/.claude/skills/swagger-api-finder/ and loads when your prompt matches the skill's trigger.

Who uses this skill

The Swagger API Finder Claude Code skill is built for software engineers, backend developers, full-stack teams, and technical leads building and maintaining production systems. It's part of ClaudSkills (also referred to as Claude Skills or Claude Code Skills) — the open community-curated registry of 93,000+ SKILL.md files for Anthropic's Claude Code agent and the wider Claude ecosystem (Claude API, Claude Agent SDK).

How to install

Free

Manual install (2 steps)

mkdir -p ~/.claude/skills/swagger-api-finder
curl -L https://claudskills.com/skills/swagger-api-finder/SKILL.md \
  -o ~/.claude/skills/swagger-api-finder/SKILL.md

Or just download SKILL.md directly and drop it into ~/.claude/skills/swagger-api-finder/. Claude Code auto-discovers it on next session.

Skills live at ~/.claude/skills/swagger-api-finder/SKILL.md on macOS/Linux, or %USERPROFILE%\.claude\skills\swagger-api-finder\SKILL.md on Windows. See the full install guide for step-by-step instructions.

Telegram

📱 Install from your phone or desktop Telegram

Open @claudskills_bot on Telegram, tap Open Desktop App, and the desktop app installs this skill for you. Or share the bot link with a colleague — they get the same one-tap install. Learn more →

Pro

One-click install via the desktop app

The ClaudSkills desktop app installs any skill directly into ~/.claude/skills/ with one click — no terminal required. Pro starts at $9/mo or $149 lifetime.

Pro

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Frequently asked questions

How do I install the Swagger API Finder Claude Code skill?
Install via the ClaudSkills desktop app (one click) or copy SKILL.md from the source repository to ~/.claude/skills/swagger-api-finder/SKILL.md and restart Claude Code. Both flows are detailed at claudskills.com/install/.
What does the Swagger API Finder skill do?
렛츠커리어 백엔드 API를 찾거나 그 요청/응답 계약(스펙)을 Swagger(OpenAPI)에서 확인할 때 쓰는 스킬. 예를 들어: 어떤 기능에 어떤 엔드포인트를 호출해야 할지 모를 때, 특정 기능(결제·쿠폰·프로그램·챌린지·라이브 클래스 등)에 어떤 API들이 있는지 찾을 때, 요청 바디로 무엇을 보내야 하는지·응답이 어떤 필드 구조로 오는지 볼 때, 프론트엔드 타입을 서버 응답에 맞춰야 할 때, 특정 path 스펙이 궁금할 때. "엔드포인트 찾아줘", "이 API 요청/응답 형태", "어떤 API들이 있어", "API 목록", "이 path 스펙", "Swagger에서 확인", "API 계약 확인" 같은 말이면 이 스킬이다. 배포 api-docs(약 357KB·257 엔드포인트·449 스키마)를 통째로 읽지 마라 — 9만 토큰을 먹는다. 번들된 `scripts/swagger.py` 로 필요한 조각만 1~2K 토큰에 추출하면, 서버 Java 소스를 뒤지는 것보다 싸고 빠르다. 단, Swagger UI 로컬 실행, 클라이언트 코드(컴포넌트·훅·zod 스키마) 작성·수정, 서버 비즈니스 로직·트랜잭션·DB 저장 구조·쿼리 구현 파악에는 쓰지 마라 — 환경 설정·구현 작업·server-code-reference 의 몫이다.
Is this skill free to install?
Yes. ClaudSkills is an open registry — every skill keeps its source repository's license, and manual install via copy is free. ClaudSkills Pro ($9/mo, $79/yr, or $149 one-time) adds one-click install via the desktop app and a multi-signal Quality Score.
When should I use the Swagger API Finder skill?
Use Swagger API Finder when your Claude Code task falls under the Engineering category — specifically in the backend area. Claude Code auto-discovers installed skills and invokes the right one based on the task description, so you can also ask Claude directly (e.g. "use Swagger API Finder" or describe the task and let Claude pick). Browse related skills at /category/engineering/.
What is a Claude Code skill and how does the Swagger API Finder skill fit in?
A Claude Code skill is a SKILL.md file that lives under ~/.claude/skills/<name>/ and tells the Claude Code CLI agent how to perform a specific task (instructions, prompts, allowed tools). Skills are auto-discovered at session start. Swagger API Finder is one of 67,000+ skills indexed in the open ClaudSkills catalog, classified under the Engineering category. Learn more at /learn/what-is-a-claude-skill/.

Attribution & license

Cite this skill

If you reference this skill in a blog post, paper, or documentation, you can cite it as:

APA
Let-s-intern. (2026). Swagger API Finder [Claude Code skill]. ClaudSkills. https://claudskills.com/skills/swagger-api-finder/
BibTeX
@misc{swagger-api-finder-2026,
  author    = {Let-s-intern},
  title     = {Swagger API Finder [Claude Code skill]},
  year      = {2026},
  publisher = {ClaudSkills},
  url       = {https://claudskills.com/skills/swagger-api-finder/}
}

Embed this skill

Promote, attribute, or link this skill from your own README, blog post, or documentation. All three snippets are free to use — no sign-up, no API key. More distribution surfaces →

Badge
[![ClaudSkills](https://claudskills.com/badge/swagger-api-finder.svg)](https://claudskills.com/skills/swagger-api-finder/?utm_source=badge&utm_medium=readme&utm_campaign=skill_badge)
<script>
<script src="https://claudskills.com/embed/swagger-api-finder.js" async></script>
<iframe>
<iframe src="https://claudskills.com/embed/swagger-api-finder.html" width="100%" height="160" frameborder="0" loading="lazy" title="ClaudSkills: Swagger API Finder"></iframe>

Free. No spam. Unsubscribe in one click.

More Engineering skills

Browse all Engineering skills in the ClaudSkills registry, or explore these other picks from the same category:

Browse all Engineering skills → Top 100 skills
Part of ClaudSkills — the open registry for Claude Skills & Claude Code Skills.  ·  What's New  ·  Install guide  ·  About  ·  llms.txt

Part of Acreator Store — Adam Lankamer's AI tools: PerfectStudio · Ucaption · UTagger · AutoXPoster · TestYourSkills · AutomationFlows · Au Naturel · Telegram @acreatorstore