← ClaudeAtlas

gaming-researchlisted

Researches video games via the Crawlora API — Steam (store pages, pricing, reviews, player counts, charts, tags, achievements) and PlayStation Store (products, categories, deals) — returning clean JSON. Use when the user wants a game's price/reviews/player count, what's trending or on sale, or a store listing's details.
Crawlora-org/crawlora-skills · ★ 0 · AI & Automation · score 72
Install: claude install-skill Crawlora-org/crawlora-skills
# Gaming research Look up game store listings, pricing, reviews, and player counts across Steam and the PlayStation Store as normalized JSON from the Crawlora API — no scraping storefront pages. ## When to use this skill - "What does <game> cost / how is it rated?" - "How many people are playing <game> right now?" (Steam player counts) - "What's trending / most played / top sellers right now?" - "What's on sale?" (Steam or PlayStation deals) - "Find games in <genre/tag>" or "similar to <game>." ## Setup (one-time) - Get a free Crawlora API key (2,000 credits/mo, no card) at [https://crawlora.net](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-skills). - Set `CRAWLORA_API_KEY` in the environment before running the helper. - The helper reads `CRAWLORA_API_KEY` from the environment and sends requests to `https://api.crawlora.net/api/v1`. Missing/invalid key → `401`. ## How it works 1. **Steam** — `/steam/search` (`term`) to find an `appid`, then `/steam/app` for the store page, `/steam/reviews` (+ `/reviews/histogram`) for review data, `/steam/players` for the current concurrent player count, `/steam/news` for updates, `/steam/achievements` for the achievement list. `/steam/charts/most-played`, `/steam/charts/concurrent`, `/steam/charts/top-releases`, `/steam/top-sellers`, and `/steam/featured` cover trending/what's-hot; `/steam/tags` and `/steam/category/{slug}` filter by genre/tag. 2. **PlayStation** — `/playstation