Help us improve
Share bugs, ideas, or general feedback.
From k-skill
Reads and searches GeekNews (hada.io) public RSS/Atom feed for recent posts, keyword search by title/summary/author, and detail lookup by item ID or link.
npx claudepluginhub nomadamas/k-skill --plugin k-skillHow this skill is triggered — by the user, by Claude, or both
Slash command
/k-skill:geeknews-searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
GeekNews 공개 RSS/Atom 피드(`https://feeds.feedburner.com/geeknews-feed`)를 사용해 최신 글을 읽기 전용으로 조회한다.
Aggregates RSS feeds from French tech sources like Journal du Hacker and Human Coders News, producing daily recaps of recent developer articles. Invoke via /veille [days].
Reads Hacker News story feeds, item metadata, comment trees, and user profiles through UnifAPI. Useful for launch monitoring, Show HN scanning, and HN sentiment research.
Scans HN, Lobsters, Reddit, and tech blogs for community opinions and experience reports on technologies or approaches. Use for gathering perspectives.
Share bugs, ideas, or general feedback.
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을 넣을 수 있다.