← 返回 Skills 市场
161
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install web-browsing-bak
功能描述
Browse and summarize websites, extract content from URLs, search the web for information. Use when user asks to visit a website, get webpage content, search...
安全使用建议
What to consider before installing:
- The skill will make HTTP requests to DuckDuckGo and any URLs you provide. Do not pass URLs that contain sensitive tokens or that require authentication unless you understand the risks.
- The included Python script uses third-party libraries (requests, bs4) but the skill does not declare dependencies or provide an install step. Verify your environment has these packages or install them in a sandbox before running.
- Metadata mismatch: _meta.json ownerId differs from the registry owner id and the package is listed as source: unknown with no homepage. This doesn't prove malice but reduces provenance and should make you more cautious.
- Review the script before use (it is short and readable). Running it in an isolated environment (container or restricted VM) is recommended if you will fetch untrusted pages.
- If you plan to have the agent fetch pages that require credentials or that are internal/private, do not provide secrets to this skill; it has no mechanism for safe credential handling.
If you want to proceed, verify dependencies (requests, beautifulsoup4), and consider running the code in a sandboxed environment. If provenance is important, ask the publisher for source and homepage information or prefer a browsing tool from a known source.
功能分析
Type: OpenClaw Skill
Name: web-browsing-bak
Version: 1.0.0
The skill bundle provides standard web searching and content fetching functionality as described. The Python script `scripts/search_web.py` uses legitimate libraries (requests, BeautifulSoup) to query DuckDuckGo and extract webpage text with appropriate timeouts and content limits. No evidence of data exfiltration, shell injection, or malicious prompt manipulation was found in `SKILL.md` or the supporting documentation.
能力评估
Purpose & Capability
The name/description (browse, summarize, search) align with the included code and SKILL.md. The provided script implements search_web and fetch_url which perform DuckDuckGo searches and fetch arbitrary webpages — these are coherent with the skill's purpose. The skill does not request unrelated credentials or access.
Instruction Scope
Runtime instructions are specific: use web_search/fetch_url/extract_content for searches and fetching URLs. The SKILL.md does not instruct the agent to read unrelated files, harvest credentials, or transmit data to unexpected endpoints. It does direct the agent to fetch arbitrary user-supplied URLs and results from DuckDuckGo (expected for this purpose).
Install Mechanism
The skill is 'instruction-only' (no install spec) but includes a Python script that depends on third-party packages (requests, bs4). Those dependencies are not declared in the metadata or SKILL.md. This mismatch can cause runtime failures or surprise if the execution environment lacks these packages; it's not evidence of maliciousness but is an operational/integrity concern.
Credentials
No environment variables, credentials, or config paths are requested. The network access performed (HTTP GETs to DuckDuckGo and to user-provided URLs) is proportional to a web-browsing skill. There are no undeclared attempts to read local files or tokens.
Persistence & Privilege
The skill does not request persistent/always-on presence (always: false) and does not claim to modify other skills or system-wide settings. Normal autonomous invocation is allowed (disable-model-invocation: false), which is platform default and not, by itself, suspicious here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install web-browsing-bak - 安装完成后,直接呼叫该 Skill 的名称或使用
/web-browsing-bak触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the web-browsing skill.
- Enables browsing and summarizing website content, extracting data from URLs, and searching the web.
- Provides clear guidance and examples for use cases such as summarizing pages, extracting current news, and finding specific online information.
- Describes available tools: web search, fetching URLs, and extracting content.
- Outlines best practices and current limitations regarding site access and supported content types.
元数据
常见问题
Web Browsing.Bak 是什么?
Browse and summarize websites, extract content from URLs, search the web for information. Use when user asks to visit a website, get webpage content, search... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。
如何安装 Web Browsing.Bak?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install web-browsing-bak」即可一键安装,无需额外配置。
Web Browsing.Bak 是免费的吗?
是的,Web Browsing.Bak 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Web Browsing.Bak 支持哪些平台?
Web Browsing.Bak 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Web Browsing.Bak?
由 xpneuma(@xpneuma)开发并维护,当前版本 v1.0.0。
推荐 Skills