一键导入
click-board-toggle
Detect regular rectangular board cells and click untried non-HUD cells while avoiding prior no-op, HUD-only, or death outcomes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Detect regular rectangular board cells and click untried non-HUD cells while avoiding prior no-op, HUD-only, or death outcomes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Prefer safe untried simple actions from the current state when no higher-confidence solver has a plan.
Use inferred direction deltas to search toward unvisited safe positions after simple action probes identify a controlled object.
When coordinate clicks are available but no board model is confident, probe visible compact non-HUD objects before raw fallback actions.
Play ARC-AGI-3 interactive grid games via the arc MCP tools — explore mechanics from observation, then exploit them to win levels.
Core agent-browser usage guide. Read this before running any agent-browser commands. Covers the snapshot-and-ref workflow, navigating pages, interacting with elements (click, fill, type, select), extracting text and data, taking screenshots, managing tabs, handling forms and auth, waiting for content, running multiple browser sessions in parallel, and troubleshooting common failures. Use when the user asks to interact with a website, fill a form, click something, extract data, take a screenshot, log into a site, test a web app, or automate any browser task.
Use this skill when the user wants Ouroboros to browse or automate websites in a real Chrome-compatible browser. Prefer it for navigating pages, taking browser snapshots, clicking or filling visible controls, scraping page state, testing web flows, and using CDP auto-connect without asking the user to install npm packages.
| name | click-board-toggle |
| description | Detect regular rectangular board cells and click untried non-HUD cells while avoiding prior no-op, HUD-only, or death outcomes. |
| license | Apache-2.0 |
| executor | click_board_toggle |
| triggers | ["action6_available","regular_board_detected"] |
| priority | 80 |
| metadata | {"author":"ouroboros-rsi","version":"1.0"} |
Use this skill when ACTION6 is available and the frame contains repeated
rectangular components arranged like a board. Candidate targets are cell
centers from regular non-HUD tiles.
Classify click outcomes as no-op, HUD-only, region-change, score-change, or death. Prefer untried board cells that previously caused board-region changes or have no outcome yet. Avoid cells that already produced no visible change, HUD-only changes, or death.
This skill describes a board-solving strategy, not a memorized board solution. Do not encode public-game ids, exact frame hashes, or static coordinate lists.