ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Daily Game News

Skill by czwfelix

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/czwfelix/daily-game-news
Or

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): 保留用于兼容,同目录

使用示例

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

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

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

Metadata

Author@czwfelix
Stars3409
Views0
Updated2026-03-25
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-czwfelix-daily-game-news": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.