ワンクリックで
frontier-simple-explore
Prefer safe untried simple actions from the current state when no higher-confidence solver has a plan.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Prefer safe untried simple actions from the current state when no higher-confidence solver has a plan.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | frontier-simple-explore |
| description | Prefer safe untried simple actions from the current state when no higher-confidence solver has a plan. |
| license | Apache-2.0 |
| executor | frontier_explore |
| triggers | ["simple_actions_available","untried_edges_exist"] |
| priority | 35 |
| metadata | {"author":"ouroboros-rsi","version":"1.0"} |
Use this skill as a generic fallback when actions 1-5 or 7 are available and no stronger movement or click-board plan is ready. Prefer simple actions that have not yet been tried from the current frame hash.
Avoid actions known to be no-ops or dangerous from the same level and state. This skill keeps exploration systematic while preserving budget for stronger solvers and Gemma plan selection.
The skill must remain game-agnostic and must not contain public-game ids, static macros, frame hashes, or fixed public-game action sequences.
Detect regular rectangular board cells and click untried non-HUD cells while avoiding prior no-op, HUD-only, or death outcomes.
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.