
This pulls the latest posts from GeekNews (news.hada.io) using their public RSS feed, no auth required. You get list, search by title or author, and detail views with summaries and links back to the original. It's read-only and conservative by design, sticking to what the feed provides rather than scraping full content or comments. Useful when you want to check "what's on GeekNews today" or search for posts about a specific topic without opening a browser. The feed sometimes goes quiet and you won't get vote counts or discussion threads, but for quickly scanning Korean tech news it does the job without any API complexity.
npx -y skills add nomadamas/k-skill --skill geeknews-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 geeknews-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 geeknews-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/geeknews-search/instruction.md.