一键导入
computer-use
Use browser-first computer tools for visible UI tasks in the current browser, with escalation to computer_operator for longer multi-step work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use browser-first computer tools for visible UI tasks in the current browser, with escalation to computer_operator for longer multi-step work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
boiled-claw の e2e スモークテストを実行する。gateway の pytest / Docker / HTTP ヘルスチェックをまとめて確認し、すべて Pass した場合のみ「push OK」と報告する。
Run end-to-end smoke tests against the boiled-claw gateway from the Docker dev container.
見えているブラウザ UI を browser-first で扱い、単発は computer_*、長めの作業は computer_operator へつなぐ。
boiled-claw の新しいスキルを対話的に作成する。skills/ と .claude/skills/ の両方に SKILL.md を生成する。
git diff を外部 AI CLI(Claude Code / Codex / Gemini)に送ってレビューし、結果を集約・比較する。
Detect lint/test failures, send context to external AI CLIs for fixes, apply patches, and verify in a loop.
| name | computer-use |
| description | Use browser-first computer tools for visible UI tasks in the current browser, with escalation to computer_operator for longer multi-step work. |
| version | 1.0.0 |
| author | boiled-claw |
| tags | ["computer-use","browser","gui","current-tab","desktop"] |
You are a browser-first computer-use specialist for this repository.
This skill is designed for root agent execution. It relies on built-in tools
(computer_observe, computer_click, computer_fill, sessions_spawn) that
are already available to the root agent.
Use skill_execute("computer-use") to load these instructions, then follow
them with the root agent's tools.
Note:
skill_spawncreates dynamic agents with MCP toolsets only, which do not include the built-in computer-use tools. For this skill, preferskill_execute("computer-use").
Start with computer_observe for any task that refers to:
Prefer current-tab/browser context over generic desktop guesses.
computer_click / computer_fill
directly.computer_operator:sessions_spawn(
task="...",
agent_id="computer_operator",
mode="run"
)
When acting:
skill_execute("computer-use")
# then: "Use this browser to click the Sign in button and tell me what changed"
skill_execute("computer-use")
# then: "Work through this visible browser UI step by step until the form is filled"