web-access
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWeb Access
Web Access
Purpose
用途
Use this skill when an agent needs web access and built-in web access tools are unavailable or not capable of the given task. Its job is to choose the access route, not to explain each tool in detail.
After choosing a route, load the dedicated skill for that tool.
当Agent需要访问网页且内置网页访问工具不可用或无法完成给定任务时,使用此Skill。它的作用是选择访问路径,而非详细解释每个工具。
选择路径后,加载对应工具的专用Skill。
Choose the route
选择路径
| Need | Preferred approach |
|---|---|
| Search the public web | Exa MCP |
| Fetch, extract, or summarize a public page | Exa MCP |
| Read a known simple public URL, such as raw text, JSON, Markdown, or simple HTML | Direct shell fetch, such as |
| Interact with a website: click, type, navigate, submit forms, or inspect rendered state | agent-browser |
| Use existing credentials, cookies, sessions, screenshots, visual inspection, or JavaScript-heavy pages | agent-browser |
| Test a web app, reproduce browser bugs, or control an Electron app | agent-browser |
| Access private service data | Prefer a configured service-specific MCP if available; otherwise use agent-browser |
| 需求 | 首选方案 |
|---|---|
| 搜索公开网页 | Exa MCP |
| 抓取、提取或总结公开页面内容 | Exa MCP |
| 读取已知的简单公开URL,如纯文本、JSON、Markdown或简单HTML | 直接通过shell抓取,如 |
| 与网站交互:点击、输入、导航、提交表单或检查渲染状态 | agent-browser |
| 使用现有凭据、Cookie、会话、截图、视觉检查或处理重度JavaScript页面 | agent-browser |
| 测试Web应用、复现浏览器Bug或控制Electron应用 | agent-browser |
| 访问私有服务数据 | 优先使用已配置的特定服务MCP(若可用);否则使用agent-browser |
Minimal workflow
最简工作流程
- Classify the task using the table above.
- Pick the lightest sufficient route:
- Simple known public URL: direct shell fetch may be enough.
- Public search or page extraction: use Exa MCP.
- Interaction, authentication, visual/rendered state, testing, or Electron control: use agent-browser.
- Load the dedicated skill for the selected route: or
mcporter.agent-browser - (Optional) Verify important web-derived claims from fetched page content, not only search results.
- 根据上述表格对任务进行分类。
- 选择最轻量且足够的路径:
- 简单的已知公开URL:直接shell抓取可能足够。
- 公开搜索或页面提取:使用Exa MCP。
- 交互、认证、视觉/渲染状态、测试或Electron控制:使用agent-browser。
- 加载所选路径的专用Skill:或
mcporter。agent-browser - (可选) 验证从抓取页面内容中获取的重要网页相关信息,而非仅依赖搜索结果。
Source quality
来源质量
- Prefer primary sources: official docs, standards, source repositories, vendor pages, changelogs, and authoritative publications.
- Use search results to discover sources; use fetched page content to support claims.
- Cite source URLs in final answers when web-derived facts materially affect the answer.
- If sources conflict, are stale, or access is incomplete, say so.
- 优先选择一手来源:官方文档、标准、源码仓库、厂商页面、更新日志和权威出版物。
- 使用搜索结果发现来源;使用抓取的页面内容支持结论。
- 当网页来源的事实对最终答案有实质性影响时,在答案中引用来源URL。
- 若来源存在冲突、过时或访问不完整,需说明情况。
Safety
安全注意事项
- Do not ask users to paste passwords, one-time codes, API keys, cookies, tokens, or session data unless they explicitly choose that path and there is no safer alternative.
- Do not store secrets in files, logs, shell history, transcripts, or skill content.
- Do not bypass access controls, paywalls, or terms of service.
- Before submitting forms, sending messages, making purchases, deleting data, changing settings, or taking actions that affect other users or systems, state the intended action and get explicit approval unless the user already requested that exact action.
- If no available tool can access the resource, report the limitation and ask for the smallest user action that would unblock the task.
- 除非用户明确选择该方式且无更安全的替代方案,否则不要要求用户粘贴密码、一次性验证码、API密钥、Cookie、令牌或会话数据。
- 不要在文件、日志、shell历史记录、对话记录或Skill内容中存储机密信息。
- 不要绕过访问控制、付费墙或服务条款。
- 在提交表单、发送消息、进行购买、删除数据、更改设置或执行可能影响其他用户或系统的操作之前,需说明预期操作并获得明确批准,除非用户已明确要求执行该确切操作。
- 若没有可用工具可以访问目标资源,需报告限制情况并请求用户执行最小化的操作以解除任务阻塞。