一键导入
salient-click-probe
When coordinate clicks are available but no board model is confident, probe visible compact non-HUD objects before raw fallback actions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
When coordinate clicks are available but no board model is confident, probe visible compact non-HUD objects before raw fallback actions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Detect regular rectangular board cells and click untried non-HUD cells while avoiding prior no-op, HUD-only, or death outcomes.
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.
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 | salient-click-probe |
| description | When coordinate clicks are available but no board model is confident, probe visible compact non-HUD objects before raw fallback actions. |
| license | Apache-2.0 |
| executor | salient_click_probe |
| triggers | ["action6_available","salient_objects_visible"] |
| priority | 55 |
| metadata | {"author":"ouroboros-rsi","version":"1.0"} |
Use this skill when coordinate clicks are legal but the frame does not yet have a confident regular-board model. Generate click probes from visible compact foreground objects, preferring non-HUD objects with stable centers.
Skip coordinates that are known duds, known dangerous edges, or already tried from the current state. This skill is for targeted probing only; it must not perform blind coordinate sweeps.
Keep the skill generic. Do not include public-game walkthroughs or exact target coordinates learned from previous public runs.