| name | gamer-news |
| description | 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. |
| homepage | https://github.com/byeolbit/gamer-news-skill |
| version | 1.0.0 |
| author | byeolbit |
| tags | gaming, news, ign, kotaku, gamespot, polygon, eurogamer, videogames, summary |
Gamer News Skill
์ฃผ์ ๊ฒ์ ๋ด์ค ์ฌ์ดํธ๋ค์ RSS ํผ๋๋ฅผ ์์งํ์ฌ ์ต์ ๋น๋์ค๊ฒ์ ๋ด์ค๋ฅผ ์์ฝํฉ๋๋ค.
When to use
Slash command trigger:
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:
| # | Outlet | RSS Feed URL | Focus |
|---|
| 1 | IGN | https://feeds.ign.com/ign/all | Broad coverage: games, movies, TV |
| 2 | Kotaku | https://kotaku.com/rss | News, culture, opinion |
| 3 | GameSpot | https://www.gamespot.com/feeds/mashup/ | Reviews, news, all platforms |
| 4 | Polygon | https://www.polygon.com/rss/index.xml | Culture, features, reviews |
| 5 | Eurogamer | https://eurogamer.net/feed | European perspective, Digital Foundry tech analysis |
| 6 | Rock Paper Shotgun | https://www.rockpapershotgun.com/feed | PC gaming focus |
| 7 | VG247 | https://vg247.com/feed | Breaking news, all platforms |
| 8 | Gematsu | https://gematsu.com/feed | Japan / Asian game focus |
| 9 | PlayStation Blog | https://blog.playstation.com/feed | Official 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๋ฌธ์ฅ ์์ฝ]
...
Rules:
- Match the user's language (Korean โ English)
- Lead with the most significant or surprising stories first
- For release announcements: include platform and release date if mentioned
- For reviews: include the score if present in the excerpt
- Keep each summary factual โ do not add opinions not present in the source
Error handling
| Situation | Response |
|---|
| One feed fails | Skip it silently, fetch from next source |
| All feeds fail | "ํ์ฌ ๊ฒ์ ๋ด์ค๋ฅผ ๋ถ๋ฌ์ฌ ์ ์์ต๋๋ค. ์ ์ ํ ๋ค์ ์๋ํด ์ฃผ์ธ์." |
| Feed returns empty | Try next source in priority order |
| Partial results | Show what was found, note which sources were unavailable |
If this skill fails to work correctly or you encounter unexpected behavior, check the repository for the latest version and known issues:
๐ https://github.com/byeolbit/gamer-news-skill