geeknews-search

Search GeekNews RSS/Atom feeds for posts by keyword.

Updated May 1, 2026
One-click install
npx skills add https://github.com/seolcoding/k-parent-skill --skill geeknews-search-seolcoding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geeknews-search
Source: https://github.com/seolcoding/k-parent-skill/tree/main/geeknews-search
Command: npx skills add https://github.com/seolcoding/k-parent-skill --skill geeknews-search-seolcoding

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually checking GeekNews for relevant tech industry posts is time-consuming, especially when searching for specific topics or the latest updates. This Skill eliminates that hassle by providing instant, programmatic access to GeekNews's public content.

Core Features & Use Cases

  • Read-Only Feed Access: No login required, uses GeekNews's public RSS/Atom feed for all operations.
  • Latest Post Listing: Retrieve the most recent GeekNews entries with a customizable limit.
  • Keyword Search: Find posts by title, summary, or author name with case-insensitive matching.
  • Detailed Post View: Get full summaries, original links, and metadata for any specific GeekNews entry.
  • Use Case: If you want to find all recent posts about Claude AI on GeekNews, this Skill pulls them up instantly with summaries and direct links to the original articles.

Quick Start

Ask the geeknews-search skill to find the latest 5 GeekNews posts about AI development.

Frequently Asked Questions about geeknews-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search GeekNews tech posts by keyword without manual browsing?

You can search GeekNews tech posts by keyword using programmatic access to the public RSS/Atom feed, which performs case-insensitive matching across post titles and summaries to instantly retrieve relevant entries.

Can I retrieve the latest GeekNews RSS feed entries programmatically?

Yes, you can retrieve the latest GeekNews RSS feed entries programmatically by specifying a customizable limit, fetching recent posts directly from the public feed without requiring login credentials.

Do I need external API credentials to access GeekNews public feeds?

No, you do not need external API credentials to access GeekNews public feeds, as the system uses read-only RSS/Atom feed access to retrieve entries without requiring any login or authentication setup.

What's the best way to get a detailed view of a specific GeekNews article?

The best way to get a detailed view of a specific GeekNews article is to request its metadata directly, retrieving full summaries, author details, and original source links via the public feed parser.

How does offline testing work for GeekNews feed parsing?

Offline testing for GeekNews feed parsing works by using local Atom XML files to validate retrieval and keyword search logic, ensuring the feed parser operates correctly without relying on a live internet connection.