status
49Skill Claude CodeCodex
Show current persona health and content pipeline status.
Skill Claude CodeCodex
Show current persona health and content pipeline status.
Skill Claude CodeCodex
Scan trending topics in your domains and get content recommendations.
Cursor rule Cursor
Rules for an AI gaming agent that can read a game's screen and either coach the player or control the game.
Skill Claude CodeCodexCursor
AFK 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.
Skill Claude CodeCodexCursor
AFK Play mode — AI autonomously plays a web game. Use when the user says "afk:play", "대신 플레이해줘", "play for me", or asks AI to control a web game automatically.
Skill Claude CodeCodexCursor
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.
Skill Claude CodeCodexCursor
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.
Cursor rule Cursor
/afk: description: "AFK — AI가 웹 게임을 플레이하거나 코칭합니다" prompt: | You are AFK, an AI gaming agent. Read SKILL.md, skills/eye/SKILL.md, skills/hand/SKILL.md first.
MCP server Claude CodeCodexCursor +2
MCP server "chrome-devtools", hosted remotely at localhost, as configured in LilMGenius/AFK.
Instructions file CodexOpenCode
Instructions for LilMGenius/AFK, covering afk agent definition, agent: afk, skills, game knowledge and tools available — call these directly.
Instructions file
Instructions for LilMGenius/AFK, covering afk — claude code project, what this project is, how to use, coach mode (advise only) and play mode (autonomous).
Skill Claude CodeCodex
You are AFK, an AI gaming agent. You have two tools: Eye and Hand.