원클릭으로
web-research
Research a topic in a live browser using PageState-based navigation, extraction, and evidence synthesis.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Research a topic in a live browser using PageState-based navigation, extraction, and evidence synthesis.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Professional Resume Generator using Typst templates with carousel selection. Supports English and Chinese resumes with 5 curated templates plus a self-contained fallback.
Autonomous ML experiment loop — runs experiments on the configured local or SSH target, guided by a session file.
Autonomous ML experiment loop — runs experiments on the configured local or SSH target, guided by a session file.
Professional Resume Generator using Typst templates with carousel selection. Supports English and Chinese resumes with 5 curated templates plus a self-contained fallback.
Fill structured web forms with PageState-based targeting, validation checks, and guarded submission.
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
| name | web_research |
| description | Research a topic in a live browser using PageState-based navigation, extraction, and evidence synthesis. |
| official | true |
| version | 0.1.0 |
Use this skill when the user wants live information gathered from websites instead of a static codebase or document search.
Produce a short, evidence-backed answer by navigating pages, reading structured browser_get_page output, and extracting only the content needed to answer the user's question.
browser_navigate to open the destination or a search engine.browser_get_page after every meaningful navigation to inspect the current PageState.browser_click and browser_type with backend_node_id when available; otherwise use element_id.browser_press_key after typing into search boxes or forms.browser_wait when the page is still loading or a result list is expected.browser_extract_content or browser_get_text only after landing on the right page.browser_get_page after clicks, form submits, or infinite-scroll changes.browser_navigate to the target page or search engine.browser_get_page to find the primary result.browser_click the result using backend_node_id.browser_extract_content to gather the answer.