Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
nomadamas avatar

Geeknews Search

  • 2.8k installs
  • 6.5k repo stars
  • Updated July 27, 2026
  • nomadamas/k-skill

geeknews-search is a read-only skill listing and searching GeekNews public RSS feed entries via geeknews_search.py CLI.

About

GeekNews Search reads the public GeekNews RSS and Atom feed at feeds.feedburner.com geeknews-feed to list recent posts, search by title summary author or link, and inspect item details read-only. Workflows call python3 scripts geeknews_search.py with list, search, and detail subcommands plus limit and query flags. List mode returns recent entries; search matches conservatively on title, summary, author, and link or id fields; detail fetches RSS content and original article links by id or topic number. No authentication is required and v1 stays RSS-first without unofficial APIs or login sessions. Offline testing supports --feed-file with saved Atom XML. Failure modes note FeedBurner outages, truncated HTML summaries, and missing full article comments or vote data beyond feed scope. Done criteria include showing latest headlines, organizing keyword search results with title link author summary, and presenting RSS-based detail with source links. Locale is ko-KR with GeekNews home at news.hada.io as the official surface reference.

  • Read-only RSS feed list, search, and detail commands.
  • geeknews_search.py list search detail CLI workflows.
  • Conservative title summary author link search matching.
  • Optional --feed-file for offline Atom XML testing.
  • No auth, unofficial API, or login session dependency.

Geeknews Search by the numbers

  • 2,812 all-time installs (skills.sh)
  • +127 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #45 of 826 Skill Development skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

geeknews-search capabilities & compatibility

Capabilities
recent geeknews entry listing with limit · conservative keyword search across feed fields · detail lookup by id or link fragment · offline atom xml feed file testing mode · rss scope boundaries and failure mode docs · original article link presentation with summarie
Use cases
research · web search
Pricing
Free
From the docs

What geeknews-search says it does

v1은 RSS-first, read-only 범위다.
SKILL.md
검색은 제목, 요약, 작성자, 링크/id 기준으로만 동작한다.
SKILL.md
비공식 API나 로그인 세션에 의존하지 않는다.
SKILL.md
npx skills add https://github.com/nomadamas/k-skill --skill geeknews-search

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2.8k
repo stars6.5k
Security audit2 / 3 scanners passed
Last updatedJuly 27, 2026
Repositorynomadamas/k-skill

How do I find today's GeekNews posts or search Korean tech news from the public feed?

List, search, and inspect GeekNews posts from the public RSS feed with read-only CLI scripts.

Who is it for?

Users monitoring GeekNews headlines or searching feed topics without scraping the website.

Skip if: Skip for full article bodies, comments, votes, or authenticated GeekNews features outside RSS.

When should I use this skill?

User asks about GeekNews today posts, keyword search in GeekNews, or RSS item detail by id.

What you get

Structured list, search results, or RSS-based detail with title, author, summary, and original links.

  • GeekNewsItem JSON records
  • Parsed headline and article text

Files

SKILL.mdMarkdownGitHub ↗

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

How it compares

Pick geeknews-search for GeekNews-specific developer headlines; use general Hacker News skills for Y Combinator forum content.

FAQ

Does search include full article text?

No. Search matches title, summary, author, and link or id only within RSS scope.

Offline testing supported?

Yes. Pass --feed-file with saved Atom XML instead of live FeedBurner fetch.

Authentication required?

No. v1 uses the public feed only with no login session.

Is Geeknews Search safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.