一键导入
highlight
Visual outlining helpers that highlight matching elements and clear applied outlines.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Visual outlining helpers that highlight matching elements and clear applied outlines.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Browse the web using the user's real Chrome browser — already logged in, with real cookies and extensions. No headless browser. Uses BrowserForce relay + Playwright API via CLI.
Google Sheets helpers for reading, surgical editing, writing (including multiline and notes), selection-aware formatting, summarizing, and issue logging in the active sheet.
BrowserForce tab-attachment policy notes for OpenClaw operating constraints.
基于 SOC 职业分类
| name | highlight |
| description | Visual outlining helpers that highlight matching elements and clear applied outlines. |
| when_to_use | ["Visually identifying matched elements before interaction","Debugging selectors on complex pages","Clearing temporary visual outlines after inspection"] |
| helper_prefix | hl |
| helpers | ["hl__highlight","hl__clearHighlights"] |
| helper_aliases | ["highlight","clearHighlights"] |
| tools | [] |
Visually highlight matching elements with a colored outline. Default color: red. Returns the number of elements highlighted.
Example: await hl__highlight('button.submit', 'blue')
Remove all outlines added by hl__highlight(). Returns count of elements cleared.
Backward-compatible aliases:
highlight() -> hl__highlight()clearHighlights() -> hl__clearHighlights()