원클릭으로
deeplink
Phone app launch guidance. Use semantic bridge_open_app requests; do not pass platform launch targets from the board.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Phone app launch guidance. Use semantic bridge_open_app requests; do not pass platform launch targets from the board.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use when controlling a visible target device UI through screenshots, touch, mouse, keyboard, text entry, scrolling, app switching, or capture recovery.
Use when the opt-in script tools are available and the user wants to create, list, read, or edit local JSONL demo scripts that run_script plays back.
Use for WeChat tasks on Mac or iPhone, with platform-specific search and send rules.
Use when answering focused factual questions with web, Wikipedia, or webpage sources.
SOC 직업 분류 기준
| name | deeplink |
| description | Phone app launch guidance. Use semantic bridge_open_app requests; do not pass platform launch targets from the board. |
| metadata | {"preferred_model":"primary","allowed_tools":["bridge_open_app","screenshot","touch_gesture","mouse_click","keyboard_tap","enter_text_in_field"]} |
The board-side bridge_open_app tool is semantic. Do not pass iOS URL schemes,
Android package names, intent URIs, or deeplinks. The companion app owns those
platform-specific launch details.
Use:
{"app":"微信"}, {"app":"WeChat"}, or {"app":"weixin"} to open WeChat.{"app":"支付宝"} to open Alipay.{"app":"browser"} to open the browser itself.{"url":"https://example.com"} to open a fixed webpage.{"phone_number":"10086"} to open the dialer for a number.For specific in-app destinations such as QR scan, settings pages, chats, or payment screens, first open the target app semantically, then use screenshot and HID/touch navigation to reach the visible UI state.