← Back to Skills Marketplace
xpneuma

Web Browsing.Bak

by xpneuma · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
161
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install web-browsing-bak
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install web-browsing-bak
  3. After installation, invoke the skill by name or use /web-browsing-bak
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug web-browsing-bak
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.

How do I install Web Browsing.Bak?

Run "/install web-browsing-bak" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Web Browsing.Bak free?

Yes, Web Browsing.Bak is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Web Browsing.Bak support?

Web Browsing.Bak is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Web Browsing.Bak?

It is built and maintained by xpneuma (@xpneuma); the current version is v1.0.0.

💬 Comments