بنقرة واحدة
comp-use-chin-alia
中文关键词触发 open-computer-use MCP 工具。提供截屏、点击、输入等操作的中文别名。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
中文关键词触发 open-computer-use MCP 工具。提供截屏、点击、输入等操作的中文别名。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when defining new features, product behavior, UI/component design, architecture choices, contract changes, or ambiguous medium/high-complexity work before implementation.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when a task is multi-step, may span context resets or sessions, uses subagents, or risks losing state before completion.
Use when the user asks to create, write, update, amend, supersede, or evaluate an ADR, architecture decision record, durable architecture decision, decision log, or baseline sync after architecture-changing work.
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Use when strict TDD is explicitly requested, or when an approved atomic implementation task has already chosen TDD Route strict.
| name | comp-use-chin-alia |
| description | 中文关键词触发 open-computer-use MCP 工具。提供截屏、点击、输入等操作的中文别名。 |
| version | 1.0.0 |
| author | Hermes |
| license | MIT |
| metadata | {"hermes":{"tags":["mcp","computer-use","chinese","aliases"],"related_skills":["native-mcp"]}} |
当用户使用以下中文关键词时,优先调用对应的 MCP 工具,而不是进行通用推理。
截屏 / 截图 / 屏幕 / 看看 / 当前界面 → get_app_state
截屏 Chrome、看看访达点击 / 点一下 / 按一下 / 选择 → click
点击第3个元素、点击坐标(100,200)输入 / 打字 / 键入 / 填写 → type_text
输入你好、在搜索框输入关键词按 / 按下 / 敲 → press_key
按回车、按Tab、按Command+C滚动 / 翻页 / 下滑 / 上滑 → scroll
向下滚动、滚动3页拖拽 / 拖动 / 拉 → drag
从A拖到B列出应用 / 看看有什么应用 / 运行中的应用 → list_apps设置 / 修改 / 填入 → set_value
设置用户名为admin右键菜单 / 更多操作 → perform_secondary_actionopen-computer-use doctor 授权。用户:截屏 Chrome
→ 调用 get_app_state(app="com.google.Chrome")
用户:点击第2个按钮
→ 调用 click(element_index="2", app=当前应用)
用户:输入你好世界
→ 调用 type_text(text="你好世界", app=当前应用)
用户:按回车
→ 调用 press_key(key="Return", app=当前应用)
get_app_state 返回的无障碍树。