ワンクリックで
argus-codex-computer-use
Use Argus from Codex to observe and operate Windows desktop applications through a local MCP server.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use Argus from Codex to observe and operate Windows desktop applications through a local MCP server.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Use Argus from Codex on Windows to observe and operate desktop applications through the local MCP server without requiring an OpenAI API key.
Desktop GUI automation via the Argus MCP server. Use when the user asks to control their computer, interact with desktop applications, take screenshots, click UI elements, type text, scroll, manage windows, or automate any GUI task. Triggers: "screenshot", "click on", "open app", "type into", "scroll", "computer use", "GUI automation", "desktop control", "操作电脑", "截屏", "点击", "打开应用", "输入文字".
SOC 職業分類に基づく
| name | argus-codex-computer-use |
| description | Use Argus from Codex to observe and operate Windows desktop applications through a local MCP server. |
Use the argus-codex MCP server for Windows desktop automation from Codex.
This server is local-only: it does not call the OpenAI API and does not require
OPENAI_API_KEY.
computer_status to verify the local server is available.computer_open_application for the target app, such as
{"app":"EXCEL.EXE"} or {"app":"c:\\program files\\tencent\\weixin\\weixin.exe"}.computer_observe before coordinate-based actions.computer_execute with action objects.Coordinates default to image-space pixels from the last computer_observe
screenshot. Pass coordinateSpace: "display" only for absolute display
coordinates.
click: { "type": "click", "x": 100, "y": 200 }double_click: { "type": "double_click", "x": 100, "y": 200 }scroll: { "type": "scroll", "x": 100, "y": 200, "dy": 3 }type: { "type": "type", "text": "hello" }keypress: { "type": "keypress", "keys": ["CTRL", "V"] }drag: { "type": "drag", "from": { "x": 100, "y": 200 }, "to": { "x": 300, "y": 200 } }move: { "type": "move", "x": 100, "y": 200 }wait: { "type": "wait", "seconds": 1 }For Chinese text, use the type action. Argus routes non-ASCII text through a
clipboard paste path internally.