Epic Free Games

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill is open about automating Epic game claims, but it uses persistent login cookies, scheduled browser automation, and bot-detection avoidance guidance to place account orders automatically.

Review this skill carefully before installing. It is not just a helper script: it can keep an Epic session, run automatically, and place $0 orders on your account. Use a sandbox if possible, protect epic_auth.json, avoid the anti-detection guidance, and do not enable cron unless you accept the account and terms-of-service risks.

Findings (5)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

It could claim unwanted items or trigger Epic account enforcement, especially if the page changes or the automation clicks the wrong order button.

Why it was flagged

The skill is designed to automatically complete an account purchase/claim flow, which mutates the user's Epic account and may be hard to reverse.

Skill content
completes the full claim process (Get → Place Order → Confirm)
Recommendation

Use only if you accept the account risk. Prefer headed/manual runs, add an explicit confirmation before placing orders, and verify the item and $0 price before confirmation.

What this means

Using anti-detection browser settings against a third-party store may violate site rules and increase the chance of account challenges or suspension.

Why it was flagged

The documentation includes a bot-detection avoidance browser flag in the context of Cloudflare verification handling.

Skill content
Cloudflare 验证绕过 ... --args "--disable-blink-features=AutomationControlled"
Recommendation

Avoid bypass/anti-detection options unless you fully understand the consequences. Handle verification manually and comply with the service's terms.

What this means

Anyone with access to the saved auth file may be able to reuse the Epic login session.

Why it was flagged

The skill saves Epic browser session state locally, which can act like account credentials if copied or stolen.

Skill content
Persistent Login - Login once, works forever (saves cookies) ... The auth file contains sensitive credentials
Recommendation

Keep epic_auth.json private, do not commit or share it, and consider running the skill in a separate sandbox or VM.

What this means

If enabled, the automation may continue acting on the Epic account even when the user is not watching.

Why it was flagged

The skill documents recurring scheduled execution, which can keep performing account actions after the initial setup.

Skill content
Cron Support / 定时任务支持 - Auto-claim every Thursday
Recommendation

Only add the cron job deliberately, monitor its output, and remove it if you no longer want automated claims.

What this means

A changed or compromised dependency could affect what the automation does in the browser session.

Why it was flagged

The skill depends on an external globally installed browser automation package that is not pinned in the artifacts.

Skill content
npm install -g agent-browser
agent-browser install
Recommendation

Install agent-browser from a trusted source, review the installed version, and consider pinning or sandboxing the dependency.