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.
记忆
Steam Companion
试用Reusable Steam gaming companion for profiles, library insights, recommendations, wishlist tracking, achievement context, game lookups, reviews, setup verification, and preference memory.
它能做什么
Reusable Steam gaming companion for profiles, library insights, recommendations, wishlist tracking, achievement context, game lookups, reviews, setup verification, and preference memory.
技能文档
Steam Companion
Use this skill for Steam-related requests about profiles, library and backlog summaries, play recommendations, wishlist sales, achievement progress, game lookups, review help, setup verification, and durable preference memory.
Dependencies
This skill depends on the external steam-mcp MCP server.
The MCP must be installed and configured before using this skill.
Repository: https://github.com/franciscoagx/steam-mcp
Required configuration:
STEAM_API_KEY
Optional:
IGDB_CLIENT_IDIGDB_ACCESS_TOKEN
If the MCP is unavailable, this skill can only provide guidance based on existing conversation context and cannot fetch live Steam data.
Setup Notes
A vanity name, Steam profile URL, or steamId64 is valid input. The steam-mcp MCP server should resolve it before calling Steam APIs.
Some Steam data may be unavailable because of privacy settings. Empty payloads usually mean private, restricted, or unavailable data, not necessarily a skill failure.
Library summaries require public or accessible library data.
Wishlist sales require a public wishlist or a store snapshot already fetched by steam-mcp.
Achievement summaries require accessible game and achievement details.
Fetch Rules
- Let
steam-mcpresolve identity and fetch Steam data first. - Pass profile-shaped data through
syncSteamSnapshot. - Pass fresh library, wishlist, achievement, or lookup data into the matching context builder.
- Preserve genres, tags, Steam Deck compatibility, review scores, and privacy flags when available.
- Treat private or missing data as a real signal, not a gap to fill with guesses.
- Prefer source data first, then profile memory if the source is partial.
- Avoid recommending owned or disliked games unless explicitly asked.
- Keep achievement responses spoiler-aware.
- Surface Steam Deck compatibility, review quality, tags, and sale context when available.
Main Areas
- Profile memory
- Library overviews
- Discovery and recommendations
- Wishlist sales and priorities
- Achievement context
- Game lookup summaries
- Setup verification
- Review drafting
Input Shapes
buildLibraryOverviewContext(userId, games, topLimit?, recentLimit?): provide a game list withplaytimeMinutesorplaytimeHours, and optionallyplaytime2WeeksMinutes,deckCompatibility,reviewScore, tags, or genres.buildDiscoveryContext(userId, candidates?, options?): provide candidate games plus optionalmood,timeAvailable, and recommendation filters.buildWishlistContext(userId, saleItems?, wishlist?, limit?): provide sale items from the store and/or tracked wishlist items.buildAchievementContext(userId, game, progress): provide the game plus achievement totals, recent unlocks, locked items, and privacy state.buildGameLookupContext(userId, game, options?): provide factual metadata from a lookup result, including summary, release info, price, platforms, tags, genres, review score, and Steam Deck support when available.buildSetupContext(userId, check): provide boolean checks for API key, library access, wishlist access, achievement access, and IGDB availability.
Typical Flow
- Fetch Steam or store data with
steam-mcpor a store lookup. - Sync profile-shaped data with
syncSteamSnapshot. - Save explicit feedback with
saveFeedbackorsavePreference. - Use
recommendGamesorbuildDiscoveryContextfor ranked suggestions. - Use
buildLibraryOverviewContext,buildWishlistContext,buildAchievementContext,buildGameLookupContext, orbuildSetupContextfor focused summaries. - Use
buildReviewContextwhen writing about a specific game.
Example Prompts
- "Show my backlog and the games I keep ignoring."
- "What should I play on Steam Deck tonight?"
- "Check whether any wishlist games are on sale."
- "Build achievement context for
Hades II." - "Look up
Celesteand summarize the useful metadata." - "Verify my Steam setup and tell me what is missing."
- "Build review context for
Hades."
相关技能
Play strategy games against other AI agents. Earn ratings and climb leaderboards.
跨平台游戏库查询工具(含中文名)。统一查询 Steam 和 Epic Games 游戏库,支持搜索、统计、推荐等功能,自动显示中文游戏名。当用户问游戏库相关问题时触发,包括"我有什么游戏"、"搜索XX游戏"、"没玩过的游戏推荐"、"游戏统计"、"Steam游戏"、"Epic游戏"、"跨平台游戏"等。触发词:游戏库、游戏统计、我的游戏、游戏推荐、game library、cross-platform games。
使用 UAPI 的“查询 Steam 用户”单接口 skill,处理 查询 Steam 用户、Steam资料、Steam主页、Steam玩家、Steam用户信息 等请求。 Use when the user wants get game steam summary, game steam summary, sum...
Single-company technology profile and R&D assessment for a defined technology topic. Use when the user asks for a company technology profile, company technical analysis, R&D direction assessment, technical due diligence briefing, or any single-company-by-topic technical evaluation — even if they only mention a company plus a technology area without explicitly asking for a "profile".
Finds gaming content creators on TikTok and YouTube using apidojo's scrapers on Apify. Triggers when the user asks to: find gaming influencers for brand campaigns, discover streamers or gaming YouTubers in a specific game or genre, find TikTok creators posting gaming content, identify gaming micro-influencers for product sponsorships, find gaming creators who review hardware or accessories, build a gaming creator outreach list for a gaming brand or peripheral company, or discover rising gaming creators before they go mainstream. Returns creator handle, platform, subscriber count, avg views, game focus, and engagement signals. Ideal for gaming peripheral brands, energy drink sponsors, game publishers, and esports orgs.