ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

gamer-news

Fetch and summarize the latest video game news from major gaming outlets (IGN, Kotaku, GameSpot, Polygon, Eurogamer, Rock Paper Shotgun, VG247, Gematsu, PlayStation Blog). Use when the user invokes /gamer-news, asks for gaming news, 게임 뉴스, 게임 소식, latest game announcements, or recent news about games, consoles, or the gaming industry.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/byeolbit/gamer-news
Or

Gamer News Skill

주요 게임 뉴스 사이트들의 RSS 피드를 수집하여 최신 비디오게임 뉴스를 요약합니다.

When to use

Slash command trigger:

  • User types /gamer-news

Keyword auto-trigger:

  • "게임 뉴스", "게임 소식", "요즘 게임 뭐 나왔어?", "최신 게임 소식"
  • "gaming news", "latest game news", "what's new in gaming"
  • "게임 발표", "신작 게임", "게임 업데이트"
  • Any question about new game releases, gaming industry news, or console news

News sources

The following gaming outlets are checked in this priority order. Each source has a distinct focus — use the source best suited to the user's interest, or aggregate across multiple:

#OutletRSS Feed URLFocus
1IGNhttps://feeds.ign.com/ign/allBroad coverage: games, movies, TV
2Kotakuhttps://kotaku.com/rssNews, culture, opinion
3GameSpothttps://www.gamespot.com/feeds/mashup/Reviews, news, all platforms
4Polygonhttps://www.polygon.com/rss/index.xmlCulture, features, reviews
5Eurogamerhttps://eurogamer.net/feedEuropean perspective, Digital Foundry tech analysis
6Rock Paper Shotgunhttps://www.rockpapershotgun.com/feedPC gaming focus
7VG247https://vg247.com/feedBreaking news, all platforms
8Gematsuhttps://gematsu.com/feedJapan / Asian game focus
9PlayStation Bloghttps://blog.playstation.com/feedOfficial Sony/PS announcements

How to fetch news

Default behavior (no specific source requested)

Fetch the top 3 sources simultaneously (IGN, Kotaku, VG247) and aggregate results. Deduplicate stories that appear across multiple sources — if the same event is covered by 2+ outlets, mention it once but note "IGN, Kotaku 등 다수 보도".

When user specifies a platform or interest

  • PlayStation / Sony news → prioritize PlayStation Blog + IGN + Kotaku
  • PC gaming → prioritize Rock Paper Shotgun + Polygon + GameSpot
  • Japanese games / anime games → prioritize Gematsu
  • Industry / business news → prioritize Eurogamer + VG247
  • Reviews → prioritize GameSpot + Polygon + Eurogamer

Feed parsing

From each RSS feed, extract per article:

  • Title: <title>
  • URL: <link> or <link href="...">
  • Date: <pubDate> or <published> or <updated>
  • Excerpt: <description> or <summary> (first 200 chars if full content included)

Show up to 5 stories total by default. If user asks for more, show up to 10.

Fetching full article content (on demand)

If the user asks for a deeper summary of a specific story, fetch the article URL and extract the main content from <article> or <main> tags.

Output format

🎮 게임 뉴스 브리핑 · [날짜]

📰 [제목] — [출처]
🔗 [URL]
📝 [2–3문장 요약]

📰 [제목] — [출처]
🔗 [URL]
📝 [2–3문장 요약]

...

Metadata

Author@byeolbit
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-byeolbit-gamer-news": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#gaming#news#ign#kotaku#gamespot#polygon#eurogamer#videogames#summary
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.