What problem does it solve?
This Skill enables comprehensive querying of Steam Web API endpoints to access user profiles, game libraries, achievements, and news, streamlining gaming analytics and account management.
Core Features & Use Cases
- API Endpoint Access: Provides all 169 Steam Web API endpoints, including undocumented store APIs, to fetch detailed game, achievement, and news data.
- Local Data Layer: Maintains a SQLite database for cross-entity queries, allowing efficient retrieval of friend playtimes, achievement progress, and game analytics.
- Use Case: For example, find which friends own a game but haven't played it recently; or generate a ranked list of achievements based on global unlock percentages.
- Operational Scope: Supports complex data analysis across user profiles, games, achievements, and social graphs, using a local cache and rate-limited API calls.
Quick Start
Ensure the steam-web-pp-cli binary is installed, verify its version, and then run queries such as steam-web-pp-cli library audit <steamid> to analyze your game library.