videogames

Content Creation A rating License: MIT (README.md)

It is built based on the Python standard library and integrates Steam and CheapShark public APIs to help players quickly obtain game details and the lowest price on the entire network.

Download ZIP → Version:v1.0.1
OpenClaw Claude Code Cursor Codex

Usage instructions

Video Games Skill is a lightweight information query tool designed specifically for gamers. By integrating the public APIs of Steam and CheapShark, it provides users with game details retrieval and network-wide price comparison services. This Skill is developed using pure Python 3 standard library and does not need to install any external dependencies. It ensures code security while achieving efficient data acquisition capabilities.

Core usage

This skill offers three main query modes: viadealsThe command uses the CheapShark API to search for game discount information on the entire network to help users find the lowest price; throughsearchThe command calls the Steam API to retrieve the game library and obtain basic information such as application ID; throughdetailsThe command queries detailed game description, price, player count, and rating data based on the Steam app ID. All operations are completed through the command line interface, which supports fuzzy search and precise query to meet different information retrieval needs.

Significant advantages

First of all, this Skill is extremely safe and lightweight, relying only on Python’s built-inurllibThe library completes network requests and avoids the risk of supply chain attacks that may be introduced by third-party libraries. Secondly, the price comparison function covers multiple digital distribution platforms, not just the Steam store, and can help users find more favorable purchase channels. Furthermore, the code structure is clear, input parameters undergo strict type checking and URL encoding, and it has a complete exception catching mechanism to ensure stable operation even when network fluctuations or API exceptions occur. In addition, the MIT open source license allows users to freely review and modify the code, enhancing transparency.

Potential Disadvantages and Limitations

As a project maintained by an individual developer (T3 source), there is some uncertainty in its long-term maintenance capabilities and update frequency. At the functional level, it currently only supports the Steam and CheapShark platforms, and cannot cover the price information of other mainstream platforms such as Epic Games Store and GOG. In terms of regional settings, API calls use the Spanish regional configuration and Euro pricing by default, and additional currency conversion may be required for users in other regions. In addition, this Skill completely relies on network connectivity and cannot be used in a non-network environment, and is limited by the availability and rate limits of third-party APIs.

Suitable target group

This Skill is particularly suitable for price-sensitive PC gamers, heavy users of the Steam platform, and content creators or game media practitioners who need to query game metadata in batches. This is an efficient decision-making tool for players who often pay attention to game discounts and want to compare prices before purchasing. At the same time, due to its plain text interactive characteristics, it is also suitable for integration into automated workflows or scripting environments.

Risks of use

The main risk is dependence on external APIs: API changes, service outages, or access restrictions from Steam or CheapShark will directly affect the availability of the Skill. There may be data delays or timeouts during network communication. It is recommended to set a reasonable timeout when calling the script. Although the code itself does not collect user private data, query records may be recorded by Steam or CheapShark servers. Please pay attention to privacy protection for sensitive game queries. In addition, price data is subject to timeliness, please refer to the store page for actual purchase.

Safety review

Core usage

Video Games Skill provides players with one-stop game information inquiry and price comparison services. passgame_tool.pyScripts allow users to perform three types of operations:

1. Whole network price comparison— Call the CheapShark API to retrieve real-time discount information from multiple platforms (Steam, Green Man Gaming, etc.)
2. Steam Search— Query basic game metadata, current number of players, and latest news
3. View details— Get full Steam store page information via AppID

The script is implemented using pure Python standard library (urllib), without pip installation dependencies, and deployment is plug-and-play.

Significant advantages

  • Zero supply chain risk: No third-party dependence, completely eliminating the risk of supply chain poisoning
  • Trusted source: The author comes from GitHub organization account openclaw, MIT open source agreement, community auditable
  • Data compliance: Only accesses public game data, does not collect user privacy, and meets the GDPR data minimization principle.
  • Feature focus: Single responsibility design, no hidden functions or room for permission abuse

potential limitations

  • Network permissions are not narrowed: Currently applying for generalized network permissions. Although it actually only accesses the Steam/CheapShark domain name, there is a theoretical risk of crossing the border.
  • Region hard coding: The script is locked to the Spanish/ES region by default, and non-Spanish speaking users may see unexpected results.
  • Weak input validation: The search terms are not locally filtered, and extreme input may cause API errors.
  • Error feedback granularity is coarse: HTTP status code processing is relatively simple, making it difficult for users to distinguish between network failure and service unavailability.

Suitable for the crowd

  • Steam players looking for value for money
  • Game collectors who need to make quick price comparison decisions
  • Enterprise/team environments sensitive to third-party dependencies

General risks

This Skill has a risk rating ofClass A/low risk. The main risk points are that the scope of network permissions is too wide (it is recommended to limit domain names to S level as recommended) and the loss of experience caused by hard-coded regions. No risk of data leakage, malicious code execution, or privacy violation.

gamingentertainmentshoppingapiautomationcontent-media

Copyright and takedown notice: AI Islands curates this page from public information. Skills, code, documents and packages remain the property of their original authors or rights holders. This listing is provided for indexing, research and installation convenience. If you believe any listing or download link infringes your rights, contact ai-islands@streamflowintel.com with proof of ownership, relevant URLs and your request. We will review and remove or adjust the content promptly. Review package permissions, dependencies and safety risks before installing.