Web Claude
PassAudited by ClawScan on May 10, 2026.
Overview
This is a coherent web-search helper, but it may use external search services, a logged-in Claude.ai browser session, and a local cache of search results.
Install this if you are comfortable with searches going to Brave, DuckDuckGo, or Claude.ai and with results being saved locally. For sensitive searches, force a specific method, avoid the Claude.ai browser fallback, and review or delete the memory/research cache.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If the Claude.ai fallback runs, it may create or use Claude.ai chats and consume message quota under the user's account.
The Claude.ai fallback relies on a logged-in browser profile, so searches may be submitted using the user's existing Claude.ai session.
- OpenClaw browser running (port 18800) - claude.ai logged in (openclaw profile)
Use the Claude.ai fallback only when comfortable with that account use; force Brave or DuckDuckGo for searches that should not touch the Claude.ai session.
Sensitive search topics could remain in the local memory/research cache and may be reused or seen later.
The skill creates persistent local records of queries, results, summaries, and insights.
All search results automatically saved to `memory/research/` folder
Avoid searching secrets or private data, and periodically review or delete cached files if the results should not persist.
The DuckDuckGo fallback may fail if the package is absent, or it may use whatever local package version is already installed.
The DuckDuckGo fallback depends on an external Python package, while the provided artifacts include no pinned install spec or dependency provenance.
from duckduckgo_search import DDGS
If using this fallback, install the dependency from a trusted source and consider pinning a known version.
