← Back to Skills Marketplace
halfmoon82

Web Intel

by halfmoon82 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
105
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install web-intel
Description
网络搜索与信息提取统一入口。整合 content-extraction、Jina Reader、Firecrawl、web-access CDP。自动选最经济工具链。可被 BMW(brand-marketing-workflow)、wealth 子代理等直接调用。
Usage Guidance
This skill appears coherent with its stated role as a router between local tools and r.jina.ai. Before enabling it: (1) Confirm you trust the installed firecrawl binary and understand what network calls it performs, since the script invokes it via subprocess. (2) Be aware that deep mode will use a local CDP proxy (localhost:3456) and therefore can read pages that require your browser's login/session state — only enable deep-mode usage if you trust the web-access CDP proxy and the skill. (3) Verify the presence and integrity of the referenced skills/content-extraction scripts in your workspace; if those are missing the skill will degrade but still run other backends. (4) If you have strong privacy requirements, test the script in a sandboxed environment first to observe network calls and outputs.
Capability Analysis
Type: OpenClaw Skill Name: web-intel Version: 1.0.0 The web-intel skill provides a routing layer for web search and content extraction, utilizing Firecrawl, Jina Reader, and a local CDP proxy. While the Python implementation in `scripts/web_intel.py` follows safe coding practices (e.g., using list-based arguments for `subprocess.run` to prevent shell injection), the skill possesses high-risk capabilities including shell execution, external network access to `r.jina.ai`, and direct interaction with the user's browser session (including login states) via a CDP proxy at `localhost:3456`. These features are aligned with the stated purpose in `SKILL.md` but represent a significant attack surface and high-privilege access, warranting a suspicious classification under the provided criteria for risky capabilities.
Capability Assessment
Purpose & Capability
Name/description (web search + extraction router) match the implementation: it routes to r.jina.ai (Jina Reader), firecrawl CLI, a local web-access CDP proxy, and delegates to a content-extraction handler. No unrelated credentials, binaries, or surprising capabilities are requested.
Instruction Scope
SKILL.md and the CLI script operate within expected boundaries: they call firecrawl, r.jina.ai, and a localhost CDP proxy and import a local content-extraction router. Note that deep mode will access the local CDP (localhost:3456) which can expose pages requiring the user's browser login state — this is expected for the described purpose but is a privacy consideration.
Install Mechanism
No install spec (instruction-only + Python script). No downloads or archive extraction. The skill expects external tools to already exist (firecrawl, web-access). This is low-risk from an install perspective.
Credentials
The skill does not request environment variables, keys, or config paths. It does access local filesystem paths inside the skills workspace and contacts r.jina.ai and localhost:3456 — all proportional to a web-extraction router.
Persistence & Privilege
always is false and the skill does not request permanent platform-wide privileges or modify other skills. It runs when invoked and can be called autonomously by the agent (normal default).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install web-intel
  3. After installation, invoke the skill by name or use /web-intel
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release providing a unified entry point for web search and information extraction. - Integrates multiple tools: content-extraction, Jina Reader, Firecrawl, and web-access CDP, with automatic routing for optimal cost and performance. - Supports three operation modes (fast, standard, deep) with adaptive tool selection and workflow. - Can be directly invoked by other agents, including BMW (brand-marketing-workflow) and wealth sub-agents. - Outputs standardized JSON results, including diagnostic fields such as tool_used, latency, and web_access_available. - Delegates specialized extraction tasks (e.g., WeChat, Feishu, YouTube) to dedicated handlers without duplicating logic.
Metadata
Slug web-intel
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Web Intel?

网络搜索与信息提取统一入口。整合 content-extraction、Jina Reader、Firecrawl、web-access CDP。自动选最经济工具链。可被 BMW(brand-marketing-workflow)、wealth 子代理等直接调用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.

How do I install Web Intel?

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

Is Web Intel free?

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

Which platforms does Web Intel support?

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

Who created Web Intel?

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

💬 Comments