بنقرة واحدة
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.