Best for
- 🔒 Target websites block AI assistant access
- 🌍 Geographic restrictions limit content access
- 🔐 Paywalls prevent data extraction
browser-act/skills/solutions/search-research/web-research-assistant/SKILL.md
AI-powered web research assistant that leverages BrowserAct API to supplement restricted web access by searching the internet for additional information. Designed for OpenClaw and Claude Code.
Decision brief
This skill leverages BrowserAct API to provide powerful web research capabilities. When primary web access is restricted or blocked, it automatically searches the internet to find and extract relevant information, ensuring your research tasks are completed successfully.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Declared | Source record | Install path and trigger |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/browser-act/skills --skill "solutions/search-research/web-research-assistant"Inspect the Agent Skill "web-research-assistant" from https://github.com/browser-act/skills/blob/11c057b03f92101642cadc9f840564574120d184/solutions/search-research/web-research-assistant/SKILL.md at commit 11c057b03f92101642cadc9f840564574120d184. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Review the “💻 Quick Start” section in the pinned source before continuing.
🚀 Works Seamlessly with OpenClaw and Claude Code
Web Access Restricted? No Problem!
Before running, check the BROWSERACTAPIKEY environment variable. If not set, request the API key from the user:
Configure research based on your needs:
Permission review
The documentation includes network, browsing, or remote request actions.
Before running, check the `BROWSERACT_API_KEY` environment variable. If not set, request the API key from the user:The documentation asks the agent to run terminal commands or scripts.
python web-research-assistant/scripts/research.py "AI technology trends"The documentation asks the agent to run terminal commands or scripts.
python web-research-assistant/scripts/research.py "competitor analysis" --max-results 20The documentation asks the agent to create, modify, or delete local files.
# Save to fileThe documentation includes network, browsing, or remote request actions.
`google-maps-search-api-skill` - Business data extractionEvidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 91/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 5,431 | Source | Repository attention, not individual Skill quality |
| Compatibility | 1 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
This skill leverages BrowserAct API to provide powerful web research capabilities. When primary web access is restricted or blocked, it automatically searches the internet to find and extract relevant information, ensuring your research tasks are completed successfully.
🚀 Works Seamlessly with OpenClaw and Claude Code
| Platform | Status | Installation |
|---|---|---|
| OpenClaw | ✅ Highly Recommended | Copy to ~/.openclaw/skills/ |
| Claude Code | ✅ Highly Recommended | Native skill support |
| OpenCode | ✅ Fully Supported | Copy to ~/.opencode/skills/ |
| Cursor | ✅ Fully Supported | Copy to ~/.cursor/skills/ |
Why This Skill?
Web Access Restricted? No Problem!
Use this skill when:
Before running, check the BROWSERACT_API_KEY environment variable. If not set, request the API key from the user:
Required Message:
"Please provide your BrowserAct API Key from BrowserAct Console to enable web research capabilities."
Configure research based on your needs:
| Parameter | Type | Default | Description |
|---|---|---|---|
query | string | - | Research topic or question |
engine | string | Search engine (google, bing, duckduckgo) | |
max_results | number | 10 | Results to retrieve (1-50) |
content_type | string | all | Content filter (all, news, articles, data) |
time_range | string | past_month | Time filter (anytime, past_day/week/month/year) |
# Basic research
python web-research-assistant/scripts/research.py "AI technology trends"
# Deep research with more results
python web-research-assistant/scripts/research.py "competitor analysis" --max-results 20
# Current news research
python web-research-assistant/scripts/research.py "market trends" --content-type news
# Save to file
python web-research-assistant/scripts/research.py "industry data" -o research_report.md
Structured Research Data:
No hallucinations, ensuring stable and accurate data extraction: Pre-set workflows eliminate AI-generated hallucinations.
No human verification challenges: Built-in bypass mechanisms eliminate the need to handle reCAPTCHA or other verification challenges.
No IP access restrictions or geofencing: Overcomes regional IP limitations for stable global access.
Faster execution speed: Tasks complete more rapidly than purely AI-driven browser automation solutions.
Exceptional cost-effectiveness: Significantly reduces data acquisition costs compared to token-intensive AI solutions.
Research Request → BrowserAct Search → Data Extraction → Validation → Final Report
Powered by BrowserAct MCP for reliable, unrestricted web access.
amazon-competitor-analyzer - Amazon competitive intelligencegoogle-maps-search-api-skill - Business data extractiongoogle-news-api-skill - News monitoringVersion: 1.0.0
Updated: 2026-03-27
API: BrowserAct MCP
Frequently asked questions
This skill leverages BrowserAct API to provide powerful web research capabilities. When primary web access is restricted or blocked, it automatically searches the internet to find and extract relevant information, ensuring your research tasks are completed successfully.
The source record exposes this install command: npx skills add https://github.com/browser-act/skills --skill "solutions/search-research/web-research-assistant". Inspect the command and pinned source before running it.
The pinned source record declares support for: claude code.
Static rules flagged network, exec-script, write-files in the source; the page lists the matching lines and excerpts.
Alternatives
narrative-io/narrative-skills-marketplace
Translate a fuzzy analytical question into a rigorous investigation plan. Interrogates the ask, grounds the plan in the available data dictionary, applies analytical best practices, and produces a structured brief of query specifications for a downstream query-writing skill. Plans, does not write SQL. Use when: "why did X drop", "is there a relationship between A and B", "who are our highest-value customers", "what's driving the change in Y", "investigate this trend", "design an analysis for", "
brucesongs/kali-claw
Insecure Design (OWASP A06:2025) focuses on security flaws in system architecture and design phases, rather than code implementation-level bugs.
vasilyu1983/AI-Agents-public
Scans public GitHub repos for agent skills, dev practices, and code patterns. Use when enriching skills, setting team policy, or researching a build domain.
brucesongs/kali-claw
Binary reverse engineering covers the complete chain from static analysis, dynamic debugging, to vulnerability discovery, exploit development, and malware analysis.