一键导入
eye
AFK Eye — internal skill for reading web game state via DOM/CDP. Called internally by afk-play and afk-coach. Not meant for direct user invocation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
AFK Eye — internal skill for reading web game state via DOM/CDP. Called internally by afk-play and afk-coach. Not meant for direct user invocation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | eye |
| description | AFK Eye — internal skill for reading web game state via DOM/CDP. Called internally by afk-play and afk-coach. Not meant for direct user invocation. |
| disable-model-invocation | true |
Internal skill. Called by afk-play and afk-coach. Reads the current game board from the browser.
mcp__chrome_devtools__evaluate_script — run the Eye Script from games/<game>.md (fastest, most accurate)mcp__chrome_devtools__take_snapshot — get accessibility tree with element UIDsmcp__chrome_devtools__take_screenshot — visual fallback for canvas/WebGL onlygames/<game>.md firstdocument.readyState — page may still be loadingtake_snapshot to find actual structure, then update games/<game>.mdAFK Coach mode — AI reads the game board and advises the best move, but does NOT control the game. Use when the user says "afk:coach", "코칭해줘", "다음 수 알려줘", "what should I do next", or asks for game advice.
AFK Play mode — AI autonomously plays a web game. Use when the user says "afk:play", "대신 플레이해줘", "play <game> for me", or asks AI to control a web game automatically.
AFK Hand — internal skill for controlling web games via CDP. Called internally by afk-play only. Never used in coach mode. Not meant for direct user invocation.