Skip to content

Releases: TMHSDigital/Steam-Cursor-Plugin

v0.3.0 — Insights

28 Mar 01:03

Choose a tag to compare

v0.3.0 "Insights" — Analytics and Market Research

Theme: Data-driven decision-making for game developers and analysts.

New Skills (4)

Skill Description
Steam Review Analysis Fetch and analyze game reviews: sentiment breakdown, common complaints, comparison across updates, language distribution, review bombing detection
Steam Price History Pricing trends, sale history, regional pricing analysis, price-to-review value scoring, developer pricing strategy guidance
Steam Market Research Genre trend analysis, tag popularity, competitor identification, market gap analysis, viability assessment using Steam store data
Steam Wishlist Estimates Estimate wishlists from follower counts and review data using the Boxleiter method, wishlist-to-sales conversion benchmarks, revenue projections

MCP Roadmap

Two new MCP tools planned for the companion Steam MCP Server:

  • steam.getReviews({ appid, filter, language, count }) — Fetch user reviews (skills use curl fallback until available)
  • steam.getPriceOverview({ appids, cc }) — Batch price check across regions (skills use getAppDetails with cc param until available)

Totals

18 skills · 4 rules · 10 MCP tools

Full Changelog

See CHANGELOG.md for details.

v0.2.0 - Live Data

27 Mar 20:38

Choose a tag to compare

v0.2.0 - Live Data

Companion workflows for the Steam MCP Server (10 read-only tools). Configure MCP in Cursor, then skills prefer MCP calls over raw curl where a tool exists.

Added

  • steam-api-key-usage rule: suggests MCP tools instead of raw curl / fetch to Steam APIs in scripts and config (scoped globs).

Changed

  • All 14 skills: ## MCP Integration (Future) replaced with ## MCP Usage using real tool names and parameters from steam-mcp.
  • 6 skills add workflow callouts to prefer MCP first: store lookup, player stats, profile lookup, game comparison, workshop helper, leaderboards.
  • steam-api-reference: full catalog of the 10 MCP tools, auth, and parameters.
  • README: MCP setup sample for .cursor/mcp.json, tools table, version 0.2.0.
  • CLAUDE.md, CHANGELOG.md, ROADMAP.md: version and rule counts updated.

Install: symlink or clone as in README. Add steam-mcp to MCP config for live API calls.

v0.1.0 - Initial Release

27 Mar 19:56

Choose a tag to compare

Steam Developer Tools v0.1.0

First release of the Steam Developer Tools plugin for Cursor IDE.

14 Skills

  • steam-store-lookup - look up any Steam game by name or App ID
  • steamworks-app-config - generate depot configs, build VDF files, launch options, DLC setup
  • steam-api-reference - search Steam Web API and Steamworks SDK documentation
  • steam-player-stats - current player counts, achievement stats, playtime data
  • steam-workshop-helper - query Workshop items, UGC integration patterns
  • steam-achievement-designer - design achievements, generate VDF/JSON configs, unlock code
  • steam-multiplayer-networking - lobbies, matchmaking, Steam Networking Sockets, dedicated servers
  • steam-cloud-saves - ISteamRemoteStorage and Auto-Cloud configuration
  • steam-leaderboards - create/query leaderboards, upload scores, download entries
  • steam-friends-social - friends list, rich presence, game invites, Steam Overlay, avatars
  • steam-input-controller - ISteamInput action sets, bindings, controller glyphs
  • steam-inventory-economy - item schema, drops, crafting, microtransactions, Steam Item Store
  • steam-profile-lookup - resolve vanity URLs, player summaries, owned games, level/badges
  • steam-game-comparison - side-by-side comparison of price, reviews, player counts, genres

3 Rules

  • steam-appid-validation - validates App ID consistency, warns if steam_appid.txt is missing
  • steamworks-secrets - prevents committing API keys, partner credentials, auth tokens
  • steam-deck-compat - flags Steam Deck compatibility issues in game code

No API key required for most features

Store lookups, player counts, global achievement stats, and app searches all work out of the box.