# Send gamer-news-skill to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gamer-news",
    "name": "gamer-news-skill",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/byeolbit/gamer-news",
    "canonicalUrl": "https://clawhub.ai/byeolbit/gamer-news",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/gamer-news",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gamer-news",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gamer-news"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gamer-news",
    "downloadUrl": "https://openagent3.xyz/downloads/gamer-news",
    "agentUrl": "https://openagent3.xyz/skills/gamer-news/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gamer-news/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gamer-news/agent.md"
  }
}
```
## Documentation

### 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 URLFocus1IGNhttps://feeds.ign.com/ign/allBroad coverage: games, movies, TV2Kotakuhttps://kotaku.com/rssNews, culture, opinion3GameSpothttps://www.gamespot.com/feeds/mashup/Reviews, news, all platforms4Polygonhttps://www.polygon.com/rss/index.xmlCulture, features, reviews5Eurogamerhttps://eurogamer.net/feedEuropean perspective, Digital Foundry tech analysis6Rock Paper Shotgunhttps://www.rockpapershotgun.com/feedPC gaming focus7VG247https://vg247.com/feedBreaking news, all platforms8Gematsuhttps://gematsu.com/feedJapan / Asian game focus9PlayStation Bloghttps://blog.playstation.com/feedOfficial Sony/PS announcements

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

SituationResponseOne feed failsSkip it silently, fetch from next sourceAll feeds fail"현재 게임 뉴스를 불러올 수 없습니다. 잠시 후 다시 시도해 주세요."Feed returns emptyTry next source in priority orderPartial resultsShow 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: byeolbit
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/gamer-news)
- [Send to Agent page](https://openagent3.xyz/skills/gamer-news/agent)
- [JSON manifest](https://openagent3.xyz/skills/gamer-news/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/gamer-news/agent.md)
- [Download page](https://openagent3.xyz/downloads/gamer-news)