用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/edlsh/omp-computer-use --skill omp-computer-use命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | omp-computer-use |
| description | Use OMP's state-scoped desktop and managed-browser tools to observe and control macOS or Windows apps. |
Use these tools when the requested target is a desktop app, or when a managed browser must share the same immutable UI-state model. Prefer a reliable API, MCP server, file operation, terminal command, or OMP's dedicated browser tool when those are a better fit.
find_roots → observe_ui → search_ui / expand_ui / inspect_ui → act_ui
find_roots when you do not already have the target root.observe_ui once for that root and retain its stateId.search_ui, expand_ui, and inspect_ui against that cached state instead of repeatedly observing.act_ui with the exact stateId owning every @e ref.stateId returned by act_ui; never reuse a stale state after a mutation.Refs are state-scoped: @rN identifies a root, while @eN belongs only to one immutable observation. Re-observe after eviction, uncertain outcomes, or external UI changes.
act_ui call and omit the typing ref so input follows the focus established by the click.expect for observable completion, such as text appearing or disappearing, rather than treating event delivery as success.didnt or unknown is not success. Observe again before retrying; never replay an ambiguous pointer action.headless: true only when foreground activation, global input, and cursor movement are prohibited.semantic: accessibility data without OCR.visual: force OCR/image evidence.fused: accessibility plus OCR when useful; this is the default.Use read_text for long text, and wait_for for asynchronous UI changes instead of polling observe_ui.
launch_browser returns browser-page roots compatible with the same state/ref workflow. Use navigate_browser for direct navigation and reserve evaluate_browser for targeted inspection that semantic observation cannot provide.
基于 SOC 职业分类