browser-act/web-research-assistant
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.
npx skills add https://github.com/browser-act/skills --skill web-research-assistant
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 | google | 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:
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
Take browser-act/web-research-assistant from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.