/SKILL.md
Expert workflow for Korea Tourism Organization TourAPI. Builds valid requests, validates parameters, handles pagination/errors, and maps responses to app models.
npx skillsauth add 2sem/korea-tourapi-skill korea-tourapiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when implementing or debugging integrations with Korea Tourism Organization TourAPI 4.0 KorService2.
KorService2https://apis.data.go.kr/B551011/KorService2areaCode2, categoryCode2, areaBasedList2, locationBasedList2searchKeyword2, searchFestival2, searchStay2detailCommon2, detailIntro2, detailInfo2, detailImage2areaBasedSyncList2, detailPetTour2, ldongCode2, lclsSystmCode2contentid, contenttypeid, coordinates, image fields.areaBasedSyncList2.For every request, enforce these baseline params first:
serviceKeyMobileOS (IOS, AND, WEB, ETC)MobileApp (service name)_type=json (unless XML is explicitly required)Then add endpoint-specific required params.
references/quick-reference.md).sigunguCode requires areaCodecat2 requires cat1cat3 requires cat1 and cat2lDongSignguCd requires lDongRegnCdlclsSystm2 requires lclsSystm1lclsSystm3 requires lclsSystm1 and lclsSystm2radius to <= 20000.response.header first:
resultCode == "0000"response.body.items.item robustly (single object or array).pageNo, numOfRows, totalCount).detailCommon2 -> detailIntro2 -> detailInfo2 -> detailImage2cpyrhtDivCd) in downstream usage.Before implementation guidance, run two explicit checks and report both:
serviceKey, MobileOS, MobileApp, _type.references/validation-matrix.md.cat2/cat3, sigunguCode, legal-dong, classification-system).defaultYN, firstImageYN, areacodeYN, catcodeYN, addrinfoYN, mapinfoYN, overviewYN, subImageYNresultCode == "0000".response.header, response.body, response.body.items.itemresultCode/resultMsg top-level may appearpageNo, numOfRows, totalCount.references/validation-matrix.md.contentid, mapx, mapy, dist) safely.OpenAPI_ServiceResponse)resultCode in response header)detailCommon2 is simplified compared with prior revisions.Never send removed legacy flags to detailCommon2:
defaultYNfirstImageYNareacodeYNcatcodeYNaddrinfoYNmapinfoYNoverviewYNIf any of the above appears in generated code, remove it before request execution.
detailCommon2 request should be treated as:
serviceKey, MobileOS, MobileApp, _typecontentIdnumOfRows, pageNoAlso do not use deprecated subImageYN on detailImage2.
When this skill is used, always output:
serviceKey).references/quick-reference.mdreferences/validation-matrix.mdreferences/wherewego-mapping.mddocs/FEATURE_PLAN.mddevelopment
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.