소스 정보
- 저장소
- Undermybelt/hermes-skills
- 최근 소스 활동
- 2026년 6월 7일 07:23
- 감지된 SKILL.md 언어
- 중국어
- 스타
- 6
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Undermybelt/hermes-skills --skill comp-use-chin-alia명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Use when retiring old logic, collapsing duplicate owners, removing fallbacks, or touching schema, persistence, or source-of-truth boundaries while deciding whether to delete old paths, retain compatibility, or stop for confirmation.
Use when defining new features, product behavior, UI/component design, architecture choices, contract changes, or ambiguous medium/high-complexity work before implementation.
Use when the user asks for caveman mode, fewer tokens, brief responses, compressed communication, or otherwise explicitly requests a much shorter answer.
SOC 직업 분류 기준
SKILL.md 표시 중
| 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 返回的无障碍树。