Install
openclaw skills install epic-gamesFetch current and upcoming free games from Epic Games Store. Use when the user asks about Epic free games, this week's free games, or Epic giveaways.
openclaw skills install epic-gamesNo auth required. GET request:
https://store-site-backend-static.ak.epicgames.com/freeGamesPromotions?locale={locale}&country={country}&allowCountries={country}
Parameters (match user's language/region, default to zh-CN / US):
locale: BCP 47 format (e.g. zh-CN, en-US, ja-JP, ko-KR)country / allowCountries: ISO 3166-1 alpha-2 (e.g. US, CN, JP, KR)Note: Some regions have restricted catalogs. Use US for the most complete game list.
curl (the response is large, web_fetch may truncate it)data.Catalog.searchStore.elements from the JSON responsepromotions field:
promotions.promotionalOffers has value → currently freepromotions.upcomingPromotionalOffers has value → upcoming freestartDate and endDate (UTC ISO 8601)offerType is not BASE_GAME (DLCs, add-ons, etc.)Group by "currently free" and "upcoming free", show game title, store link, and claim period (converted to local timezone). Date format: match the user's locale.
Store link: https://store.epicgames.com/{locale}/p/{pageSlug} where pageSlug is from offerMappings[0].pageSlug.