一键导入
web-search
Agent can search the web using the web_search tool. Use when the user asks about current events or facts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Agent can search the web using the web_search tool. Use when the user asks about current events or facts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Agent can open a page in the browser runtime, inspect the current page, and return the live state.
Template for a workspace-local business skill backed by a handler or custom adapter.
Agent can check live workspace inventory for stock, fitment, availability, and pricing.
Agent can run Python and shell code, show output, handle errors, and iterate.
Agent can read, write, list, and delete files. Always confirm before deleting.
Agent can save and recall facts about the user. Use memory_search before answering personal questions.
| name | web-search |
| description | Agent can search the web using the web_search tool. Use when the user asks about current events or facts. |
| enabled | true |
| skill_class | system |
| permission_label | Public web |
| execution_mode | live |
| action_class | read |
| connector_scopes | ["web"] |
| trigger_terms | ["latest","research","search","find online","web","source","look up","compare"] |
| allowed_runtime_modes | ["hosted_secure","local_secure","privileged_device"] |
| requires_approval | false |
| execution_adapter | web_search |
Use web__search to find current information and web__fetch to inspect the most relevant page.
web__search first for current facts and recent events.web__fetch only when a result needs deeper reading.