Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

gamer-news玩家新闻

Agent Skill

gamer-news 用于辅助测试设计、自动化测试和回归验证,适合在 OpenClaw 中需要补充测试、分析失败日志或验证功能改动时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

22,714

周安装

910

GitHub Stars

公开资料未说明

下载量

7,353
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:gamer-news(玩家新闻)
来源仓库:https://github.com/byeolbit/gamer-news
安装命令:
openclaw skills install gamer-news
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install gamer-news

简介

聚合主流游戏媒体新闻,提供 IGN、Kotaku、GameSpot 等内容摘要。

  • 帮助用户快速掌握行业动态和新品资讯。
  • 支持多语言和多渠道内容整合。gamer-news 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 使用时需注意信息时效性和来源权威性。
  • 建议设置关键词过滤以避免无关内容推送。

SKILL.md

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:

  • 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문장 요약]

...

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

SituationResponse
One feed failsSkip it silently, fetch from next source
All feeds fail"현재 게임 뉴스를 불러올 수 없습니다. 잠시 후 다시 시도해 주세요."
Feed returns emptyTry next source in priority order
Partial 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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.74%
按下载量换算5,863

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills