/install epic-games
Epic Free Games
API
No 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.
Steps
- Fetch the API using
curl(the response is large,web_fetchmay truncate it) - Parse
data.Catalog.searchStore.elementsfrom the JSON response - Distinguish current vs upcoming by
promotionsfield:promotions.promotionalOffershas value → currently freepromotions.upcomingPromotionalOffershas value → upcoming free
- Each promotion contains
startDateandendDate(UTC ISO 8601) - Ignore entries where
offerTypeis notBASE_GAME(DLCs, add-ons, etc.)
Output Format
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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install epic-games - After installation, invoke the skill by name or use
/epic-games - Provide required inputs per the skill's parameter spec and get structured output
What is Epic Free Games?
Fetch 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 261 downloads so far.
How do I install Epic Free Games?
Run "/install epic-games" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Epic Free Games free?
Yes, Epic Free Games is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Epic Free Games support?
Epic Free Games is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Epic Free Games?
It is built and maintained by Cheer (@cheerwhy); the current version is v1.0.1.