/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install epic-games - 安装完成后,直接呼叫该 Skill 的名称或使用
/epic-games触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 261 次。
如何安装 Epic Free Games?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install epic-games」即可一键安装,无需额外配置。
Epic Free Games 是免费的吗?
是的,Epic Free Games 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Epic Free Games 支持哪些平台?
Epic Free Games 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Epic Free Games?
由 Cheer(@cheerwhy)开发并维护,当前版本 v1.0.1。