Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기스타2
포크1
업데이트2026년 3월 2일 16:41
WhatsApp Web messaging via Playwright
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
WhatsApp Web messaging via Playwright
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Window management, file operations, and clipboard
Local media player control via Windows media keys
Notion API for creating and managing pages and databases
Spotify Web Player control via Playwright
OS-level control — apps, volume, brightness, screenshots
General browser control and URL navigation
| name | |
| description | WhatsApp Web messaging via Playwright |
| triggers | ["whatsapp","message","send message","text","chat"] |
| url | https://web.whatsapp.com |
Sends and reads WhatsApp messages via WhatsApp Web in Playwright.
https://web.whatsapp.complaywright_focus_tab(url_contains="web.whatsapp.com") — match by URL, NOT window title (titles change with notifications)playwright_focus_tab(url_contains="web.whatsapp.com") — try existing tabplaywright_open_url(url="https://web.whatsapp.com")playwright_click(selector="[data-testid='chat-list-search']") — click search boxplaywright_type(selector="[data-testid='chat-list-search']", text="<contact_name>") — type contact nameplaywright_wait_for(selector="[data-testid='cell-frame-container']", timeout_ms=5000) — wait for resultsplaywright_click(selector="[data-testid='cell-frame-container']") — click contactplaywright_type(selector="[data-testid='conversation-compose-box-input']", text="<message>") — type messagekeyboard_press(key="Enter") — sendplaywright_get_text(selector="[data-testid='conversation-panel-messages']") — only when user explicitly asksplaywright_focus_tab(url_contains) — switch to WhatsApp tabplaywright_open_url(url) — open WhatsApp Webplaywright_click(selector, strategy) — click elementsplaywright_type(selector, text) — type into search/composeplaywright_wait_for(selector, timeout_ms) — wait for resultsplaywright_get_text(selector) — read messageskeyboard_press(key) — send message with Enter