geeknews-search
nomadamas/k-skill
Search and browse GeekNews articles via public RSS/Atom feed.
What is geeknews-search?
Read-only skill to query the GeekNews public RSS feed, search posts by title/summary/author, and retrieve article details with links. Use it to stay updated on tech news or find specific GeekNews articles.
- List recent GeekNews articles with configurable limit
- Search articles by title, summary, author, or link/ID
- Retrieve detailed article content and original links from RSS feed
- No authentication required—uses public feed only
How to install geeknews-search
npx skills add https://github.com/nomadamas/k-skill --skill geeknews-searchHow to use geeknews-search
- 1.Run `python3 scripts/geeknews_search.py list --limit 10` to see recent articles
- 2.Run `python3 scripts/geeknews_search.py search --query <keyword> --limit 5` to search by title, summary, author, or link
- 3.Run `python3 scripts/geeknews_search.py detail --id <article_id>` to view full RSS content and original link
Use cases
- Check latest GeekNews posts: 'What's new on GeekNews today?'
- Search for topic-specific articles: 'Find GeekNews posts about Claude'
- Get article details and links: 'Show me the summary and link for this GeekNews item'
- Tech news readers
- Developers tracking industry updates
- Korean tech community members
geeknews-search FAQ
It uses the public GeekNews RSS/Atom feed at https://feeds.feedburner.com/geeknews-feed. No login or unofficial APIs required.
No. Search works only on title, summary, author, and link/ID fields provided by the RSS feed.
FeedBurner or GeekNews may be temporarily unresponsive. The skill will fail gracefully in that case.
No. The skill is read-only and limited to what the RSS feed provides—article metadata, summary, and links only.
Full instructions (SKILL.md)
Source of truth, from nomadamas/k-skill.
name: geeknews-search description: GeekNews public RSS/Atom feed로 긱뉴스 게시물을 조회, 검색, 상세 확인하는 읽기 전용 스킬. license: MIT metadata: category: news locale: ko-KR source: geeknews-rss
GeekNews Search
What this skill does
GeekNews 공개 RSS/Atom 피드(https://feeds.feedburner.com/geeknews-feed)를 사용해 최신 글을 읽기 전용으로 조회한다.
- 최신 글 목록 조회
- 제목/요약/작성자 기준 검색
- 항목 id/link 기준 상세 확인
When to use
- "긱뉴스 오늘 뭐 올라왔어?"
- "긱뉴스에서 Claude 관련 글 찾아줘"
- "이 GeekNews 글 요약/링크 확인해줘"
Inputs
- 기본: 별도 인증 없이 public feed만 사용
- 목록 조회:
limit - 검색:
query, 선택limit - 상세 조회:
id또는 링크/토픽 번호 일부
Official surface
- GeekNews RSS/Atom feed:
https://feeds.feedburner.com/geeknews-feed - GeekNews home:
https://news.hada.io
Workflow
1) List recent entries
python3 scripts/geeknews_search.py list --limit 10
2) Search the feed conservatively
python3 scripts/geeknews_search.py search --query Claude --limit 5
검색은 제목, 요약, 작성자, 링크/id 기준으로만 동작한다.
3) Inspect a specific item
python3 scripts/geeknews_search.py detail --id 28439
상세 조회는 RSS 피드에 포함된 content/요약과 원문 링크를 함께 돌려준다.
Done when
- 최신 GeekNews 글 목록을 바로 보여줄 수 있다.
- 키워드 검색 결과에서 제목/링크/작성자/요약을 정리할 수 있다.
- 특정 항목의 RSS 기반 내용을 보수적으로 확인하고 원문 링크를 함께 제시할 수 있다.
Failure modes
- FeedBurner/GeekNews feed가 일시적으로 응답하지 않을 수 있다.
- RSS 피드가 제공하는 범위를 넘는 전체 본문/댓글/투표 정보는 포함되지 않는다.
- HTML 요약은 feed 원문 기준이라 일부가 잘릴 수 있다.
Notes
- v1은 RSS-first, read-only 범위다.
- 비공식 API나 로그인 세션에 의존하지 않는다.
- 테스트/오프라인 검증 시
--feed-file로 저장된 Atom XML을 넣을 수 있다.
Related skills
More from nomadamas/k-skill and the wider catalog.

gongsijiga-search
|

han-river-water-level
Query current water level and discharge of Han River observation stations by name or code.

hipass-receipt
Reuse logged-in Chrome sessions to query HiPass toll usage and access receipt popups.

hola-poke-yeoksam
Hola Poke Yeoksam location menu, store info, and event entry via remote MCP server.

household-waste-info
Query official South Korean household waste disposal schedules by district via data.go.kr API.

hwp
Parse HWP/HWPX documents to Markdown/JSON, extract form fields, diff versions, and reverse-convert Markdown→HWPX using kordoc.