Scrapes Gangnam Unni's public search page for cosmetic surgery and dermatology clinic listings in Korea. It parses the Next.js payload from non-authenticated search results and returns clinic names, ratings, review counts, supported languages, and public URLs. You'd use this if you're building something that needs to surface Korean clinic data without hitting an API or requiring login. It won't do anything account-based like booking or payments, just read-only search. The main risk is that it depends on Gangnam Unni's HTML structure staying stable, so it could break if they change their Next.js data layer. Answers are kept conservative since this is medical context, no recommendations or advice.
npx skills add https://github.com/nomadamas/k-skill --skill gangnamunni-clinic-search