Back to Registry
View Author Profile
Official Verified
pipeworx-gamedeals
PC game deals from 30+ stores — search sales, compare prices, and track cheapest-ever prices via CheapShark
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/b-gutman/pipeworx-gamedealsOr
Game Deals (CheapShark)
Find the best PC game deals across 30+ digital storefronts including Steam, GOG, Humble Bundle, and Epic. Search by title, filter by price range, sort by savings percentage, and compare prices across stores for any game.
Tools
| Tool | Description |
|---|---|
search_deals | Search current deals with filters: title, max/min price, store, sort order |
search_games | Search games by title and see the cheapest current price across all stores |
get_game_details | Price history and current deals across all stores for a specific game |
list_stores | All supported digital storefronts with IDs |
When to use
- "What are the best game deals under $5 right now?"
- Checking if a specific game is on sale anywhere
- Comparing prices across Steam, GOG, and other stores
- Building a game deal alert system
Example: deals under $5 sorted by savings
curl -s -X POST https://gateway.pipeworx.io/gamedeals/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_deals","arguments":{"upperPrice":5,"sortBy":"Savings","limit":5}}}'
MCP config
{
"mcpServers": {
"pipeworx-gamedeals": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/gamedeals/mcp"]
}
}
}
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-b-gutman-pipeworx-gamedeals": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
pipeworx-npm
npm MCP — wraps the npm Registry API (free, no auth)
b-gutman 4473
Pipeworx Comtrade
Skill by b-gutman
b-gutman 4473
pipeworx-mhw
MHW MCP — Monster Hunter World data (mhw-db.com, free, no auth)
b-gutman 4473
Pipeworx Translate
Skill by b-gutman
b-gutman 4473
Pipeworx Cdc
Skill by b-gutman
b-gutman 4473