Skills/executor-skills/steam-game-collector/SKILL.md
从 Steam 获取游戏信息,生成 YAML 格式的游戏收藏记录。当用户说"收藏 Steam 游戏"、"获取游戏信息"、"添加游戏"时使用。
npx skillsauth add chlmm/changex-notes steam-game-collectorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
使用 Steam API 获取游戏信息,生成符合 Notes 系统格式的 YAML 收藏记录。
# 通过游戏名称搜索并收藏
python3 {baseDirectory}/scripts/steam-collect.py "艾尔登法环"
# 通过 Steam AppID 收藏
python3 {baseDirectory}/scripts/steam-collect.py 1245620
# 批量收藏
python3 {baseDirectory}/scripts/steam-collect.py "艾尔登法环" "黑神话:悟空" "塞尔达传说"
---
title: 艾尔登法环
year: 2022
developer: FromSoftware, Inc.
platform: PC
genres: [动作, RPG]
rating: 0
status: 想玩
tags: []
comment:
---
| 字段 | 来源 | 说明 |
|------|------|------|
| title | Steam API | 游戏名称 |
| year | Steam API | 发行年份 |
| developer | Steam API | 开发商 |
| platform | Steam API | 平台 (PC/Mac/Linux) |
| genres | Steam API | 游戏类型 |
| rating | 用户填写 | 个人评分 (0-10) |
| status | 用户填写 | 游玩状态 |
| tags | 用户填写 | 个人标签 |
| comment | 用户填写 | 个人备注 |
使用 Steam Store API:
| API | 说明 | 需要 Key |
|-----|------|----------|
| appdetails | 获取游戏详情 | ❌ 不需要 |
| storesearch | 搜索游戏 | ❌ 不需要 |
用户提供游戏名称 → AI 执行脚本 → 自动追加到 Index.md 收件箱
用户说"整理游戏收件箱" → AI 分析游戏 → 补充评分、状态、备注 → 移动到收藏文件
changex-notes/Index/Games/
├── Index.md # 收件箱(待整理游戏)
└── 游戏收藏.md # 已整理的游戏收藏
用户说:收藏这个游戏 艾尔登法环
AI 执行:
python3 {baseDirectory}/scripts/steam-collect.py "艾尔登法环"
用户说:帮我收藏这几个游戏:艾尔登法环、黑神话悟空
AI 执行:
python3 {baseDirectory}/scripts/steam-collect.py "艾尔登法环" "黑神话:悟空"
用户说:整理游戏收件箱
AI 会:
Index.md 中待整理的游戏游戏收藏.mdtools
Windows CMD 命令行使用指南。提供文件操作、目录管理、网络诊断、系统管理等完整命令参考。
tools
ZeroTier - 虚拟局域网工具。创建虚拟网络,实现设备间安全互联,类似 VPN 但更轻量。
tools
Xunlong - 书签管理工具。简洁高效的书签管理和同步方案。
tools
Watcharr - 影视进度管理工具。追踪和管理你观看的电影和剧集进度。