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.
GeekNews 공개 RSS/Atom 피드(https://feeds.feedburner.com/geeknews-feed)를 사용해 최신 글을 읽기 전용으로 조회한다.
limitquery, 선택 limitid 또는 링크/토픽 번호 일부https://feeds.feedburner.com/geeknews-feedhttps://news.hada.iopython3 scripts/geeknews_search.py list --limit 10
python3 scripts/geeknews_search.py search --query Claude --limit 5
검색은 제목, 요약, 작성자, 링크/id 기준으로만 동작한다.
python3 scripts/geeknews_search.py detail --id 28439
상세 조회는 RSS 피드에 포함된 content/요약과 원문 링크를 함께 돌려준다.
--feed-file 로 저장된 Atom XML을 넣을 수 있다.juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills