一键导入
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 页面并帮你完成安装。
基于 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.
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.