
When a Korean user asks where to donate by location or category, this skill returns a shortlist of verified nonprofits with links back to the official 1365 government portal for final confirmation. It parses location strings like "서울 마포구" and categories like "동물보호" or "아동," then ranks a curated fallback list and constructs best-effort verification URLs without scraping or automation. It never executes payments, submits forms, or auto-enrolls recurring donations. The workflow is simple: extract location and category, call the Node helper, cite the 1365 link, and remind the user to check campaign status and tax receipt eligibility before giving. It's a read-only recommendation layer for a high-stakes decision.
npx -y skills add nomadamas/k-skill --skill donation-place-search --agent claude-codeInstalls into .claude/skills of the current project.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct donation-place-search
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files donation-place-search
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/donation-place-search/instruction.md.