← 返回 Skills 市场
ivanheral

Videogames

作者 ivanheral · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
999
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install videogames
功能描述
A skill to lookup video game information, prices, compatibility, and duration.
安全使用建议
This skill appears to do what it says: it makes network requests to public APIs (Steam, CheapShark, ProtonDB, HowLongToBeat) and caches responses in ~/.openclaw/skills/videogames/.cache. It does not request API keys or other secrets. Before installing: (1) review and accept that the skill will make outbound HTTP requests to those public endpoints, (2) be aware it will create a cache directory in your home skills folder (you can delete it anytime), and (3) prefer installing code from a trusted repository/author (the registry metadata and included _meta.json have minor mismatches). If you want extra safety, run the skill in a sandboxed environment or inspect the files locally — the code is short and uses only Python standard libraries.
功能分析
Type: OpenClaw Skill Name: videogames Version: 1.0.1 The OpenClaw AgentSkills skill bundle 'videogames' is classified as benign. All network requests are directed to legitimate, well-known gaming APIs (Steam, CheapShark, ProtonDB, HowLongToBeat) for its stated purpose of providing game information. The `scripts/core/config.py` module reads environment variables (`STEAM_LANGUAGE`, `STEAM_CURRENCY`, `STEAM_CC`) for configuration, but these are not exfiltrated. A local cache is created in `~/.openclaw/skills/videogames/.cache` by `scripts/core/network.py`, which is a standard and safe practice. There is no evidence of prompt injection attempts in `SKILL.md` or `README.md`, nor any malicious code execution, data exfiltration, or persistence mechanisms.
能力评估
Purpose & Capability
Name/description match the implementation: code calls Steam, CheapShark, ProtonDB and provides HowLongToBeat links and related features. Included files implement the advertised functionality and there are no unexpected external services or secret requests. Minor metadata inconsistencies exist (_meta.json version differs from SKILL.md/registry), but this is an administrative mismatch, not a functional/security issue.
Instruction Scope
SKILL.md and README instruct running the bundled Python script and describe the same API endpoints used by the code. The runtime instructions do not ask the agent to read unrelated files or exfiltrate data. The code creates a local cache under ~/.openclaw/skills/videogames/.cache to store API responses (24h) — expected for performance but worth noting.
Install Mechanism
No install spec is provided; the skill ships source files (Python standard library only). No downloads from arbitrary URLs, package registry installs, or archive extraction are present in the manifest.
Credentials
The skill does not require credentials or declare required env vars. It optionally reads STEAM_LANGUAGE, STEAM_CURRENCY, and STEAM_CC from the environment for user convenience (documented in README). These are configuration variables only and not sensitive.
Persistence & Privilege
always:false and no special privileges requested. The skill writes cache files under the skill's path in the user's home directory and does not modify other skills or system-wide configs. Autonomous invocation (disable-model-invocation:false) is platform-default and not unusual.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install videogames
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /videogames 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Expanded functionality to include ProtonDB compatibility and HowLongToBeat playtime estimation. - Updated documentation to reflect new features and usage instructions. - Added internal scripts and structure to support new integrations (Steam, CheapShark, ProtonDB, HLTB APIs).
v1.0.0
Video Game Skill 1.0.0 – Initial Release - Search for video games and view Steam information. - Compare game prices across multiple stores using CheapShark. - Simple command-line interface via Python script. - No external library requirements; runs on Python 3 standard library.
元数据
Slug videogames
版本 1.0.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Videogames 是什么?

A skill to lookup video game information, prices, compatibility, and duration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 999 次。

如何安装 Videogames?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install videogames」即可一键安装,无需额外配置。

Videogames 是免费的吗?

是的,Videogames 完全免费(开源免费),可自由下载、安装和使用。

Videogames 支持哪些平台?

Videogames 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Videogames?

由 ivanheral(@ivanheral)开发并维护,当前版本 v1.0.1。

💬 留言讨论