TopRank Skills

Home / Claw Skills / Git / GitHub / gamer-news
Official OpenClaw rules 36%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 gamer-news 技能。 若已安装,则直接安装 gamer-news 技能。

Overview

Skill Key
byeolbit/gamer-news
Author
byeolbit
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/byeolbit/gamer-news
Latest Commit SHA
aedb6892db1a2a508afd9cbfe4b6ddb3334d73a6

Extracted Content

SKILL.md excerpt

# 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:

| # | 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
- **Japanes...

README excerpt

# gamer-news-skill

> ClawHub skill — Fetches and summarizes the latest video game news from major gaming outlets

## Install

```bash
npx clawhub@latest install gamer-news
```

## Sources

| Outlet | Focus |
|--------|-------|
| IGN | Broad coverage |
| Kotaku | News & culture |
| GameSpot | Reviews & news |
| Polygon | Features & culture |
| Eurogamer | EU perspective + tech analysis |
| Rock Paper Shotgun | PC gaming |
| VG247 | Breaking news |
| Gematsu | Japanese / Asian games |
| PlayStation Blog | Official Sony announcements |

## Usage

| Trigger | Example |
|---------|---------|
| Slash command | `/gamer-news` |
| Korean keyword | `요즘 게임 뉴스 뭐 있어?` |
| English keyword | `What's new in gaming today?` |
| Platform-specific | `PS5 최신 소식` / `PC game news` |

## What it does

1. Fetches RSS feeds from up to 9 major gaming outlets simultaneously
2. Deduplicates stories covered by multiple sources
3. Adapts source selection based on platform/topic of interest
4. Summarizes top 5 stories in 2–3 sentences each, in the user's language (KO/EN)
5. Fetches full article on demand for deeper summaries

## Publishing to ClawHub

```bash
npm i -g clawhub
clawhub login
clawhub publish . --slug gamer-news --name "Gamer News" --version 1.0.0 --tags latest
```

## License

MIT

Related Claw Skills