원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| 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()