A Decky Loader plugin that shows review scores from SteamDB, OpenCritic, and Metacritic directly on Steam game pages — without leaving the Steam Deck UI.
- Displays rating badges for SteamDB, OpenCritic, and Metacritic on each game's page
- Scores are fetched automatically based on the game name resolved from Steam
- Results are cached locally to avoid redundant network requests
Install via the Decky Plugin Store or manually by downloading a release zip and installing through Decky Loader's developer mode.
- Node.js v16.14+
- pnpm v9 (
npm i -g pnpm@9)
pnpm install
pnpm buildpnpm testThe SteamDB rating formula used in this plugin is based on the algorithm described by SteamDB: https://steamdb.info/blog/steamdb-rating/
The post and formula are dedicated to the public domain. Reference implementations are available under the MIT license.
This project is not affiliated with or endorsed by SteamDB, Valve, OpenCritic, or Metacritic. All trademarks and service marks are the property of their respective owners.
BSD-3-Clause

