
Queries South Korea's official individual land valuations (개별공시지가) from the Ministry of Land's database, the legal basis for property tax, capital gains tax, and other levies. You give it a full Korean address down to the jibun, it returns the per-square-meter price, multi-year trends, and year-over-year changes. This is government assessment data, not market prices or transaction values, so it's strictly for tax calculations or understanding the official floor. Works directly against realtyprice.kr without needing API keys. The workflow is clear about when not to use it: if someone asks for actual market prices or apartment valuations, you need a different source entirely.
npx -y skills add nomadamas/k-skill --skill gongsijiga-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 gongsijiga-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 gongsijiga-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/gongsijiga-search/instruction.md.