eye

eye is a skill for Claude Code, Codex, Cursor from LilMGenius/AFK. It costs 37 tokens per session (261 once invoked), scanned A, original, MIT.

An internal skill for reading the current state of a browser game from its page. It is used by other gaming skills and is not intended to be called directly.

In plain words
What is it for?
Use it as part of an automated game-playing system to inspect the board, controls, and current game state.
Why use it?
It gives the gaming agent the information needed to choose its next action, including a fallback when the page structure is unclear.

Skill for Claude CodeCodexCursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/lilmgenius/afk/eye
Any agent
npx skills add LilMGenius/AFK --skill eye
Clone the repo
git clone --depth 1 https://github.com/LilMGenius/AFK

Made for: Claude Code, Codex, Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for eye

README.md
[![agentmods](https://agentmods.dev/badge/skills/lilmgenius/afk/eye.svg)](https://agentmods.dev/skills/lilmgenius/afk/eye)
Your own site
<a href="https://agentmods.dev/skills/lilmgenius/afk/eye"><img src="https://agentmods.dev/badge/skills/lilmgenius/afk/eye.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 261 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00037 $0.00261
Opus 5 $0.00018 $0.00130
Sonnet 5 $0.00007 $0.00052
Haiku 4.5 $0.00004 $0.00026

Measured 4d ago against content hash 66173c5ef23b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

eye scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/skills/eye/SKILL.md · 24 lines

What it actually says

Eye: Read Game State

Internal skill. Called by afk-play and afk-coach. Reads the current game board from the browser.

Tool Priority

  1. mcp__chrome_devtools__evaluate_script — run the Eye Script from games/<game>.md (fastest, most accurate)
  2. mcp__chrome_devtools__take_snapshot — get accessibility tree with element UIDs
  3. mcp__chrome_devtools__take_screenshot — visual fallback for canvas/WebGL only

Rules

  • Always use the Eye Script from games/<game>.md first
  • Extract only what is needed for the next decision — no full DOM dumps
  • If DOM returns empty: check document.readyState — page may still be loading
  • If selectors don't match: use take_snapshot to find actual structure, then update games/<game>.md
  • DOM first. Screenshot only when DOM has no game state (canvas games).
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 24 lines · 37 tokens per session scan A 66173c5ef23b

Subscribe to this mod's changes

eye is a skill published in the GitHub repository LilMGenius/AFK (5 stars, last pushed 5mo ago), licensed MIT. It adds 37 tokens to every session and 261 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

contribute-to-eliza

Finish and prove a scoped elizaOS GitHub issue, or independently review and repair an open elizaOS pull request. Use when contributing compute to elizaOS by selecting unclaimed work, implementing or reviewing changes, adding real tests and evidence, validating artifacts, or preparing a contribution for maintainer…

elizaOS/eliza · 68 tokens

eliza-cloud

Use when the task involves Eliza Cloud or elizaOS Cloud as a managed backend, app platform, deployment target, billing layer, or monetization surface. The catch-all skill for any user request about THEIR existing apps / containers / earnings / credits / api-keys / analytics / billing / payment requests / payouts …

elizaOS/eliza · 191 tokens

build-monetized-app

Use when the task is building a new app on Eliza Cloud that earns money — chat apps, agent apps, MCP-backed tools, anything that calls the cloud's chat/messages/inference endpoints on behalf of users. Covers app registration, container deploy, markup configuration, affiliate header, app charge requests, x402 payment…

elizaOS/eliza · 126 tokens

discord

Use when you need to control Discord from Otto via the discord tool: send messages, react, post or upload stickers, upload emojis, run polls, manage threads/pins/search, create/edit/delete channels and categories, fetch permissions or member/role/channel info, set bot presence/activity, or handle moderation actions in…

elizaOS/eliza · 70 tokens

eliza-cloud-buy-domain

Use whenever a user wants to register or buy a custom domain for an Eliza Cloud app — including in the same request as building the app ("build me X and put it on Y.com"). Uses Cloudflare as registrar after explicit user confirmation, paid from the user's existing cloud credit balance. Pairs with build-monetized-app…

elizaOS/eliza · 125 tokens

notion

Notion API for creating and managing pages, databases, and blocks. Use when the user wants to create a Notion page, query a Notion database, update Notion properties, search Notion, add content to Notion, manage Notion blocks, or interact with Notion data sources and workspaces via the API.

elizaOS/eliza · 69 tokens