TopRank Skills

Home / Claw Skills / 爬虫 / Daily Game News
Official OpenClaw rules 36%

Daily Game News

Daily Game News Skill

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
czwfelix/daily-game-news
Author
czwfelix
Source Repo
openclaw/skills
Version
-
Source Path
skills/czwfelix/daily-game-news
Latest Commit SHA
505a71682db56b5ae1ed8ccdc0fb27e321b6e71f

Extracted Content

SKILL.md excerpt

# Daily-Game-News Skill

每日游戏资讯自动抓取与报告生成技能。

## 功能描述

1. 根据配置文件抓取 9 个游戏资讯网站的文章(成功率 100%)
2. 自动分类到 7 个大类(头条要闻、新品动态、厂商动态、行业数据、值得关注、投融资、其他)
3. 生成格式化报告并发送给用户
4. 同时生成 Word 文档存档

## 支持的网站

✅ 机核 GCORES、游民星空、游戏陀螺、触乐、游研社、GameLook、IGN、GameSpot、GameDeveloper

## 触发条件

- 定时任务:每天北京时间 10:00 自动执行
- 手动触发:用户提及 "每日游戏资讯"、"游戏新闻报告"、"Daily Game News"

## 配置文件

位置:`/home/admin/.openclaw/workspace/configs/news-crawler-config.json`

## 依赖

- python-docx>=1.1.0
- beautifulsoup4>=4.14.3
- lxml>=6.0.2
- httpx>=0.28.1

## 输出

1. **飞书消息**: 格式化报告直接发送给用户
2. **Word 文档 (.docx)**: 存储在 `/home/admin/.openclaw/workspace/reports/daily-game-news/`
3. **文本文件 (.txt)**: 保留用于兼容,同目录

## 使用示例

```bash
# 手动触发(使用 uv)
cd ~/.openclaw/workspace/skills/daily-game-news
uv run python scripts/crawler.py

# 获取今日报告
获取今日游戏资讯报告

# 获取历史报告
获取 2026-03-07 游戏资讯报告

README excerpt

# Daily Game News - 使用说明

## 📋 功能

每日自动抓取游戏资讯并生成报告,包含以下 **9 个网站**:

### 国内媒体(优先级 1)
1. **机核 GCORES** - 2 篇/天
2. **游民星空** - 2 篇/天
3. **游戏陀螺** - 2 篇/天
4. **触乐** - 2 篇/天
5. **游研社** - 2 篇/天
6. **GameLook** - 2 篇/天

### 国际媒体(优先级 1)
7. **IGN** - 4 篇/天
8. **GameSpot** - 4 篇/天
9. **GameDeveloper** - 2 篇/天

**预计每日抓取总量**: 22 篇文章

---

## 🏷️ 自动分类(7 大类)

每篇文章自动分类到以下大类:

| 分类 | Emoji | 关键词示例 |
|------|-------|-----------|
| 🔥 头条要闻 | 🔥 | breaking, major, 重磅,独家,现象级 |
| 🎮 新品动态 | 🎮 | 发售,上线,更新,DLC, release, launch |
| 🏢 厂商动态 | 🏢 | 公司,战略,裁员,人事,layoff, strategy |
| 📊 行业数据 | 📊 | 财报,数据,销量,report, sales, revenue |
| ⭐ 值得关注 | ⭐ | 独立,小众,创意,indie, creative |
| 💰 投融资 | 💰 | 融资,投资,收购,上市,acquisition, IPO |
| 📁 其他 | 📁 | 无法归类的内容 |

---

## ⏰ 定时任务

**执行时间**: 每天北京时间 **10:00**  
**推送方式**: 飞书私信  
**存档方式**: Word 文档本地存储

---

## 📁 报告存储位置

Word 文档存储在:
```
/home/admin/.openclaw/workspace/reports/daily-game-news/daily-game-news-YYYY-MM-DD.docx
```

---

## 🔍 获取 Word 报告的指令

### 方式 1:直接读取文件(推荐)
```bash
# 获取今日报告
read /home/admin/.openclaw/workspace/reports/daily-game-news/daily-game-news-2026-03-07.docx

# 获取指定日期报告
read /home/admin/.openclaw/workspace/reports/daily-game-news/daily-game-news-2026-03-06.docx
```

### 方式 2:列出所有历史报告
```bash
# 查看所有报告
ls -la /home/admin/.openclaw/workspace/reports/daily-game-news/

# 查看最近 5 个报告
ls -lt /home/admin/.openclaw/workspace/reports/daily-game-news/ | head -6
```

### 方式 3:通过对话获取
直接对我说以下任意指令:
- "获取今日游戏资讯报告"
- "获取 2026-03-07 游戏资讯报告"
- "查看昨天的游戏资讯报告"
- "列出所有历史游戏资讯报告"

---

## 🛠️ 手动触发

```bash
# 手动执行抓取
uv run /home/admin/.openclaw/workspace/skills/daily-game-news/scripts/crawler.p...

Related Claw Skills

openstockdata

stock-data-skill

★ 4

OpenClaw Skill for stock data analysis

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

camopel

ddgs-search

★ 0

Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.

camopel

arxivkb

★ 0

Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.

camopel

finviz-crawler

★ 0

Continuous financial news crawler for finviz.com with SQLite storage, article extraction, and query tool. Use when monitoring financial markets, building news digests, or needing a local financial news database. Runs as a background daemon or systemd service.

capgoblin

credex-protocol

★ 0

Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.